Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pynslcd/mypidfile.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix running pynslcd without uid optionArthur de Jong2021-11-141-3/+4
| | | | Fixes 65695aa
* Improve Python code styleArthur de Jong2019-09-081-2/+4
| | | | | | This also adds a flake8 test that checks code style. Note that this test is not run by default because it requires network access to create the virtualenv with the test software.
* Add Python 3 supportArthur de Jong2019-09-081-5/+5
| | | | | | | | | 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.
* Create pidfile directory in pynslcdArthur de Jong2017-06-251-1/+9
| | | | | This ensures that /var/run/nslcd is created (when it does not exist) when starting pynslcd.
* user the logging framework, handle exceptions properly ↵Arthur de Jong2012-01-061-2/+2
| | | | | | and some cleanups git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1588 ef36b2f9-881f-0410-afb5-c4e39611909c
* truncate pidfile to ensure remains of previous value is goneArthur de Jong2011-03-241-1/+2
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1407 ef36b2f9-881f-0410-afb5-c4e39611909c
* add an experimental (currently partial) Python ↵Arthur de Jong2010-12-291-0/+70
implementation of nslcd to see if we can get the same features with easier to maintain code git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1347 ef36b2f9-881f-0410-afb5-c4e39611909c