summaryrefslogtreecommitdiff
path: root/nslcd/cfg.h
AgeCommit message (Expand)Author
2014-12-17remove unused cfg stuffLuke Shumaker
2014-12-16use stdboolLuke Shumaker
2014-12-15add configuring yamldirLuke Shumaker
2014-12-15it builds!Luke Shumaker
2014-12-14cleanup:Luke Shumaker
2014-12-04get strict (-Wall -Werror -Wextra), clean upLuke Shumaker
2014-12-03strip down cfgLuke Shumaker
2013-12-21Implement a cache configuration optionArthur de Jong
2013-10-07Increase NSS_LDAP_CONFIG_MAX_BASES to 31Arthur de Jong
2013-07-26Rename nscd_invalidate option to reconnect_invalidateArthur de Jong
2013-07-26Allow invalidating the nfsidmap cacheArthur de Jong
2013-03-28Fix comment for nss_nested_groups config optionArthur de Jong
2013-03-24Implement a nss_nested_groups configuration optionArthur de Jong
2013-03-24spelling fixesArthur de Jong
2013-03-09implement parsing of the nscd_invalidate optionArthur de Jong
2013-01-18dump full nslcd configuration at debug level on start-upArthur de Jong
2012-12-30remove undocumented restart configuration optionArthur de Jong
2012-12-30reorganise and rename configuration options to be in line with manual pageArthur de Jong
2012-12-30remove the ldc_ prefix from struct ldap_config fieldsArthur de Jong
2012-12-28re-order enum values to use the same order as elsewhereArthur de Jong
2012-12-22update C coding style to a more commonly used styleArthur de Jong
2012-08-14introduce a sasl_canonicalize option that will now, by default, disable rever...Arthur de Jong
2012-07-20on startup have the gid option default to the primary group of the specified ...Arthur de Jong
2012-07-08implement a pam_password_prohibit_message nslcd.conf option to deny password ...Arthur de Jong
2012-05-04allow the pam_authz_search option to be specified multiple timesArthur de Jong
2012-03-13make whether or not to do case-sensitive filtering configurable (patch by Mat...Arthur de Jong
2011-03-25implement a validnames option that can be used to fine-tune the test for vali...Arthur de Jong
2010-12-20implement a nss_min_uid option to filter user entries returned by LDAPArthur de Jong
2010-10-16remove obsolete noteArthur de Jong
2010-09-05implement a rootpwmodpw option that allows root users to change user password...Arthur de Jong
2010-06-18remove warning messages from parsing the sasl_* options and document them in ...Arthur de Jong
2010-06-18remove the use_sasl option and instead rely on sasl_mech being specifiedArthur de Jong
2010-06-14make include guard names consistent throughout the source and avoid conflicts...Arthur de Jong
2010-05-09rename reconnect_maxsleeptime option to reconnect_retrytimeArthur de Jong
2010-05-09refactor retry timing mechanism to use time between first and last error to d...Arthur de Jong
2010-05-08rename authz_search option to pam_authz_searchArthur de Jong
2010-05-07implement an authz_search option to test whether the user is authorisedArthur de Jong
2010-03-20add an nss_initgroups_ignoreusers option to ignore username to group lookups ...Arthur de Jong
2010-02-27rename admindn option to rootpwmoddnArthur de Jong
2010-01-24add admindn configuration file option that is used when modifying another use...Arthur de Jong
2009-12-29some small simplifcations and clarificationsArthur de Jong
2009-10-05some compatibility improvementsArthur de Jong
2009-08-31rename software to nss-pam-ldapdArthur de Jong
2009-05-24support multiple search bases, partially based on a patch by Leigh Wedding <l...Arthur de Jong
2009-05-01set most SSL/TLS related options globally instead of per connectionArthur de Jong
2009-04-30move debugging initialisation to myldap_set_debuglevel() functionArthur de Jong
2009-04-25include ldap.h to ensure that struct ldap_config will be the same in every fileArthur de Jong
2008-12-06rename the tls_checkpeer option to tls_reqcert, deprecating the old name and ...Arthur de Jong
2008-11-29remove sslpath option because it wasn't used for anythingArthur de Jong
2008-06-14implement SASL authentication based on a patch by Dan White <dwhite@olp.net>Arthur de Jong