Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pynslcd/pam.py
Commit message (Expand)AuthorAgeFilesLines
* rename internal pam_authz_search to pam_authz_searchesArthur de Jong2012-07-151-2/+2
* implement PAM authorisation check using pam_authz_search ...Arthur de Jong2012-05-041-3/+57
* ignore user-supplied DN for PAM requests and don't send i...Arthur de Jong2012-05-041-25/+24
* refactor some of the attribute mapping code to introduce ...Arthur de Jong2012-03-161-2/+2
* user the logging framework, handle exceptions properly an...Arthur de Jong2012-01-061-5/+6
* fall back to trying to authenticate with provided passwor...Arthur de Jong2011-12-281-0/+4
* PEP8 fixesArthur de Jong2011-12-271-2/+2
* simplify request handling by passing read parameters arou...Arthur de Jong2011-05-131-26/+28
* implement attribute mapping functionality and do some ref...Arthur de Jong2011-05-011-4/+4
* remove unneeded importArthur de Jong2011-05-011-1/+0
* pass dn and attributes to functions separatelyArthur de Jong2011-05-011-1/+1
* small code improvementsArthur de Jong2011-05-011-4/+4
* put standard library imports before application imports a...Arthur de Jong2011-04-281-5/+5
* fix configuration nameArthur de Jong2011-03-241-2/+2
* add an experimental (currently partial) Python implementa...Arthur de Jong2010-12-291-0/+129