summaryrefslogtreecommitdiff
path: root/server/providers/ldap
AgeCommit message (Expand)AuthorFilesLines
2009-10-14make sdap_id_connect_* independent of sdap_id_ctxSumit Bose3-180/+188
2009-10-13add a replacement if ldap_control_create is missingSumit Bose3-8/+7
2009-10-09Differentiate between search and network timeoutsSimo Sorce3-5/+7
2009-10-08add support for server side LDAP password policiesSumit Bose3-11/+125
2009-10-05remove redundant talloc_freeSumit Bose1-3/+0
2009-10-01Fix long timeout on ldap operationSimo Sorce2-5/+14
2009-10-01Initial implementation of sasl bind supportSimo Sorce6-59/+488
2009-09-25Let backend respond while fetching large resultsSimo Sorce1-2/+11
2009-09-25add new config options ldap_tls_cacert and ldap_tls_cacertdirSumit Bose4-67/+72
2009-09-25Upgrade confdb to version 2Stephen Gallagher1-58/+58
2009-09-23Fix copy&paste of wrong structureSimo Sorce1-2/+2
2009-09-23Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher3-38/+38
2009-09-21Use syslog for logging error conditions in SSSDJakub Hrozek3-38/+38
2009-09-16Check if SSL/TLS handler is already in placeSumit Bose1-1/+8
2009-09-14Turn ldap driver options into multitypeSimo Sorce6-194/+376
2009-09-14Make the offline status backend-globalSimo Sorce2-55/+29
2009-09-11Complete the removal of "legacy" option.Simo Sorce3-24/+192
2009-09-11Fix ldap enumeration async taskSimo Sorce1-12/+16
2009-09-11Fix memory mishandling.Simo Sorce1-10/+7
2009-09-10Fix Ldap id backend offline codeSimo Sorce2-14/+83
2009-09-08Fix two possible uninitialized valuesSimo Sorce1-1/+1
2009-09-03Avoid crash when timestamp is NULLRalf Haferkamp1-1/+3
2009-09-03Fix initgroups search filter when using rfc2307bisRalf Haferkamp1-2/+2
2009-09-02Honor enumerate option in ldap_idSimo Sorce1-6/+9
2009-08-28check if gid attribute is emptySumit Bose1-0/+6
2009-08-28fix internal order of ldap user mapping optionsSumit Bose1-4/+4
2009-08-27Make enumeration an independent taskSimo Sorce5-68/+693
2009-08-27Always save using member/memberOfSimo Sorce1-0/+5
2009-08-27Initial support for multiple schema typesSimo Sorce1-7/+39
2009-08-27Use the correct structure.Simo Sorce1-2/+2
2009-08-24Do not fail enumerations if a single store failsSimo Sorce1-40/+45
2009-08-24some UPN handling fixesSumit Bose3-5/+37
2009-08-21store additional LDAP attributesSumit Bose1-4/+45
2009-08-19enable usage of defaultBindDnSumit Bose5-9/+48
2009-08-10Do not fail enumerations because of range checksSimo Sorce1-3/+15
2009-08-05Consolidate tevent helpersJakub Hrozek1-17/+0
2009-08-04Fix race condition in sdap codeSimo Sorce2-83/+172
2009-08-03Fix search replies getting ignoredSimo Sorce1-14/+12
2009-07-24Fix race condition that was causing segfaultsSimo Sorce1-80/+136
2009-07-21added LDAP change password backend targetSumit Bose3-2/+301
2009-07-20Rework the engine that deals with openldap librariesSimo Sorce3-497/+403
2009-07-20add infrastructure to handle new backend targetsSumit Bose2-9/+10
2009-07-10fixed the default value for tls_reqcertSumit Bose1-1/+1
2009-07-08Implement the ldap identity module.Simo Sorce5-709/+1173
2009-07-08Unify password caching ops in sysdbSimo Sorce3-132/+22
2009-07-08Use async helpers for ldap auth moduleSimo Sorce1-722/+314
2009-07-08Add async helper functionsSimo Sorce4-0/+2035
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