Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/utils/getent.py
Commit message (Collapse)AuthorAgeFilesLines
* Rearrange Python importsArthur de Jong2013-08-251-1/+1
|
* Improve error and help output of getent commandArthur de Jong2013-08-181-5/+15
|
* Python style changesArthur de Jong2013-04-121-34/+34
| | | | | | | 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.
* move parsing to command line arguments to main bodyArthur de Jong2013-03-011-4/+1
|
* implement a getent command to query nslcd while ↵Arthur de Jong2013-02-081-0/+346
bypassing NSS stack