summaryrefslogtreecommitdiff
path: root/pynslcd/cfg.py
AgeCommit message (Expand)Author
2014-10-04remove non-nslcd stuffLuke Shumaker
2013-07-29Handle the nss_min_uid option in pynslcdArthur de Jong
2013-07-29Handle the nss_initgroups_ignoreusers option in pynslcdArthur de Jong
2013-07-29Fix handling of pam_password_prohibit_message in pynslcdArthur de Jong
2013-07-26Rename nscd_invalidate option to reconnect_invalidateArthur de Jong
2013-07-26Allow invalidating the nfsidmap cacheArthur de Jong
2013-04-12Python style changesArthur de Jong
2013-03-30Mark unsupported pynslcd configuration optionsArthur de Jong
2013-03-29Parse the nscd_invalidate optionArthur de Jong
2013-03-24Implement a nss_nested_groups configuration optionArthur de Jong
2013-03-09fix default logging configuration setting in pynslcdArthur de Jong
2013-02-23handle the log configuration option in pynslcdArthur de Jong
2013-01-14support children search scope for systems that have itArthur de Jong
2013-01-14fix parsing of scope option in pynslcdArthur de Jong
2012-11-13to only set LDAP_OPT_X_SASL_NOCANON if the sasl_canonicalize option is explic...Arthur de Jong
2012-08-31change the default value of sasl_canonicalize to yes (thanks Marcus Moeller)Arthur de Jong
2012-08-14introduce a sasl_canonicalize option that will now, by default, disable rever...Arthur de Jong
2012-07-15support getting pam_password_prohibit_message from configuration (but don't h...Arthur de Jong
2012-07-15rename internal pam_authz_search to pam_authz_searchesArthur de Jong
2012-05-04move expression handling to own moduleArthur de Jong
2012-05-04small code style improvementsArthur de Jong
2012-05-04allow the pam_authz_search option to be specified multiple timesArthur 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-28move the state variables (from command line) from the configuration to the ma...Arthur de Jong
2011-12-27PEP8 fixesArthur de Jong
2010-12-29add an experimental (currently partial) Python implementation of nslcd to see...Arthur de Jong