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:16 -0500
commit1184c6ef1c36fbd2304fe18ff7720fceada1aab0 (patch)
tree9c3661114e3d425efbd181a28c3a3794be32e356 /src/tests
parent2825ea49b18af95a192d1231fa655fe687b0a5ba (diff)
downloadsssd-1184c6ef1c36fbd2304fe18ff7720fceada1aab0.tar.gz
sssd-1184c6ef1c36fbd2304fe18ff7720fceada1aab0.tar.xz
sssd-1184c6ef1c36fbd2304fe18ff7720fceada1aab0.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}
};