CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/02/01 13:00:18
Modified files:
usr.sbin/ldapd : ldapd.8 ldapd.c namespace.c
Log message:
Add -r argument to ldapd, to specify an alternative directory to
store/read the database, still defaulting to /var/db/ldap.
This will allow running totally separate instances, to be used by an
upcoming regress suite for example.
With a tweak from gsoares@ to check that the directory exists.
ok dlg@ semarie@ jca@
