summaryrefslogtreecommitdiff
path: root/net/nss_ldap (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Quick fix for INDEX build breakage by openldap2[012] split.Jun Kuriyama2003-08-141-2/+2
| | | | | | | | | We should use net/openldap20/bsd.openldap.mk later... Pointy hat to: kuriyama Notes: svn path=/head/; revision=86962
* Add support for using nss_ldap in `compat' mode (i.e. as sources forJacques Vidrine2003-04-252-0/+13
| | | | | | | the `passwd_compat' and `group_compat' databases). Notes: svn path=/head/; revision=79611
* Mark `IGNORE' for earlier FreeBSD versions, rather than `BROKEN'.Jacques Vidrine2003-04-201-1/+1
| | | | | | | Requested by: kris Notes: svn path=/head/; revision=79330
* Correct distfile name.Jacques Vidrine2003-04-182-2/+1
| | | | | | | Submitted by: gordon Notes: svn path=/head/; revision=79172
* Add nss_ldap, an RFC 2307-compliant NSS module. Currently only theJacques Vidrine2003-04-177-0/+360
getpwent(3) and getgrent(3) family of functions are supported. Notes: svn path=/head/; revision=79142