summaryrefslogtreecommitdiff
path: root/server/providers/ldap/sdap.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-06Unify parse routines, use maps in generic searchesSimo Sorce1-121/+58
2009-11-06Make useful function more broadly available.Simo Sorce1-0/+27
2009-11-03Rename sdap_id_map to sdap_attr_mapSimo Sorce1-5/+5
2009-10-30Fix segfault when SASL is not used at allSimo Sorce1-0/+2
2009-10-29Add support to get rootDSE from the LDAP server.Simo Sorce1-3/+37
2009-10-22added generic LDAP search sdap_get_generic_send/_recvSumit Bose1-0/+85
2009-10-14Move ldap provider configuration into its own fileSimo Sorce1-183/+29
2009-10-14Make options parser available to all providersSimo Sorce1-204/+51
2009-10-13add a replacement if ldap_control_create is missingSumit Bose1-1/+0
2009-10-09Differentiate between search and network timeoutsSimo Sorce1-2/+3
2009-10-01Fix long timeout on ldap operationSimo Sorce1-2/+2
2009-10-01Initial implementation of sasl bind supportSimo Sorce1-1/+8
2009-09-25add new config options ldap_tls_cacert and ldap_tls_cacertdirSumit Bose1-1/+59
2009-09-25Upgrade confdb to version 2Stephen Gallagher1-58/+58
2009-09-23Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher1-33/+33
2009-09-21Use syslog for logging error conditions in SSSDJakub Hrozek1-33/+33
2009-09-14Turn ldap driver options into multitypeSimo Sorce1-70/+184
2009-09-11Complete the removal of "legacy" option.Simo Sorce1-3/+3
2009-08-27Make enumeration an independent taskSimo Sorce1-6/+16
2009-08-27Initial support for multiple schema typesSimo Sorce1-7/+39
2009-08-24some UPN handling fixesSumit Bose1-1/+7
2009-08-19enable usage of defaultBindDnSumit Bose1-0/+1
2009-07-10fixed the default value for tls_reqcertSumit Bose1-1/+1
2009-07-08Implement the ldap identity module.Simo Sorce1-27/+42
2009-07-08Add async helper functionsSimo Sorce1-0/+367