Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* Clarify the map option in the manual pageHEADmasterArthur de Jong2024-03-031-15/+18
| | | | | This tries to make it a little clearer how expressions in the map statement may be used.
* Add an option to test the configuration fileArthur de Jong2024-02-241-0/+14
|
* Make configuration file to use configurableArthur de Jong2024-02-241-1/+14
|
* Get files ready for 0.9.12 release0.9.12Arthur de Jong2021-11-206-18/+18
|
* Support DNSLDAPS in uriArthur de Jong2021-11-191-4/+7
| | | | | | This supports both `uri DNSLDAPS` and `uri DNSLDAPS:some.domain` variants alongside the pre-existing `uri DNS` that was already supported generating ldaps URIs for all SRV records found.
* Support an empty search baseArthur de Jong2021-11-021-2/+5
| | | | | | | | | | | | This allows putting `base ""` in nslcd.conf to specify an empty search base. Note that the LDAP server needs to support this. With slapd this requires setting up an olcDefaultSearchBase attribute in the olcFrontendConfig object under cn=config or have the database have an empty suffix. Closes https://github.com/arthurdejong/nss-pam-ldapd/issues/50
* Add tls_reqsan to check certificate SANArthur de Jong2021-01-231-0/+13
| | | | This option is passed to the LDAP library if it is supported.
* Add tls_crlfile to check local CRL fileArthur de Jong2021-01-231-1/+14
| | | | This option is passed to the LDAP library if it is supported.
* Add tls_crlcheck to check Certificate Revocation Listsebastienblavier2021-01-181-0/+13
| | | | | | This option is passed to the LDAP library if it is supported. Closes https://github.com/arthurdejong/nss-pam-ldapd/pull/41
* Fix typo in manual pageArthur de Jong2020-02-101-1/+1
| | | | | | | Thanks Benedict Reuschling for pointing this out. Closes https://github.com/arthurdejong/nss-pam-ldapd/issues/39 Fixes b93838d
* Get files ready for 0.9.11 release0.9.11Arthur de Jong2019-10-066-18/+18
|
* Various spelling fixesArthur de Jong2019-09-171-3/+3
|
* Get files ready for 0.9.10 release0.9.10Arthur de Jong2018-09-016-12/+12
|
* Add domain variable for use in pam_authz_searchArthur de Jong2018-07-211-0/+1
| | | | | | | | | This adds a domain variable (if it can be determined on the system) that can be used in pam_authz_search and pam_authc_search filters to build search filters that search on the domain name (the FQDN without the starting host name). Closes https://github.com/arthurdejong/nss-pam-ldapd/issues/8
* Get files ready for 0.9.9 release0.9.9Arthur de Jong2018-02-186-21/+21
|
* Get files ready for 0.9.8 release0.9.8Arthur de Jong2017-06-266-16/+16
|
* Add the ability to offset UID and GID numbersSeth Wright2017-06-201-0/+30
|
* Allow skipping post-authentication search altogetherArthur de Jong2017-06-151-0/+7
|
* Document pam_authc_search optionArthur de Jong2017-06-151-1/+24
|
* Accept multiple key arguments to getent.ldapArthur de Jong2017-06-041-3/+3
| | | | | This allows supplying multiple arguments to getent.ldap that will each act as a search key for lookups, similar to what normal getent allows.
* Get files ready for 0.9.7 release0.9.7Arthur de Jong2016-08-146-18/+18
|
* Also use module-name in utilities and man pagesArthur de Jong2016-07-271-1/+3
| | | | | | | | | This ensures that getent.ldap, chsh.ldap and manual pages with ldap in the name will be installed with the name as specified with --with-module-name. Note that the manual page content still describes the working within nss-pam-ldapd and still mention the ldap name.
* Support substituting expresions of type ${var:offset:length}Giovanni Mascellani2016-06-031-0/+11
|
* Fix small typoGiovanni Mascellani2016-05-301-1/+1
|
* Add pam_authc_ppolicy optionMathieu Baeumler2016-01-061-0/+12
| | | | This option allows completely disabling ppolicy handling.
* Get files ready for 0.9.6 release0.9.6Arthur de Jong2015-06-146-12/+12
|
* Manual page improvementsArthur de Jong2015-06-131-11/+11
|
* Implement disable_enumerationAndrew Elble2015-05-011-0/+21
| | | | | | | | | | If this option is present, functions which cause all user/group entries to be loaded (getpwent(), getgrent()) from the directory will not succeed in doing so. This can dramatically reduce ldap server load in situations where there are a great number of users and/or groups. Applications that depend on being able to sequentially read all users and/or groups may fail to operate correctly. This option is not recommended for most configurations.
* Implement nss_getgrent_skipmembersArthur de Jong2015-04-201-1/+20
| | | | | | | This option allows skipping group member list retrieval to improve performance with very large groups. This option results in inconsistent group membership information being presented that may confuse some applications.
* Get files ready for 0.9.5 release0.9.5Arthur de Jong2015-03-295-15/+15
|
* Document that multiple URIs can be specifiedDalibor Pospíšil2015-03-201-2/+3
| | | | | | | Update nslcd.conf man page that multiple URIs can be set by using more uri lines or more URIs defined on one uri line. https://bugzilla.redhat.com/show_bug.cgi?id=1204195
* Document that rootpwmoddn needs to existArthur de Jong2014-11-021-0/+4
| | | See http://lists.arthurdejong.org/nss-pam-ldapd-users/2014/msg00166.html
* Get files ready for 0.9.4 release0.9.4Arthur de Jong2014-06-066-12/+12
|
* Small documentation improvementsArthur de Jong2014-05-041-5/+4
| | | | | This includes a number of minor changes to the documentation. This also documents the children search scope (related to 2caeef4).
* Get files ready for 0.9.3 release0.9.3Arthur de Jong2014-03-126-18/+18
|
* Document cache option in manual pageArthur de Jong2013-12-211-0/+33
|
* Get files ready for 0.9.2 release0.9.2Arthur de Jong2013-10-306-12/+12
|
* Add configure check to see whether to install manual pagesArthur de Jong2013-09-081-0/+2
| | | | | | This also reworks the manual page generation check in the configure script and avoids build errors if no tool for generating manual pages is present when working on a Git checkout.
* Fix for common spelling mistakeArthur de Jong2013-08-281-2/+2
|
* Get files ready for 0.9.1 release0.9.1Arthur de Jong2013-08-256-12/+12
|
* Add a test for the manual pagesArthur de Jong2013-08-231-5/+1
| | | | | This replaces e0491d2 to run xmlto from the man directory. This handles the case more gracefully if xmlto is not available.
* Handle SIGUSR1 by resetting the retry timerArthur de Jong2013-08-211-0/+20
| | | | | | This implements and documents handling of the SIGUSR1 signal in nslcd to reset the reconnect_sleeptime and reconnect_retrytime timers to re-check availability of the LDAP server.
* Run xmlto on manual pages as part of the testsArthur de Jong2013-08-181-0/+4
|
* Document -n, --nofork optionArthur de Jong2013-08-182-0/+24
|
* Rename nscd_invalidate option to reconnect_invalidateArthur de Jong2013-07-261-2/+2
| | | | | This also renames the internal nscd module to invalidator for both nslcd and pynslcd. The new invalidator module is now no longer nscd-specific.
* Allow invalidating the nfsidmap cacheArthur de Jong2013-07-261-4/+12
| | | | This introduces an nfsidmap value for nscd_invalidate which will cause the nfsidmap -c command to be run.
* Fix the way manual pages are installedArthur de Jong2013-04-061-7/+9
| | | | | The :u flag apparently isn't portable across versions of make and automake rules complain if a manual page is added twice to a target.
* Get files ready for 0.9.0 release0.9.0Arthur de Jong2013-04-055-13/+13
|
* Fix docbook validationArthur de Jong2013-04-051-1/+1
|
* Initial version of a chsh.ldap utilityArthur de Jong2013-03-302-1/+149
|