summaryrefslogtreecommitdiff
path: root/pynslcd/group.py
AgeCommit message (Expand)Author
2014-10-04remove non-nslcd stuffLuke Shumaker
2014-01-05Support blanking the member attributeArthur de Jong
2013-09-15Remove unneeded importsArthur de Jong
2013-08-25Rearrange Python importsArthur de Jong
2013-08-21Have pynslcd handle mapped userPasswordArthur de Jong
2013-08-18Rename isvalidname() to is_valid_name() in pynslcdArthur de Jong
2013-08-17Use retrieve_by, group_by and group_columns in the cacheArthur de Jong
2013-08-17Give cache tables friendlier namesArthur de Jong
2013-08-17Explicitly define tables used for cacheArthur de Jong
2013-08-17Move cache table creation to modulesArthur de Jong
2013-07-29Use cleaner import and get rid of uid2dn function in pynslcdArthur de Jong
2013-07-29Handle the nss_initgroups_ignoreusers option in pynslcdArthur de Jong
2013-04-12Python style changesArthur de Jong
2013-03-24Implement a nss_nested_groups configuration optionArthur de Jong
2013-03-24Implement support for nested groups in pynslcdArthur de Jong
2013-03-09clean up imports and use ldap.filter.escape_filter_chars() directlyArthur de Jong
2013-03-09move Search class to search moduleArthur de Jong
2012-12-16switch protocol from host byte order to network byte order and switch use of ...Arthur de Jong
2012-01-29implement a naive offline cacheArthur de Jong
2012-01-29small simplification in group lookups (member attributes are not requested an...Arthur de Jong
2012-01-29split the result handling into a convert() and write() stepArthur de Jong
2012-01-06user the logging framework, handle exceptions properly and some cleanupsArthur de Jong
2011-12-28support for reading the configuration file (not all options are used though)Arthur de Jong
2011-12-28never request group members for GroupByMemberRequestArthur de Jong
2011-12-28instead of modifying attmap, modify attribute listArthur de Jong
2011-12-28fix references to attmap (broken in r1571)Arthur de Jong
2011-12-27make logging more consistent and remove test bases from shadow and passwd mapsArthur de Jong
2011-12-27PEP8 fixesArthur de Jong
2011-12-12define the search separately from the requestArthur de Jong
2011-12-12move check of required attributes and other common tests to the Request.handl...Arthur de Jong
2011-08-05replace last traces of groupOfUniqueNamesArthur de Jong
2011-08-03switch to using the member attribute by default instead of uniqueMemberArthur de Jong
2011-05-13simplify request handling by passing read parameters around in a dict instead...Arthur de Jong
2011-05-01implement attribute mapping functionality and do some refactoringArthur de Jong
2011-05-01small code improvementsArthur de Jong
2011-04-28put standard library imports before application imports and remove some unuse...Arthur de Jong
2011-04-28remove duplicate and wrong write() methodArthur de Jong
2010-12-29add an experimental (currently partial) Python implementation of nslcd to see...Arthur de Jong