summaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2011-02-23 17:40:44 +0100
committerStephen Gallagher <sgallagh@redhat.com>2011-03-07 14:58:07 -0500
commitcf779900d260654c514da5c3a7c4c66cd0245b9a (patch)
tree3a1cb029d556b9608ef33fe80c79462ca6de8c97 /src/tests
parent0d407ee06aab1200dc8ff11d021a3e8e06d9d5c9 (diff)
downloadsssd-cf779900d260654c514da5c3a7c4c66cd0245b9a.tar.gz
sssd-cf779900d260654c514da5c3a7c4c66cd0245b9a.tar.xz
sssd-cf779900d260654c514da5c3a7c4c66cd0245b9a.zip
Use realm for basedn instead of IPA domain
https://fedorahosted.org/sssd/ticket/807
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/ipa_ldap_opt-tests.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/ipa_ldap_opt-tests.c b/src/tests/ipa_ldap_opt-tests.c
index f0c0d4062..574aa0912 100644
--- a/src/tests/ipa_ldap_opt-tests.c
+++ b/src/tests/ipa_ldap_opt-tests.c
@@ -39,6 +39,7 @@ struct test_domain {
struct test_domain test_domains[] = {
{ "abc", "dc=abc"},
{ "a.b.c", "dc=a,dc=b,dc=c"},
+ { "A.B.C", "dc=a,dc=b,dc=c"},
{ NULL, NULL}
};