aboutsummaryrefslogtreecommitdiff
path: root/net/nss_ldap
Commit message (Collapse)AuthorAgeFilesLines
* Add SIZE.Jacques Vidrine2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104469
* USE_OPENLDAPJacques Vidrine2004-02-021-2/+2
| | | | | | | Submitted by: Darrin Smith <beldin@beldin.org> Notes: svn path=/head/; revision=99814
* Enable RFC 2307bis, schema mapping, and paged results.Jacques Vidrine2004-02-021-4/+7
| | | | | | | | PR: ports/61996 Submitted by: Joseph Scott <joseph@randomnetworks.com> Notes: svn path=/head/; revision=99813
* Make nss_ldap pull its LDAP configuration fromJacques Vidrine2004-01-083-2/+28
| | | | | | | | | | | ${PREFIX}/etc/nss_ldap.conf rather than /etc/ldap.conf and the LDAP secret from ${PREFIX}/etc/nss_ldap.secret rather than /etc/ldap.secret. Requested by: Many. Notes: svn path=/head/; revision=97678
* 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