diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2009-09-10 14:36:17 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-09-11 12:14:26 -0400 |
commit | 7d8b4563092f147fbccf50125f61cfd9dcda0195 (patch) | |
tree | 5e9be485f8016213f4b4c95ecd5b24bf2d9b1ae1 /server/examples | |
parent | 1f4f4f16337c37ab5680aacbfb45abecad8fcc0b (diff) | |
download | sssd-7d8b4563092f147fbccf50125f61cfd9dcda0195.tar.gz sssd-7d8b4563092f147fbccf50125f61cfd9dcda0195.tar.bz2 sssd-7d8b4563092f147fbccf50125f61cfd9dcda0195.zip |
Small changes to the example config and manpage
Remove magicPrivateGroups since it's set automatically, use bool values
for enumerate.
Also add a notice about krb5 auth-module with a link to specialized
manpage to sssd.conf(5) similar to what we have for ldap auth-module.
Move both outside proxy domain description.
Diffstat (limited to 'server/examples')
-rw-r--r-- | server/examples/sssd.conf | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/server/examples/sssd.conf b/server/examples/sssd.conf index b47ab9dd..3c4ccbfd 100644 --- a/server/examples/sssd.conf +++ b/server/examples/sssd.conf @@ -49,9 +49,8 @@ description = Domains served by SSSD ; [domains/LOCAL] ; description = LOCAL migration domain -; enumerate = 3 +; enumerate = true ; minId = 500 -; magicPrivateGroups = FALSE ; legacy = TRUE ; ; provider = files @@ -68,11 +67,10 @@ description = Domains served by SSSD ; [domains/LOCAL] ; description = LOCAL Users domain ; provider = local -; enumerate = 3 +; enumerate = true ; minId = 500 ; maxId = 999 ; legacy = FALSE -; magicPrivateGroups = TRUE # Example LDAP domain that uses the proxy backend and the standard nss_ldap # and pam_ldap modules (Useful until we have good working native ldap backends). @@ -88,7 +86,7 @@ description = Domains served by SSSD ; [domains/LDAP] ; description = Proxy request to our LDAP server -; enumerate = 0 +; enumerate = false ; minId = 1000 ; legacy = TRUE ; @@ -102,7 +100,7 @@ description = Domains served by SSSD ; [domains/AD] ; description = LDAP domain with AD server -; enumerate = 0 +; enumerate = false ; minId = 1000 ; ; provider = ldap |