index
:
~lukeshu/hackers-nslcd
master
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pynslcd
/
pam.py
Age
Commit message (
Expand
)
Author
2014-10-04
remove non-nslcd stuff
Luke Shumaker
2013-08-18
Fix rootpwmodpw handling in pynslcd
Arthur de Jong
2013-08-18
Rename isvalidname() to is_valid_name() in pynslcd
Arthur de Jong
2013-07-29
Fix handling of pam_password_prohibit_message in pynslcd
Arthur de Jong
2013-07-28
Implement PAM session handling in pynslcd
Arthur de Jong
2013-04-12
Raise an error with a missing old password on password modification
Arthur de Jong
2013-04-12
Fix getting caller's uid on password change (pynslcd)
Arthur de Jong
2013-03-30
Update the shadowLastChange on password change in pynslcd
Arthur de Jong
2013-03-30
Implement password modification in pynslcd
Arthur de Jong
2013-03-30
Rename authentication function and return connection
Arthur de Jong
2013-03-29
Rename validate_request to validate
Arthur de Jong
2013-03-29
Also perform authentication search using LDAPSearch class
Arthur de Jong
2013-03-09
ensure consistent naming of DN variables
Arthur de Jong
2013-03-09
clean up imports and use ldap.filter.escape_filter_chars() directly
Arthur de Jong
2013-03-09
move get_connection function to search module as Connection class as subclass...
Arthur de Jong
2013-03-09
move Search class to search module
Arthur de Jong
2013-01-06
request and parse password policy controls when doing user authentication in ...
Arthur de Jong
2013-01-05
some simplifications in the current pynslcd PAM request handling
Arthur de Jong
2013-01-01
update pynslcd PAM protocol handling to be in line with r1865
Arthur de Jong
2012-07-15
rename internal pam_authz_search to pam_authz_searches
Arthur de Jong
2012-05-04
implement PAM authorisation check using pam_authz_search option
Arthur de Jong
2012-05-04
ignore user-supplied DN for PAM requests and don't send it back
Arthur de Jong
2012-03-16
refactor some of the attribute mapping code to introduce a mapping instance t...
Arthur de Jong
2012-01-06
user the logging framework, handle exceptions properly and some cleanups
Arthur de Jong
2011-12-28
fall back to trying to authenticate with provided password (in case rootpwmod...
Arthur de Jong
2011-12-27
PEP8 fixes
Arthur de Jong
2011-05-13
simplify request handling by passing read parameters around in a dict instead...
Arthur de Jong
2011-05-01
implement attribute mapping functionality and do some refactoring
Arthur de Jong
2011-05-01
remove unneeded import
Arthur de Jong
2011-05-01
pass dn and attributes to functions separately
Arthur de Jong
2011-05-01
small code improvements
Arthur de Jong
2011-04-28
put standard library imports before application imports and remove some unuse...
Arthur de Jong
2011-03-24
fix configuration name
Arthur de Jong
2010-12-29
add an experimental (currently partial) Python implementation of nslcd to see...
Arthur de Jong