Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/utils/shells.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix Python 3 compatibility in chsh.ldapArthur de Jong2019-10-131-1/+1
|
* Fix crash in chsh.ldapMizunashi Mana2018-09-051-1/+3
| | | | | | Specify result type of getusershell. Closes https://github.com/arthurdejong/nss-pam-ldapd/pull/31
* Make nslcd-utils Python 3 compatibleArthur de Jong2017-06-041-4/+4
| | | | | | | | This changes the getent.ldap and chsh.ldap commands to be compatible with Python 2 and Python 3 with the same code. This does switch to raw I/O because Python 3 does not support bufferred I/O on sockets.
* Initial version of a chsh.ldap utilityArthur de Jong2013-03-301-0/+64