summaryrefslogtreecommitdiff
path: root/usr.sbin/ypldap/ypldap.8
AgeCommit message (Collapse)Author
2008-09-30aldap library -- Replacement for openldap used in ypldap. aldap is an ↵aschrijver
semi-asynchronous client interface to connect to LDAP servers.
2008-06-29typoMiod Vallat
2008-06-26tweak;Jason McIntyre
2008-06-26ypldap -- Intended to be a drop-in replacement for ypserv, gluing in aPierre-Yves Ritschard
LDAP directory and thus providing support for users and groups stored in LDAP for the get{pw,gr}ent family of functions. As of now it relies on external LDAP libraries, choose the one of your liking though openldap would do fine. Not linked to the builds until some things are sorted out, having our own LDAP client code for instance, better support for group membership lookup as well. Remember to sync with the latest master.passwd and group files as well to have the _ypldap user available, which is needed. ``just get it in'' deraadt@