summaryrefslogtreecommitdiff
path: root/nslcd/cfg.c
AgeCommit message (Expand)Author
2011-03-31allow usernames of only two charactersArthur de Jong
2011-03-25implement a validnames option that can be used to fine-tune the test for vali...Arthur de Jong
2011-01-29implement a fqdn variable that can be used inside pam_authz_search filtersArthur de Jong
2010-12-26also support the tls_cacert option as an alias for tls_cacertfileArthur de Jong
2010-12-20implement a nss_min_uid option to filter user entries returned by LDAPArthur 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-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-04-13also have myldap_search() return an LDAP status codeArthur 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 --with-bindpw-file configure option to enable reading the bindpw option f...Arthur de Jong
2010-01-24add admindn configuration file option that is used when modifying another use...Arthur de Jong
2010-01-08improve getting of domain name by also checking hostname aliases (based on pa...Arthur de Jong
2009-12-28implement attribute mapping using shell-like expressionsArthur de Jong
2009-10-05some compatibility improvementsArthur de Jong
2009-09-04some simple changes in includes to make FreeBSD diff smallerArthur de Jong
2009-09-01add a --disable-configfile-checking option to configure to cause unknown opti...Arthur de Jong
2009-09-01lower the default values for bind_timelimit and reconnect_maxsleeptime from 3...Arthur de Jong
2009-08-31rename software to nss-pam-ldapdArthur de Jong
2009-06-20also support starttls as value for the ssl optionArthur de Jong
2009-06-03remove SSL/TLS warning messages during startupArthur de Jong
2009-05-30don't look inside the passed variable get_strdup() because it could point to ...Arthur de Jong
2009-05-24initialise database modules only once after parsing configArthur 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
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-07-20rename get_base_from_dse() to get_base_from_rootdse()Arthur de Jong
2008-07-20make the get_base_from_dse() function cleaner and add a comment describing th...Arthur de Jong
2008-07-20implement looking up search base in DSE of LDAP serverArthur de Jong
2008-06-17replace https:// by ldaps:// (stupid typo)Arthur de Jong
2008-06-14implement SASL authentication based on a patch by Dan White <dwhite@olp.net>Arthur de Jong
2008-06-12don't perform SSL/TLS sanity checks if it isn't available on the platformArthur de Jong
2008-06-06remove warning on using ssl optionArthur de Jong
2008-06-06check that all URLs start with https:// if "ssl on" is specifiedArthur de Jong
2008-06-06add uid and gid configuration keywords that set the user id and group id of t...Arthur de Jong
2008-05-04make number of threads configurable with the threads keywordArthur de Jong
2008-05-02only support tls-related options if LDAP library supports TLS, only add rebin...Arthur de Jong
2008-04-27support the case where an attribute mapping variable is NULLArthur de Jong
2008-04-26fix log message of incorrect map statementArthur de Jong
2008-04-25implement new timing mechanism for retries to quickly fail lookups to LDAP se...Arthur de Jong
2008-04-04remove code that handles special cases when calling as root (removing rootbin...Arthur de Jong
2008-02-08only support "dns" and "domain" values on platforms with the necessary functi...Arthur de Jong
2008-01-26have a fallback value for HOST_NAME_MAX if it is not definedArthur de Jong