aboutsummaryrefslogtreecommitdiff
path: root/net/nss_ldap
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.255Andrey Slusar2007-03-092-4/+4
| | | | | | | Submitted by: maintainer in ports@ Notes: svn path=/head/; revision=186985
* - Update to 1.254Stanislav Sedov2007-02-012-5/+5
| | | | | | | Submitted by: "Artem Kazakov" <kazakov@gmail.com> (maintainer) Notes: svn path=/head/; revision=183878
* - In some cases (like sudo), we should check euid not uid, thanks forCheng-Lung Sung2006-12-203-8/+8
| | | | | | | | | | | | | | | | | jnlin at csie.nctu.edu.tw - Use MAN5PREFIX - portlint warns: 1) IGNORE should be lowercase-lead 2) INSTALLS_SHLIB should be replaced by USE_LDCONFIG 3) PLIST_FILES should be used when only two files - Bump PORTREVISION PR: ports/104310 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Approved by: maintainer (timeout) Notes: svn path=/head/; revision=180227
* - Update to 1.251Tom McLaughlin2006-07-292-5/+11
| | | | | | | | | | | | | | | | | | - Install man page - Make krb5_ccname option in nss_ldap.conf work nss_ldap has two different arguments that can be used at compile time to make this work. The --enable-configurable-krb5-ccname-env configure option was chossen because it works with both the Heimdal and MIT Kerberos implementations and does not require a kerberos dependency. A note has been made in UPDATING that this now works because misconfiguration can lockout users. PR: 100104 Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> Approved by: Maintainer Notes: svn path=/head/; revision=169086
* Update to 1.250Andrey Slusar2006-05-275-236/+150
| | | | | | | Submitted by: maintainer via email Notes: svn path=/head/; revision=163625
* - Now it is possible to use ldap as source for hosts database.Andrey Slusar2006-05-244-20/+133
| | | | | | | | | | | | | | Only gethosbyname, gethostbyname2, gethostbyaddr are implemented. Behavior of getpwXXX functions is made traditional for BSD. When uid=0 they return user password, otherwise returned password is "x". Also, in previous version of the port functions setpwent/endpwent and setgrent/endgrent were mixed. Now they are not. - Assign maintainership to submitter. Submitted by: Artem Kazakov <kazakov@gmail.com> Notes: svn path=/head/; revision=163254
* - MASTER_SITE is unstable. Copy distfile on MASTER_SITE_LOCAL.Sergey Matveychuk2006-04-031-1/+3
| | | | | | | Requested by: Dmitriy Kirhlarov (kyrh@RusNet) Notes: svn path=/head/; revision=158704
* - Update to 1.249 [1]Andrey Slusar2006-03-245-119/+255
| | | | | | | | | | - Fix build when sasl installed. PR: ports/94049 [1] Submitted by: Dmitriy Kirhlarov <dkirhlarov@oilspace.com> [1] Notes: svn path=/head/; revision=158088
* Reset maintainer at his request; nectar is away from FreeBSD work right now.Mark Linimon2006-03-241-1/+1
| | | | Notes: svn path=/head/; revision=158047
* Remove BROKEN; nss_ldap compiles and runs fine on recent -CURRENT.Dag-Erling Smørgrav2006-02-011-3/+0
| | | | Notes: svn path=/head/; revision=154991
* - Update to 1.244Pav Lucistnik2005-12-303-35/+27
| | | | | | | | | PR: ports/90151 Submitted by: Konstantin Saurbier <saurbier@math.uni-bielefeld.de> Approved by: maintainer timeout (nectar; 3 weeks) Notes: svn path=/head/; revision=152410
* BROKEN on 7.0: Does not compileKris Kennaway2005-10-281-0/+4
| | | | Notes: svn path=/head/; revision=146604
* Upgraded to version 1.239Niels Heinen2005-07-114-236/+124
| | | | | | | | | Submitted by: Thomas Sandford PR: ports/82841 Approved by: nectar (mentor,maintainer) Notes: svn path=/head/; revision=138932
* 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