Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix manual page generationArthur de Jong2013-03-281-1/+1
|
* Implement a nss_nested_groups configuration optionArthur de Jong2013-03-241-0/+13
| | | | | | This option can be used in both nslcd and pynslcd to enable recursive group member lookups. By default the functionality is disabled. This also updates the documentation.
* document the nscd_invalidate optionArthur de Jong2013-03-091-0/+18
|
* document the trimming expressions in the nslcd.conf(5) ↵Arthur de Jong2013-03-031-5/+45
| | | | manual page
* include information about when some of the options were ↵Arthur de Jong2013-02-271-49/+50
| | | | added
* allow names with one character in default validnames ↵Arthur de Jong2013-02-231-1/+1
| | | | option and allow parentheses (taken from Fedora packages)
* document the log optionArthur de Jong2013-02-231-0/+21
|
* fix docbook tag for file nameArthur de Jong2013-02-121-1/+1
|
* add getent.ldap(1) manual pageArthur de Jong2013-02-082-1/+339
|
* fix the way manual pages are generated and distributedArthur de Jong2013-01-161-11/+14
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1918 ef36b2f9-881f-0410-afb5-c4e39611909c
* support children search scope for systems that have itArthur de Jong2013-01-141-3/+3
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1917 ef36b2f9-881f-0410-afb5-c4e39611909c
* make the way manual pages are selected for installation ↵Arthur de Jong2012-12-301-14/+10
| | | | | | more maintainable git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1884 ef36b2f9-881f-0410-afb5-c4e39611909c
* get files ready for 0.8.12 release0.8.12Arthur de Jong2012-11-184-8/+8
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1834 ef36b2f9-881f-0410-afb5-c4e39611909c
* fix formatting and improve consistency in manaual pagesArthur de Jong2012-11-172-16/+22
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1831 ef36b2f9-881f-0410-afb5-c4e39611909c
* remove dots from short description in manual pageArthur de Jong2012-11-162-2/+2
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1828 ef36b2f9-881f-0410-afb5-c4e39611909c
* to only set LDAP_OPT_X_SASL_NOCANON if the ↵Arthur de Jong2012-11-131-1/+2
| | | | | | sasl_canonicalize option is explicitly set in the configuration file git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1824 ef36b2f9-881f-0410-afb5-c4e39611909c
* make a pynslcd manual page and install it if pynslcd is ↵Arthur de Jong2012-10-213-2/+154
| | | | | | enabled (and small fix in nslcd manual page) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1804 ef36b2f9-881f-0410-afb5-c4e39611909c
* get files ready for 0.8.11 release0.8.11Arthur de Jong2012-10-143-6/+6
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1798 ef36b2f9-881f-0410-afb5-c4e39611909c
* change the default value of sasl_canonicalize to yes ↵Arthur de Jong2012-08-311-1/+1
| | | | | | (thanks Marcus Moeller) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1735 ef36b2f9-881f-0410-afb5-c4e39611909c
* introduce a sasl_canonicalize option that will now, by ↵Arthur de Jong2012-08-141-0/+12
| | | | | | default, disable reverse host name lookups in OpenLDAP git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1733 ef36b2f9-881f-0410-afb5-c4e39611909c