From 9396e620134760e7b562b5452f34ec80dc6f2af7 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 6 Nov 2008 15:45:24 -0500 Subject: Store all domains served by the SSSD to a binary-tree map for fast NSS lookup. Changed the "section" feature of confdb.c to use '/' as a delimiter instead of '.', because this conflicted with the ability to use dots in domain names. --- server/examples/config.ldif | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'server/examples') diff --git a/server/examples/config.ldif b/server/examples/config.ldif index 9548d90..13ddb02 100644 --- a/server/examples/config.ldif +++ b/server/examples/config.ldif @@ -20,3 +20,21 @@ description: Monitor Configuration sbusTimeout: 10 sbusAddress: unix:path=/var/lib/sss/pipes/private/dbus servicePingTime: 10 + +dn: cn=domains,cn=config +cn: domains +description: Domains served by SSSD + +dn: cn=LOCAL,cn=domains,cn=config +cn: LOCAL +description: Reserved domain for local configurations +provider: local +basedn: cn=local + +dn: cn=EXAMPLE.COM,cn=domains,cn=config +cn: EXAMPLE.COM +description: Example domain served by IPA +provider: ipa +server: ipaserver1.example.com +server: ipabackupserver.example.com +basedn: cn=EXAMPLE.COM,cn=ipa,cn=remote -- cgit