summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/ldap_common.h
Commit message (Collapse)AuthorAgeFilesLines
* Do not attempt to use START_TLS on SSL connectionsStephen Gallagher2011-02-151-0/+7
| | | | | | | Not all LDAP servers are capable of handling dual-encryption with both TLS and SSL. https://fedorahosted.org/sssd/ticket/795
* Delete attributes that are removed from LDAPStephen Gallagher2011-01-211-0/+13
| | | | | | | | Sometimes, a value in LDAP will cease to exist (the classic example being shadowExpire). We need to make sure we purge that value from SSSD's sysdb as well. https://fedorahosted.org/sssd/ticket/750
* Remove unused member of a structSumit Bose2010-12-211-1/+0
|
* ldap: Use USN entries if available.Simo Sorce2010-12-071-2/+1
| | | | Otherwise fallback to the default modifyTimestamp indicator
* ldap: remove variable that was never assigned nor usedSimo Sorce2010-12-071-2/+0
|
* Add ldap_chpass_uri config optionSumit Bose2010-12-061-0/+1
|
* Make string_to_shadowpw_days() publicSumit Bose2010-12-061-0/+2
|
* Add check_online method to LDAP ID providerSumit Bose2010-12-011-0/+1
|
* Implement netgroup support for LDAP providerSumit Bose2010-10-131-0/+6
|
* Initialize kerberos service for GSSAPIJakub Hrozek2010-10-131-0/+20
|
* Store rootdse supported features in sdap_handlerSumit Bose2010-09-151-0/+3
|
* Remove remainder of now unused global LDAP connection handle.eindenbom2010-07-091-9/+0
|
* Use new LDAP connection framework to get group account info from LDAP.eindenbom2010-07-091-1/+1
|
* Use new LDAP connection framework to get user account info from LDAP.eindenbom2010-07-091-1/+1
|
* LDAP connection usage tracking, sharing and failover retry framework.eindenbom2010-07-091-0/+4
|
* Add ldap_access_filter optionStephen Gallagher2010-05-271-0/+3
| | | | | | | | | | This option (applicable to access_provider=ldap) allows the admin to set an additional LDAP search filter that must match in order for a user to be granted access to the system. Common examples for this would be limiting access to users by in a particular group, for example: ldap_access_filter = memberOf=cn=access_group,ou=Groups,dc=example,dc=com
* Add offline callback to disconnect global SDAP handleSumit Bose2010-05-271-0/+1
|
* Use service discovery in backendsJakub Hrozek2010-05-071-3/+5
| | | | | | | | | Integrate the failover improvements with our back ends. The DNS domain used in the SRV query is always the SSSD domain name. Please note that this patch changes the default value of ldap_uri from "ldap://localhost" to "NULL" in order to use service discovery with no server set.
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+115
Also update BUILD.txt