summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldapd/ldapd.8 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add ldap(1) to the SEE ALSO section. OK deraadt@millert2021-01-281-2/+3
|
* some -r fixes;jmc2016-02-011-6/+7
|
* Add -r argument to ldapd, to specify an alternative directory tolandry2016-02-011-2/+7
| | | | | | | | | | 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@
* add a caveat about databases;jmc2014-08-111-2/+5
| | | | | | From: Matthew Weigel ok gilles
* some Bx/Ox conversion;jmc2013-08-141-4/+8
| | | | From: Jan Stary
* last stage of rfc changes, using consistent Rs/Re blocks, and moving thejmc2012-09-261-4/+8
| | | | references into a STANDARDS section;
* document available authentication types and formats.martinh2011-01-281-2/+46
| | | | with tweaks from jmc@
* Make -dvv flags produce debug traces of decoded BER messages on stderr.martinh2010-11-101-2/+7
| | | | | Also shows a hexdump of the input buffer if BER decoding fails. Useful when debugging protocol issues.
* Change to read better after suggestion from jmc.martinh2010-11-051-3/+3
|
* Only LDAP version 3 is implemented.martinh2010-11-041-3/+3
|
* Clarify the current state of ldapd as not fully LDAPv3 compliant.martinh2010-11-021-3/+3
|
* add missing .Ar;jmc2010-09-241-2/+2
|
* add -s option. ok martinh@lum2010-09-241-2/+5
|
* Add a history section saying that ldapd/ldapctl first appeared in 4.8.martinh2010-07-211-2/+7
|
* Initial import of ldapd, a small LDAP daemon. Work in progress.martinh2010-05-311-0/+94
ok deraadt@ jacekm@ gilles@ back@ henning@ blambert@