diff options
author | Simo Sorce <idra@samba.org> | 2009-01-07 10:51:20 -0500 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2009-01-07 10:51:20 -0500 |
commit | 4aa8e6e7085f1498c80881db7f9a5cd2b70228f9 (patch) | |
tree | 28f41f4684f0ae39490042930df697347a629133 /server/examples | |
parent | be49b5ec22ddd845d78eca7e7c2176c9d4c0aae3 (diff) | |
download | sssd-4aa8e6e7085f1498c80881db7f9a5cd2b70228f9.tar.gz sssd-4aa8e6e7085f1498c80881db7f9a5cd2b70228f9.tar.xz sssd-4aa8e6e7085f1498c80881db7f9a5cd2b70228f9.zip |
Add current test ldap provider configuration example.
It is a bit inconsistent with the existing EXAMPLE, will fix later
Diffstat (limited to 'server/examples')
-rw-r--r-- | server/examples/config.ldif | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/server/examples/config.ldif b/server/examples/config.ldif index 59a2838c5..e2eee8184 100644 --- a/server/examples/config.ldif +++ b/server/examples/config.ldif @@ -45,3 +45,10 @@ provider: ipa server: ipaserver1.example.com server: ipabackupserver.example.com basedn: cn=EXAMPLE.COM,cn=ipa,cn=remote + +dn: cn=TEST,cn=domains,cn=config +cn: TEST +description: TEST Ldap domain +provider: TEST +basedn: cn=test,cn=remote +command: ./sbin/sssd_be -d 2 --provider ldap --domain TEST |