summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_utils.c
Commit message (Collapse)AuthorAgeFilesLines
* ipa: add split_ipa_anchor()Sumit Bose2014-11-201-0/+63
| | | | | | | | | This call extracts the domain and the UUID part from an IPA override anchor. Related to https://fedorahosted.org/sssd/ticket/2481 Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
* Move domain_to_basedn outside IPA subtreeJakub Hrozek2013-06-071-63/+0
| | | | | The utility function will be reused to guess search base from the base DN of AD trusted domains.
* Use realm for basedn instead of IPA domainJakub Hrozek2011-02-281-0/+6
| | | | https://fedorahosted.org/sssd/ticket/807
* Fix LDAP search paths for IPA HBACSumit Bose2010-03-251-0/+57
- use domain_to_basedn() to construct LDAP search paths for IPA HBAC - move domain_to_basedn() to a separate file to simplify the build of a test