Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-28 | Do the DNS resolution in a seperate process. A lot of code is copied from ntpd. | aschrijver | |
This is necessary because DNS resolution is not possible from a chroot. Cleanup the aldap interface a bit. | |||
2008-09-30 | aldap library -- Replacement for openldap used in ypldap. aldap is an ↵ | aschrijver | |
semi-asynchronous client interface to connect to LDAP servers. | |||
2008-06-26 | seperate out the openldap stuff that will be replaced | Theo de Raadt | |
2008-06-26 | must be able to get at include file | Theo de Raadt | |
2008-06-26 | ypldap -- Intended to be a drop-in replacement for ypserv, gluing in a | Pierre-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@ |