Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pynslcd/usermod.py
Commit message (Collapse)AuthorAgeFilesLines
* Add Python 3 supportArthur de Jong2019-09-081-3/+3
| | | | | | | | | 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.
* Python style changesArthur de Jong2013-04-121-6/+4
| | | | | | | This tries to conform more closely to PEP8. Imports have been checked and, if used only once, moved closer to the use to avoid potential import loops. This also includes a few other minor changes, like using __main__ for utility scripts and variable renames to avoid name clashes.
* Handle user modification requests in pynslcdArthur de Jong2013-03-301-0/+131
Similar to the nslcd implementation, this currently only covers modifying the homeDirectory and loginShell attributes.