freebsd-ports/net/ldapdiff/pkg-message
Will Andrews 43b11e412a Add ldapdiff 0.7.0, a utility for patching LDAP directories using
LDIF files.

PR:		34985
Submitted by:	Christian Brueffer <chris@unixpages.org)
2002-06-27 14:13:07 +00:00

11 lines
359 B
Text

When using ldapdiff, you have to start it with the -p option
in order to make it use the provided config file.
Example: ldapdiff -p /usr/local/etc/ldapdiff.conf
If you want to make use of the plugin feature, put your
specific code into ${PREFIX}/share/ldapdiff/plugins/skeleton.c
and compile it. Afterwards you have to adapt your config file
accordingly.