summaryrefslogtreecommitdiff
path: root/src/providers/ipa/ipa_s2n_exop.c
AgeCommit message (Collapse)AuthorFilesLines
2012-10-26Make sub-domains case-insensitiveSumit Bose1-2/+23
Currently the only type of supported sub-domains are AD domains which are not case-sensitive. To make it easier for Windows user we make sub-domains case-insensitive as well which allows to write the username in any case at the login prompt. If support for other types of sub-domains is added it might be necessary to set the case-sensitive flag based on the domain type.
2012-10-26subdomain-id: Generate homedir only for users not groupsSumit Bose1-10/+12
2012-10-12Allow extdom exop to return flat domain name as wellSumit Bose1-3/+7
There are case where the extdom extended operation will return the flat or NetBIOS name of a domain instead of the DNS domain name. If this name is available for the current domain we accept it as well. Related to https://fedorahosted.org/sssd/ticket/1561
2012-04-24Add s2n extended operationSumit Bose1-0/+657