Port details on branch 2023Q4 |
- nss_ldap RFC 2307 NSS module
- 1.265_14 net =0 1.265_14Version of this port present on the latest quarterly branch.
- Maintainer: des@FreeBSD.org
- Port Added: 2023-12-27 22:45:07
- Last Update: 2023-12-27 22:42:10
- Commit Hash: 21ef50a
- License: GPLv2
- WWW:
- https://www.padl.com/OSS/nss_ldap.html
- Description:
- nss_ldap is a NSS module which provides an LDAP backend for C library
functions such as getpwnam(3), getgrnam(3), and gethostbyname(3). It
is compliant with RFC 2307, ``An Approach for Using LDAP as a Network
Information Service''.
Currently this is an experimental port, with support only for the
`passwd' and `group' databases.
- ¦ ¦ ¦ ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/nss_ldap/ && make install clean
- To add the package, run one of these commands:
- pkg install net/nss_ldap
- pkg install nss_ldap
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: nss_ldap
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (nss_ldap-265.tar.gz) = 77b54d905f50d774f28d5559d49126f1bc76720f741b0864a64bb4936ec226a8
SIZE (nss_ldap-265.tar.gz) = 280976
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- perl5>=5.34<5.35 : lang/perl5.34
- 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_ldap-1.265_14:
KERBEROS=on: Kerberos support
LCLASS=on: Enable login classes via the loginClass attribute
===> Use 'make config' to modify these settings
- Options name:
- net_nss_ldap
- USES:
- autoreconf cpe gmake ldap perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.265_14 27 Dec 2023 22:42:10 |
Alan Somers (asomers) |
net/nss_ldap: fix the build on both 13.2 and 14.0+
The original configure script attempted to detect the presence of
Heimdal, but it failed with LLVM 15+ due to a type casting bug.
commit 515552b2d2664dc02c2385519a7fedb855f46632 fixed the bug with
LLVM 15+, but inadvertently broke the build for earlier versions.
This commit corrects the configure syntax, fixing the build on 12.4 and
13.2.
PR: 270465
Approved by: mikael (ports)
Sponsored by: Axcient
MFH: 2023Q4
(cherry picked from commit 512a940c48dfe70cf7fee96af994bad46e44eae9) |
Number of commits found: 1
|