summaryrefslogtreecommitdiffstats
path: root/usr.bin/ldap/ldap.1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove midsentence period.rob2018-08-011-3/+3
|
* minor tweaks to improve readability;jmc2018-07-041-7/+5
| | | | ok rob reyk
* Add HISTORY to ldap.1rob2018-07-041-2/+7
| | | | Ok reyk@
* - instead of trying to show a 100% accurate synopsis for -H, simplify itjmc2018-07-031-16/+24
| | | | | | | and add some explanatory text: originally from a diff proposed by matthew martin, with an adjusted text by him - while here, sync synopsis and usage(), and some other minor tweaks
* Allow to read the password from a file with -yreyk2018-06-261-5/+15
| | | | | | Pointed out by Tim Chase OK rob@ gsoares@ jmc@
* "filter" is optional; from matthew martinjmc2018-06-171-3/+3
|
* fix some formatting which groff was complaining about;jmc2018-06-131-5/+5
| | | | ok reyk
* various tweaks;jmc2018-06-131-16/+14
|
* Update AuthorizedKeysCommand example: only match ^sshPublicKey: lines.reyk2018-06-131-2/+2
|
* Import ldap(1), a simple ldap search client.reyk2018-06-131-0/+231
We have an ldapd(8) server and ypldap in base, so it makes sense to have a simple LDAP client without depending on the OpenLDAP package. This tool can be used in an ssh(1) AuthorizedKeysCommand script. With feedback from many including millert@ schwarze@ gilles@ dlg@ jsing@ OK deraadt@