Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-06-28 | IPA: Look up AD users directly if IPA server mode is on | Jakub Hrozek | 1 | -0/+9 | |
https://fedorahosted.org/sssd/ticket/1962 If the ipa_server_mode is selected IPA subdomain user and group lookups are not done with the help of the extdom plugin but directly against AD using the AD ID code. | |||||
2013-05-02 | Use struct to hold different types of request parameters | Sumit Bose | 1 | -2/+2 | |
Currently the POSIX ID or the user name are passed in different parameters to some calls. The method will get cumbersome and error-prone if new parameters like, e.g. the SID, are added. This patch adds a union to hold the different kind of parameters. | |||||
2013-05-02 | Remove unused attribute list | Sumit Bose | 1 | -1/+0 | |
2012-12-04 | Fix ipa_subdomain_id names and tevent_req style | Simo Sorce | 1 | -5/+5 | |
2012-04-24 | Add ID operations in subdomains | Jan Zeleny | 1 | -0/+6 | |
2012-04-24 | Add s2n extended operation | Sumit Bose | 1 | -0/+10 | |
2012-02-04 | NSS: Add individual timeouts for entry types | Stephen Gallagher | 1 | -0/+1 | |
https://fedorahosted.org/sssd/ticket/1016 | |||||
2011-12-19 | Pass sdap_id_ctx to online check from IPA provider | Jakub Hrozek | 1 | -0/+3 | |
2011-11-23 | Added IPA account info handler | Jan Zeleny | 1 | -0/+48 | |
Currently it is only handling netgroups by itself, other requests are forwarded to LDAP provider. |