Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove midsentence period. | 2018-08-01 | 1 | -3/+3 | |
| | |||||
* | minor tweaks to improve readability; | 2018-07-04 | 1 | -7/+5 | |
| | | | | ok rob reyk | ||||
* | Add HISTORY to ldap.1 | 2018-07-04 | 1 | -2/+7 | |
| | | | | Ok reyk@ | ||||
* | - instead of trying to show a 100% accurate synopsis for -H, simplify it | 2018-07-03 | 1 | -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 -y | 2018-06-26 | 1 | -5/+15 | |
| | | | | | | Pointed out by Tim Chase OK rob@ gsoares@ jmc@ | ||||
* | "filter" is optional; from matthew martin | 2018-06-17 | 1 | -3/+3 | |
| | |||||
* | fix some formatting which groff was complaining about; | 2018-06-13 | 1 | -5/+5 | |
| | | | | ok reyk | ||||
* | various tweaks; | 2018-06-13 | 1 | -16/+14 | |
| | |||||
* | Update AuthorizedKeysCommand example: only match ^sshPublicKey: lines. | 2018-06-13 | 1 | -2/+2 | |
| | |||||
* | Import ldap(1), a simple ldap search client. | 2018-06-13 | 1 | -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@ |