Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-16 | Standardize on correct spelling of "principal" for krb5 | Stephen Gallagher | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/542 | |||||
2010-05-27 | Add ldap_access_filter option | Stephen Gallagher | 1 | -0/+39 | |
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 | |||||
2010-05-16 | Add ldap_krb5_ticket_lifetime option | Sumit Bose | 1 | -0/+13 | |
2010-05-07 | Use service discovery in backends | Jakub Hrozek | 1 | -3/+17 | |
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. | |||||
2010-02-18 | Rename server/ directory to src/ | Stephen Gallagher | 1 | -0/+688 | |
Also update BUILD.txt |