summaryrefslogtreecommitdiff
path: root/server/providers/ldap/ldap_auth.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-05Return an error for an unknown PAM requestSumit Bose1-2/+8
2009-12-18Handle chauthtok with PAM_PRELIM_CHECK separatelySumit Bose1-7/+19
2009-12-15Don't consider one address with different port numbers as the sameMartin Nagy1-2/+4
2009-11-23Add ldap_pwd_policy optionSumit Bose1-44/+70
2009-11-20Add initial failover support for ldap and ipaSimo Sorce1-2/+36
2009-11-09Fix tevent_req error checking.Simo Sorce1-8/+10
2009-10-16Always list inputs before outputsSimo Sorce1-8/+11
2009-10-16Move all ldap provider init functionsSimo Sorce1-69/+2
2009-10-15Check for expired passwords in LDAP providerSumit Bose1-20/+351
2009-10-15Return the dp error from the providersSimo Sorce1-14/+25
2009-10-14Move ldap provider configuration into its own fileSimo Sorce1-1/+2
2009-10-14Make options parser available to all providersSimo Sorce1-7/+8
2009-10-08add support for server side LDAP password policiesSumit Bose1-0/+4
2009-10-01Initial implementation of sasl bind supportSimo Sorce1-1/+2
2009-09-25add new config options ldap_tls_cacert and ldap_tls_cacertdirSumit Bose1-33/+4
2009-09-14Turn ldap driver options into multitypeSimo Sorce1-19/+29
2009-09-14Make the offline status backend-globalSimo Sorce1-7/+22
2009-08-19enable usage of defaultBindDnSumit Bose1-1/+1
2009-07-21added LDAP change password backend targetSumit Bose1-2/+159
2009-07-20add infrastructure to handle new backend targetsSumit Bose1-4/+5
2009-07-08Unify password caching ops in sysdbSimo Sorce1-26/+22
2009-07-08Use async helpers for ldap auth moduleSimo Sorce1-722/+314
2009-07-03Rework transaction code to use tevent_reqSimo Sorce1-21/+65
2009-07-03Rename sysdb_req to sysdb_handle.Simo Sorce1-5/+5
2009-06-11Remove extra implementation of password_destructorStephen Gallagher1-11/+0
2009-06-02added tls_reqcert option for native LDAP backendSumit Bose1-0/+32
2009-05-26Silence warningsSimo Sorce1-2/+3
2009-05-19call tevent_add_fd only onceSumit Bose1-27/+11
2009-05-18Move actual password caching into sysdbSimo Sorce1-6/+117
2009-05-18Split ldap backend into auth and identity filesSimo Sorce1-19/+12
2009-05-18Move ldap_be.c into ldap/ldap_auth.cSimo Sorce1-0/+773