summaryrefslogtreecommitdiffstats
path: root/server/providers/ldap
Commit message (Expand)AuthorAgeFilesLines
* Make backend request type a bitfieldStephen Gallagher2009-11-231-1/+1
* Add ldap_pwd_policy optionSumit Bose2009-11-234-45/+92
* Add initial failover support for ldap and ipaSimo Sorce2009-11-209-17/+266
* Raise some timeoutsSimo Sorce2009-11-201-2/+2
* Filter by id range before actually storing entries.Simo Sorce2009-11-201-0/+24
* Better behavior on cleanupSimo Sorce2009-11-204-20/+44
* Store initgr expire time on initgr callSimo Sorce2009-11-181-6/+17
* Fix double free case.Simo Sorce2009-11-121-1/+3
* Try to fix offline loginsSimo Sorce2009-11-121-12/+6
* Add cleanup taskSimo Sorce2009-11-106-155/+910
* 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