summaryrefslogtreecommitdiffstats
path: root/libexec/login_ldap (follow)
Commit message (Collapse)AuthorAgeFilesLines
* No need to check for NULL before calling free.martijn2020-09-141-17/+9
| | | | from miod@
* Documentation fixes by jmc.martijn2020-09-122-35/+45
|
* Import login_ldap.martijn2020-09-129-0/+2959
The code is based login_ldap port, but uses our own aldap implementation instead of openldap. It also uses a stand alone configuration file instead of login.conf, since setting this up might contain information not destined for everyone to see. OK bluhm@ "Go for it" deraadt@