summaryrefslogtreecommitdiffstats
path: root/server/providers/ldap
Commit message (Expand)AuthorAgeFilesLines
* Fix tevent_req error checking.Simo Sorce2009-11-096-117/+45
* Fix enumerationsSimo Sorce2009-11-091-2/+6
* Split async helpers in multiple filesSimo Sorce2009-11-065-3285/+3383
* Reorganize ldap id provider filesSimo Sorce2009-11-064-547/+583
* Unify code to use the generic search interfaceSimo Sorce2009-11-061-593/+473
* Fix and enhance initgroups callSimo Sorce2009-11-061-170/+637
* Unify parse routines, use maps in generic searchesSimo Sorce2009-11-064-130/+77
* Store the original memberof attributes if anySimo Sorce2009-11-061-7/+30
* Make useful function more broadly available.Simo Sorce2009-11-063-30/+30
* add replacements for missing Kerberos callsSumit Bose2009-11-051-8/+8
* Rename sdap_id_map to sdap_attr_mapSimo Sorce2009-11-034-19/+55
* Fix segfault when SASL is not used at allSimo Sorce2009-10-302-2/+4
* Add support to get rootDSE from the LDAP server.Simo Sorce2009-10-296-121/+398
* Tidy up ipa optionsSimo Sorce2009-10-292-2/+29
* Kill the ldap connection when we go offlineSimo Sorce2009-10-281-5/+16
* Move responsibility for entry expiration timeoutSimo Sorce2009-10-273-5/+11
* Add proper support for IPA/AD schemasSimo Sorce2009-10-274-202/+574
* store original DN with cached group objects if availableSumit Bose2009-10-271-0/+16
* Better offline/enumeration behaviorSimo Sorce2009-10-221-10/+12
* added generic LDAP search sdap_get_generic_send/_recvSumit Bose2009-10-224-0/+304
* Always list inputs before outputsSimo Sorce2009-10-161-8/+11
* Move all ldap provider init functionsSimo Sorce2009-10-165-145/+202
* Check for expired passwords in LDAP providerSumit Bose2009-10-154-23/+425
* Return the dp error from the providersSimo Sorce2009-10-152-26/+47
* Move ldap provider configuration into its own fileSimo Sorce2009-10-146-189/+252
* Make options parser available to all providersSimo Sorce2009-10-146-294/+99
* make sdap_id_connect_* independent of sdap_id_ctxSumit Bose2009-10-143-180/+188
* add a replacement if ldap_control_create is missingSumit Bose2009-10-133-8/+7
* Differentiate between search and network timeoutsSimo Sorce2009-10-093-5/+7
* add support for server side LDAP password policiesSumit Bose2009-10-083-11/+125
* remove redundant talloc_freeSumit Bose2009-10-051-3/+0
* Fix long timeout on ldap operationSimo Sorce2009-10-012-5/+14
* Initial implementation of sasl bind supportSimo Sorce2009-10-016-59/+488
* Let backend respond while fetching large resultsSimo Sorce2009-09-251-2/+11
* add new config options ldap_tls_cacert and ldap_tls_cacertdirSumit Bose2009-09-254-67/+72
* Upgrade confdb to version 2Stephen Gallagher2009-09-251-58/+58
* Fix copy&paste of wrong structureSimo Sorce2009-09-231-2/+2
* Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher2009-09-233-38/+38
* Use syslog for logging error conditions in SSSDJakub Hrozek2009-09-213-38/+38
* Check if SSL/TLS handler is already in placeSumit Bose2009-09-161-1/+8
* Turn ldap driver options into multitypeSimo Sorce2009-09-146-194/+376
* Make the offline status backend-globalSimo Sorce2009-09-142-55/+29
* Complete the removal of "legacy" option.Simo Sorce2009-09-113-24/+192
* Fix ldap enumeration async taskSimo Sorce2009-09-111-12/+16
* Fix memory mishandling.Simo Sorce2009-09-111-10/+7
* Fix Ldap id backend offline codeSimo Sorce2009-09-102-14/+83
* Fix two possible uninitialized valuesSimo Sorce2009-09-081-1/+1
* Avoid crash when timestamp is NULLRalf Haferkamp2009-09-031-1/+3
* Fix initgroups search filter when using rfc2307bisRalf Haferkamp2009-09-031-2/+2
* Honor enumerate option in ldap_idSimo Sorce2009-09-021-6/+9