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
/
group.py
Age
Commit message (
Expand
)
Author
2014-10-04
remove non-nslcd stuff
Luke Shumaker
2014-01-05
Support blanking the member attribute
Arthur de Jong
2013-09-15
Remove unneeded imports
Arthur de Jong
2013-08-25
Rearrange Python imports
Arthur de Jong
2013-08-21
Have pynslcd handle mapped userPassword
Arthur de Jong
2013-08-18
Rename isvalidname() to is_valid_name() in pynslcd
Arthur de Jong
2013-08-17
Use retrieve_by, group_by and group_columns in the cache
Arthur de Jong
2013-08-17
Give cache tables friendlier names
Arthur de Jong
2013-08-17
Explicitly define tables used for cache
Arthur de Jong
2013-08-17
Move cache table creation to modules
Arthur de Jong
2013-07-29
Use cleaner import and get rid of uid2dn function in pynslcd
Arthur de Jong
2013-07-29
Handle the nss_initgroups_ignoreusers option in pynslcd
Arthur de Jong
2013-04-12
Python style changes
Arthur de Jong
2013-03-24
Implement a nss_nested_groups configuration option
Arthur de Jong
2013-03-24
Implement support for nested groups in pynslcd
Arthur de Jong
2013-03-09
clean up imports and use ldap.filter.escape_filter_chars() directly
Arthur de Jong
2013-03-09
move Search class to search module
Arthur de Jong
2012-12-16
switch protocol from host byte order to network byte order and switch use of ...
Arthur de Jong
2012-01-29
implement a naive offline cache
Arthur de Jong
2012-01-29
small simplification in group lookups (member attributes are not requested an...
Arthur de Jong
2012-01-29
split the result handling into a convert() and write() step
Arthur de Jong
2012-01-06
user the logging framework, handle exceptions properly and some cleanups
Arthur de Jong
2011-12-28
support for reading the configuration file (not all options are used though)
Arthur de Jong
2011-12-28
never request group members for GroupByMemberRequest
Arthur de Jong
2011-12-28
instead of modifying attmap, modify attribute list
Arthur de Jong
2011-12-28
fix references to attmap (broken in r1571)
Arthur de Jong
2011-12-27
make logging more consistent and remove test bases from shadow and passwd maps
Arthur de Jong
2011-12-27
PEP8 fixes
Arthur de Jong
2011-12-12
define the search separately from the request
Arthur de Jong
2011-12-12
move check of required attributes and other common tests to the Request.handl...
Arthur de Jong
2011-08-05
replace last traces of groupOfUniqueNames
Arthur de Jong
2011-08-03
switch to using the member attribute by default instead of uniqueMember
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
small code improvements
Arthur de Jong
2011-04-28
put standard library imports before application imports and remove some unuse...
Arthur de Jong
2011-04-28
remove duplicate and wrong write() method
Arthur de Jong
2010-12-29
add an experimental (currently partial) Python implementation of nslcd to see...
Arthur de Jong