summaryrefslogtreecommitdiff
path: root/pynslcd/netgroup.py
AgeCommit message (Expand)Author
2014-10-04remove non-nslcd stuffLuke Shumaker
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-17Move cache table creation to modulesArthur 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
2013-02-08implement a netgroup_all requestArthur de Jong
2012-12-23update the netgroup by name request to have one result entry per netgroup wit...Arthur de Jong
2012-01-29implement a naive offline cacheArthur 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-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-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-01pass dn and attributes to functions separatelyArthur de Jong
2011-04-28put standard library imports before application imports and remove some unuse...Arthur de Jong
2011-03-06implement module for netgroup lookupsArthur de Jong