summaryrefslogtreecommitdiff
path: root/server/providers/ldap
AgeCommit message (Expand)AuthorFilesLines
2009-11-03Rename sdap_id_map to sdap_attr_mapSimo Sorce4-19/+55
2009-10-30Fix segfault when SASL is not used at allSimo Sorce2-2/+4
2009-10-29Add support to get rootDSE from the LDAP server.Simo Sorce6-121/+398
2009-10-29Tidy up ipa optionsSimo Sorce2-2/+29
2009-10-28Kill the ldap connection when we go offlineSimo Sorce1-5/+16
2009-10-27Move responsibility for entry expiration timeoutSimo Sorce3-5/+11
2009-10-27Add proper support for IPA/AD schemasSimo Sorce4-202/+574
2009-10-27store original DN with cached group objects if availableSumit Bose1-0/+16
2009-10-22Better offline/enumeration behaviorSimo Sorce1-10/+12
2009-10-22added generic LDAP search sdap_get_generic_send/_recvSumit Bose4-0/+304
2009-10-16Always list inputs before outputsSimo Sorce1-8/+11
2009-10-16Move all ldap provider init functionsSimo Sorce5-145/+202
2009-10-15Check for expired passwords in LDAP providerSumit Bose4-23/+425
2009-10-15Return the dp error from the providersSimo Sorce2-26/+47
2009-10-14Move ldap provider configuration into its own fileSimo Sorce6-189/+252
2009-10-14Make options parser available to all providersSimo Sorce6-294/+99
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