aboutsummaryrefslogtreecommitdiff
path: root/net/nss_ldap
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Convert to UCL & cleanup pkg-message (categories n)Mathieu Arnold2019-08-141-2/+6
| | | | | | | (and missed 3 missed files from previous categories.) Notes: svn path=/head/; revision=508903
* Add netgroup support.Dag-Erling Smørgrav2018-08-133-3/+115
| | | | | | | Submitted by: markj@ Notes: svn path=/head/; revision=477119
* Normalize patches.Dag-Erling Smørgrav2018-07-235-16/+16
| | | | Notes: svn path=/head/; revision=475176
* Unmark broken on powerpc64Steve Wills2016-09-151-2/+0
| | | | | | | These ports built successfully Notes: svn path=/head/; revision=422175
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+2
| | | | Notes: svn path=/head/; revision=413746
* Convert to @sampleBaptiste Daroussin2015-09-241-3/+1
| | | | Notes: svn path=/head/; revision=397786
* Convert to USES=autoreconfBaptiste Daroussin2015-06-211-3/+1
| | | | Notes: svn path=/head/; revision=390229
* Add patches for a couple of issues I found while researching #190055:Dag-Erling Smørgrav2014-11-133-3/+23
| | | | | | | | | | - Use GID_MAX instead of LONG_MAX, they are not the same on 64-bit. - Correctly restore the egid after reading the krb5 credential cache. MFH: 2014Q4 Notes: svn path=/head/; revision=372540
* Repair instances, almost all courtesy of bf ;-), of spacesAdam Weinberger2014-07-291-1/+1
| | | | | | | | | | and/or tabs before the =. This made doing regular expressions on the ports tree really difficult. Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363390
* net/openldap24-*:Tijl Coosemans2014-07-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Avoid USE_AUTOTOOLS - Don't use PTHREAD_LIBS - Use MAKE_CMD databases/glom: - Drop :keepla - Add INSTALL_TARGET=install-strip databases/libgda4* databases/libgda5*: - Convert to USES=libtool and bump dependent ports - USES=tar:xz - Use INSTALL_TARGET=install-strip - Use @sample databases/libgdamm: - Drop :keepla - USES=tar:bzip2 - Use INSTALL_TARGET=install-strip databases/libgdamm5: - Add INSTALL_TARGET=install-strip - Drop --enable-static (inherited from old repocopy) devel/anjuta x11-toolkits/py-gnome-extras: - Drop :keepla dns/powerdns dns/powerdns-devel: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip - Disable static modules - Stop creating library symlinks with .0 suffix, not needed for dynamically opened modules mail/dovecot2: - Add USES=libtool mail/dovecot2-pigeonhole: - Drop CONFIGURE_TARGET (incorrect for Dragonfly) - Add USES=libtool and INSTALL_TARGET=install-strip math/gnumeric: - USES=libtool tar:xz Approved by: portmgr (implicit, bump unstaged ports) Notes: svn path=/head/; revision=362835
* MIT Kerberos already has profile_t, so don't typedef it.Dag-Erling Smørgrav2014-03-272-7/+15
| | | | Notes: svn path=/head/; revision=349347
* Finish stage supportAntoine Brodin2014-02-092-5/+4
| | | | Notes: svn path=/head/; revision=343485
* Functional changes:Dag-Erling Smørgrav2014-01-146-31/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add a SASL port option - Fix the KERBEROS ports option - it was a no-op, setting a configure flag which modifies how Kerberos was used without setting the flag that actually enables it. - Use GSSAPI instead of $ENV{KRB5CCNAME} to set the credential cache. The latter pollutes the unsuspecting application's environment and does not always work (for instance, it breaks when nss_ldap is invoked from OpenSSH, although I haven't quite determined why) - Add patches to support Heimdal in addition to MIT Kerberos. Note that I tried to ensure that the code is unchanged in the non-Heimdal case, but that I have no way of testing with MIT Kerberos. With the above changes, I have successfully configured a FreeBSD 9.2 server to authenticate users against a Microsoft Windows 2012 Active Directory server. Non-functional changes: - Modernize and stagify - Remove text in pkg-message about a change that was made ten years ago - Take maintainership as current maintainer has been AWOL for 2+ years - Bump PORTREVISION Approved by: maintainer hasn't been heard of for 2+ years Notes: svn path=/head/; revision=339687
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - add a build dependency on perlAndrej Zverev2013-09-181-1/+2
| | | | | | | | | - convert USE_GMAKE to USES=gmake With hat: perl@ Notes: svn path=/head/; revision=327524
* - Update devel/automake to 1.14Ade Lovett2013-07-161-0/+1
| | | | | | | | | | | | | | - Update devel/gettext to 0.18.3 - Fix known-broken (from exp-runs) ports - Clean up a lot of cruft in the devel/gettext port itself, based on work from tijl@ PR: 178883 Submitted by: ade Sponsored by: Wadsworth 6X Notes: svn path=/head/; revision=323088
* - Prevent situation which leads to overriding configuration file on reinstall.Andrej Zverev2013-06-151-3/+3
| | | | | | | | | PR: ports/179047 Submitted by: Anton Yuzhaninov <ayuzhaninov@openstat.ru> Approved by: maintainer (timeout) Notes: svn path=/head/; revision=320982
* - Convert to OptionsNGWilliam Grzybowski2013-05-171-10/+10
| | | | | | | | | | | - Trim Makefile header PR: ports/177212 Submitted by: wg (myself) Approved by: culot (mentor), maintainer (timeout, > 4 weeks) Notes: svn path=/head/; revision=318383
* - fix build when perl built with USE_PERL set to off (no symlink in /usr/bin)Ruslan Makhmatkhanov2012-01-111-0/+2
| | | | | | | | | PR: 163687 Submitted by: Mel Flynn <mel at datakitty.lan.rachie.is-a-geek dot net> Approved by: maintainer (timeout, 2 weeks) Notes: svn path=/head/; revision=288960
* -Fix nss_initgroups_ignoreusers (add patch to bsdnss.c)Michael Scheidell2011-12-032-1/+62
| | | | | | | | | | | PR: 152982 Submitted by: kmenshikov@peterhost.ru Approved by: mentor (timeout), gabor (mentor) Obtained from: http://lists.freebsd.org/pipermail/freebsd-current/2007-July/075131.html Feature safe: yes Notes: svn path=/head/; revision=286814
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Chase after net/openldap24-server update.Xin LI2011-02-251-1/+1
| | | | | | | Reminded by: miwi Notes: svn path=/head/; revision=269631
* - Fix several default paths relative to PREFIXGanael LAPLANCHE2011-02-183-8/+17
| | | | | | | | | | | | | | | - Move REINPLACE_CMDs to the post-patch target to avoid patching the same files again when re-running the install target - Provide a .conf file from the .conf.sample one - Add a LOCAL mirror PR: 154843 Approved by: Michael Graziano <mikeg@bsd-box.net> (maintainer), ehaupt (mentor) Feature safe: yes Notes: svn path=/head/; revision=269313
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Round one migration of ports from automake{19,110} to automake111Ade Lovett2010-10-051-1/+1
| | | | Notes: svn path=/head/; revision=262460
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-2/+10
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* - Use SUB_FILES instead of invoking sed manually to change pkg-messageBaptiste Daroussin2010-09-032-2/+10
| | | | | | | | | | | | - Replaces spaces with a tab after OPTIONS - While here add LICENSE PR: ports/148925 Submitted by: Sevan Janiyan <venture37 _at_ geeklan.co.uk> Approved by: Michael Graziano <mikeg _at_ bsd-box.net> (maintainer) Notes: svn path=/head/; revision=260495
* - Update to 1.265Philip M. Gollucci2010-01-185-21/+62
| | | | | | | | | | | | | | | | | | | | | | | | | - Submitted is now MAINTAINER Major upgrade-related fixes (from upstream): - Version info now in binary - Fix broken ethers LDAP query - FD leak cleanup Fixes in port: - Re-enable many nss classes that were disabled (ethers, netgroups) - Fix compile-time breakage in ldap-ethers code (Better fix going upstream when I have time) *** Note: Ethers and Netgroup support aren't thoroughly tested as I don't use these in my environment. Re-enabling them doesn't seem to cause any problems, so they're back on in accordance with POLA. PRs/test cases for these are welcome if anyone finds breakage. PR: ports/141931 Submitted by: Michael Graziano <mikeg@bsd-box.net> Notes: svn path=/head/; revision=248061
* Really (!) add patch for "loginClass".Sergey Skvortsov2010-01-081-0/+52
| | | | | | | | PR: ports/140107 Submitted by: Jacob Myers <jacob xx whotookspaz.org> Notes: svn path=/head/; revision=247403
* - OPTIONS += LCLASSPhilip M. Gollucci2010-01-041-0/+6
| | | | | | | | | | | Allow the use of login classes in nss_ldap via a new LDAP attribute (loginClass). Administrators should be able to add this attribute to their schemata easily. PR: ports/14107 Submitted by: Jacob Myers <jacob@whotookspaz.org> Notes: svn path=/head/; revision=247103
* Reset maintainer at his request due to lack of time.Mark Linimon2009-09-161-1/+1
| | | | | | | | Hat: portmgr Feature safe: yes Notes: svn path=/head/; revision=241543
* - fix krb5_ccname broken in previous commit.Tom McLaughlin2009-08-182-10/+7
| | | | | | | PR: 133344 Notes: svn path=/head/; revision=239896
* Unbreak build with defined WITHOUT_KERBEROS.Sergey Skvortsov2009-08-182-3/+9
| | | | | | | | | PR: ports/133344 Submitted by: Alex Bakhtin <bakhtin xx amt.ru> Approved by: maintainer timeout (> 4 months) Notes: svn path=/head/; revision=239862
* Disable pthread_atfork detection. This fixes login issues on FreeBSDFlorent Thoumie2009-05-062-1/+9
| | | | | | | | | | | 7.2-RELEASE and possibly previous versions. PR: ports/133501 Submitted by: Benjamin Lee <ben@b1c1l1.com> Approved by: maintainer timeout (4 weeks) Notes: svn path=/head/; revision=233301
* Bump PORTREVISION's after OpenLDAP update.Xin LI2009-01-051-0/+1
| | | | | | | Suggested by: rafan Notes: svn path=/head/; revision=225291
* - Update to 1.264 [1]Martin Matuska2008-12-107-180/+76
| | | | | | | | | | | | - use more autotools [2] - fixes assertion problems related to openldap 2.4 [3] PR: ports/129445 [1], ports/127675 [2], ports/122750 [3] Submitted by: mm [1], "Eugene M. Kim" <gene@nttmcl.com> [2] Approved by: maintainer (timeout ports/127675, ports/129030, ports/127675) Notes: svn path=/head/; revision=224080
* - Distfile rerolled; no changes (verified)Pav Lucistnik2007-12-162-14/+5
| | | | | | | | | | | - While here, style PR: ports/117886 Reported by: O. Hartmann <ohartman@zedat.fu-berlin.de> Approved by: maintainer timeout (1 month) Notes: svn path=/head/; revision=203884
* - Update to 1.257Martin Matuska2007-09-072-4/+4
| | | | | | | | | PR: ports/116175 Submitted by: mm Approved by: Artem Kazakov <kazakov at gmail.com> (maintainer) Notes: svn path=/head/; revision=199019
* - Update to 1.256Martin Matuska2007-08-132-4/+4
| | | | | | | | PR: ports/114862 Approved by: maintainer (timeout), garga (mentor, implicit) Notes: svn path=/head/; revision=197567
* 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