Port details |
- nss-pam-ldapd Advanced fork of nss_ldap
- 0.9.12_2 net =4 0.9.12_2Version of this port present on the latest quarterly branch.
- Maintainer: zi@FreeBSD.org
- Port Added: 2010-07-15 22:52:42
- Last Update: 2024-03-24 10:50:39
- Commit Hash: cea660f
- People watching this port, also watch:: flock, arping, nginx, zfsnap, npm-node18
- License: LGPL21 LGPL3
- WWW:
- https://arthurdejong.org/nss-pam-ldapd/
- Description:
- nss-pam-ldapd, a Name Service Switch (NSS) module and
Pluggable Authentication Module (PAM) that allows your
LDAP server to provide user account, group, host name,
alias, netgroup, and basically any other information that
you would normally get from /etc flat files or NIS. It also
allows you to do authentication to an LDAP server.
Key differences from nss_ldap:
* lighter NSS library
* lighter PAM library
* simpler internal semantics
* clear separation between NSS, PAM and LDAP code (the server
part could easily be implemented in another language)
* less connections to the LDAP server
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- nss-pam-ldapd>0:net/nss-pam-ldapd
- Conflicts:
- CONFLICTS:
- nss-pam-ldapd-sasl
- pam_ldap-1.*
- nss_ldap-1.*
- To install the port:
- cd /usr/ports/net/nss-pam-ldapd/ && make install clean
- To add the package, run one of these commands:
- pkg install net/nss-pam-ldapd
- pkg install nss-pam-ldapd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: nss-pam-ldapd
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1649433966
SHA256 (nss-pam-ldapd-0.9.12.tar.gz) = c6d661e74693cbf531a790631ca93b73f291fb23cc39465b09deb8da2bfb0e14
SIZE (nss-pam-ldapd-0.9.12.tar.gz) = 791983
Packages (timestamps in pop-ups are UTC):
- Slave ports:
-
- net/nss-pam-ldapd-sasl
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- libldap.so.2 : net/openldap26-client
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for nss-pam-ldapd-0.9.12_2:
KERBEROS=on: Kerberos support
LCLASS=off: Build with loginClass support
====> Options available for the multi MG1: you have to choose at least one of them
PAM=on: Build pam_ldap
NSS=on: Build nss support
===> Use 'make config' to modify these settings
- Options name:
- net_nss-pam-ldapd
- USES:
- cpe ldap
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.12_2 24 Mar 2024 10:50:39 |
Nuno Teixeira (eduardo) |
net/nss-pam-ldapd: Move man pages to share/man
Approved by: portmgr (blanket) |
0.9.12_1 27 Aug 2023 13:53:30 |
Ryan Steinmetz (zi) |
net/nss-pam-ldapd: Add LCLASS Support
PR: 220379
Submitted by: Marek Zarychta <zarychtam@plan-b.pwste.edu.pl> |
0.9.12_1 08 Feb 2023 10:53:56 |
Muhammad Moinur Rahman (bofh) |
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap
Convert the USE_LDAP=yes to USES=ldap and adds the following features:
- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features
Reviewed by: delphij
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38233 |
0.9.12_1 11 Oct 2022 18:48:50 |
Alan Somers (asomers) |
net/nss-pam-ldapd: use closefrom in nslcd
nslcd tries to close all file descriptors on startup. It does that by
calling close() in a loop, running down from _SC_OPEN_MAX to 0. Since
_SC_OPEN_MAX autoscales with available RAM, this can take more than a
minute on large servers. The solution is to use closefrom. Upstream
has already made that change in the master branch, but due to its slow
release cadence we're applying it here as well.
PR: 266970
Approved by: zi (maintainer)
Sponsored by: Axcient |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.9.12 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.9.12 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
0.9.12 08 Apr 2022 17:02:58 |
Ryan Steinmetz (zi) |
net/nss-pam-ldapd: Update to 0.9.12 |
0.9.11_1 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
0.9.11_1 01 Aug 2021 08:32:35 |
Xin LI (delphij) |
net/openldap24-server: Make SASL permanent for OpenLDAP port.
PR: ports/257374
Reviewed by: obrien
Approved by: portmgr (exp-run by antoine)
Differential Revision: https://reviews.freebsd.org/D31301 |
0.9.11 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
0.9.11 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9.11 25 Oct 2019 13:53:01 |
zi |
- Update to 0.9.11 |
0.9.10_1 14 Aug 2019 08:48:51 |
mat |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
0.9.10_1 02 Nov 2018 13:32:35 |
rene |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724 |
0.9.10_1 10 Sep 2018 16:30:50 |
zi |
- Resolve socket permission issues
- Bump PORTREVISION
PR: 231278 [1]
Reported by: Matthias Pfaller <matthias.pfaller@familie-pfaller.de> [1], Johan
Hendriks <joh.hendriks@gmail.com> |
0.9.10 09 Sep 2018 23:30:45 |
zi |
- Update to 0.9.10 |
0.9.9 05 May 2018 14:37:10 |
danfe |
For some ports under `net*' categories: remove redundant PKGMESSAGE
assignment, which is set appropriately by the b.p.m when `pkg-message'
appears on the SUB_FILES list. |
0.9.9 24 Feb 2018 15:25:48 |
zi |
- Update to 0.9.9 |
0.9.8_1 19 Dec 2017 14:40:35 |
zi |
- Add slapd to REQUIRES list for scenarios where the ldap server is on localhost
PR: 224448
Submitted by: matthias.pfaller@familie-pfaller.de |
0.9.8 01 Aug 2017 17:07:58 |
zi |
- MASTER_SITES cleanup |
0.9.8 29 Jun 2017 00:12:12 |
zi |
- Update to 0.9.8 |
0.9.7_1 23 Jan 2017 02:20:50 |
zi |
- Update nslcd rc script to REQUIRE kstart
PR: 216242
Submitted by: prj@rootwyrm.com |
0.9.7 03 Oct 2016 20:52:58 |
zi |
- Update to 0.9.7
- Specify path to pidfile in rc script
PR: 210912, 213030
Submitted by: Marc Siebeneicher, Brent Busby |
0.8.14_3 01 Apr 2016 13:18:17 |
mat |
Fixup some whitespace at the beginning of lines problems.
With hat: portmgr
Sponsored by: Absolight |
0.8.14_3 04 Jul 2015 12:48:53 |
ohauer |
- use NSLCD_PIDFILE from Makefile instead hard coding PID
Approved by: zi@ (via PM) |
0.8.14_3 04 Jul 2015 01:00:38 |
zi |
- Fix rc script when running nslcd on host and within a jail
PR: 201298
Submitted by: Kan Sasaki (sasaki@fcc.ad.jp) |
0.8.14_2 11 Jun 2015 00:53:03 |
zi |
- Add ability to disable kerberos
- Do not bump PORTREVISION: defaults not changing
PR: 200689
Submitted by: fullermd@over-yonder.net |
0.8.14_2 21 May 2015 06:54:35 |
amdmi3 |
- Don't cat pkg-message from Makefiles
Approved by: portmgr blanket |
0.8.14_2 17 May 2015 14:29:09 |
amdmi3 |
- Add CPE info
Approved by: portmgr blanket |
0.8.14_2 24 Jul 2014 18:34:16 |
tijl |
net/openldap24-*:
- 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 (Only the first 15 lines of the commit message are shown above ) |
0.8.14_1 25 Jun 2014 05:18:08 |
ohauer |
- fix pkg-plist
- use @sample macro in pkg-plist
- bump PORTREVSION
PR: 190830
Submitted by: ohauer
Approved by: zi (maintainer) |
0.8.14 24 Apr 2014 16:26:48 |
mat |
Remove the last @comment $FreeBSD$ from plists.
With hat: portmgr
Sponsored by: Absolight |
0.8.14 17 Mar 2014 15:20:03 |
zi |
- Update to 0.8.14
- Fix style issues in Makefile |
0.8.13_2 03 Mar 2014 14:36:30 |
zi |
- Fix service command always returning 0 [1]
- Add STAGE support
PR: ports/187073 [1]
Submitted by: Derek Kulinski <takeda@takeda.tk> [1] |
0.8.13_1 09 Nov 2013 00:23:45 |
zi |
- Add supervision support
- Bump PORTREVISION |
0.8.13 29 Oct 2013 00:14:46 |
bdrewery |
- Add missing newlines. This was missed in the previous cleanup in r313597
With hat: portmgr
Submitted by: ak, beat
Reported by: delphij |
0.8.13 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.8.13 08 May 2013 16:30:05 |
zi |
- Update to 0.8.13 |
0.8.12_1 16 Apr 2013 15:11:33 |
zi |
- Take MAINTAINERship
- Adjust style issues
- Add additional MASTER_SITES
Feature safe: yes |
0.8.12_1 23 Jan 2013 23:34:12 |
jgh |
- drop unnecessary patch (per software author)
PR: 175462
Submitted by: jgh@ |
0.8.12_1 23 Jan 2013 09:46:39 |
linimon |
Reset rflynn@acsalaska.net: mailbox is full. |
0.8.12_1 22 Jan 2013 07:26:39 |
jgh |
- add NSLCD KNOB reverted in r310469
PR: 175340
Submitted by: john.marshall@riverwillow.com.au
Reviewed by: bapt (portmgr)
Approved by: maintainer, rflynn@acsalaska.net (implicit) |
0.8.12 16 Jan 2013 00:40:17 |
jgh |
- reverting a disable
PR: 174384 |
0.8.12 16 Jan 2013 00:32:48 |
jgh |
- update to 0.8.12
- while here adopt optionsNG and trim historical header
PR: 174384
Submitted by: john.marshall@riverwillow.com.au
Approved by: portmgr (tabthorpe) |
0.8.10 26 Aug 2012 18:43:46 |
swills |
- Update to 0.8.10
PR: ports/170359
Approved by: maintainer timeout (rflynn@acsalaska.net, > 2 weeks) |
0.8.9 30 May 2012 15:33:09 |
scheidell |
- Update to 0.8.9
- Make it a master port to support net/nss-pam-ldap-sasl
PR: ports/168338
Submitted by: Mel FLynn <rflynn@acsalaska.net> (maintainer) |
0.8.6 07 Apr 2012 07:23:21 |
crees |
Remove empty file
Submitted by: ak
Feature safe: yes |
0.8.6 01 Apr 2012 17:04:27 |
crees |
- Update to 0.8.6
- Pass maintainership to submitter
PR: ports/165659
Submitted by: Mel Flynn <rflynn@acsalaska.net>
Approved by: melifaro (former maintainer)
Feature safe: yes |
0.7.13_2 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
0.7.13_2 07 Nov 2011 22:33:54 |
zi |
- Honor custom PREFIX [1]
- Remove 6.x support
- Pacify portlint(1)
PR: ports/161689
Submitted by: Andrew Kolchoogin <gadm@web.trunk-com.ru> [1]
Approved by: maintainer timeout (2+ weeks) |
0.7.13_2 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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 |
0.7.13_2 15 Sep 2011 12:59:49 |
sem |
- Run nslcd before syslogd as we use external group present in syslog.conf,
and it should be resolvable when syslogd starts. Remove DAEMON from
dependency list to fix circular dependency problem.
- Ensure nslcd is usable right after it was started.
Submitted by: maintainer |
0.7.13_1 25 Feb 2011 01:32:18 |
delphij |
Chase after net/openldap24-server update.
Reminded by: miwi |
0.7.13 28 Jan 2011 11:23:09 |
arved |
Remove nss_ldap compatibility
Fix build on 7.x
PR: 153215
Submitted by: maintainer
Feature safe: yes |
0.7.13 28 Jan 2011 10:47:45 |
arved |
Update to 0.7.13
PR: 154000
Submitted by: Tom Judge
Approved by: maintainer timeout
Feature safe: yes |
0.7.7 04 Nov 2010 22:29:15 |
pav |
- Mark BROKEN on 7.X: unsupported sed construct in post-extract
Reported by: pointyhat |
0.7.7 15 Jul 2010 22:52:00 |
timur |
PR: 147293
Update net/nss-pam-ldapd to the 0.7.7 version |