Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/utils/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Update Python interpreter in installed scriptsArthur de Jong2019-09-081-2/+3
| | | | | | | | Ensure that the Python interpreter that is passed to configure ends up in the shebang of the Python scripts. This allows one to pass PYTHON=python3 to configure to install the scripts using the Python 3 interpreter.
* Add Python 3 supportArthur de Jong2019-09-081-2/+2
| | | | | | | | | This ensures that both pynslcd and the command-line utilities work with Python3 as interpreter and runs some tests with all installed Python interpreters. This drops support for Python 2.6 and extends 5a84be2 to perform more testing with Python 3.
* Also use module-name in utilities and man pagesArthur de Jong2016-07-271-2/+2
| | | | | | | | | 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.
* Install utilities in share/nslcd-utilsArthur de Jong2013-04-121-1/+1
|
* Initial version of a chsh.ldap utilityArthur de Jong2013-03-301-2/+2
|
* implement a getent command to query nslcd while ↵Arthur de Jong2013-02-081-0/+9
| | | | bypassing NSS stack
* add an --enable-utils option to configure to build ↵Arthur de Jong2013-02-081-0/+33
command-line utilities