summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/ldap_common.h
Commit message (Collapse)AuthorAgeFilesLines
* 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