diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2010-04-15 10:05:08 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-04-16 15:15:34 -0400 |
commit | 2a2f38ef88d78a36da6692d9c9a5af670d517a8e (patch) | |
tree | e938a6e2f794f76f0b8cdeda25d8170be49f8634 /src/examples/sssd.conf | |
parent | ea0173fe8ba915960621454168651c62301833cb (diff) | |
download | sssd-2a2f38ef88d78a36da6692d9c9a5af670d517a8e.tar.gz sssd-2a2f38ef88d78a36da6692d9c9a5af670d517a8e.tar.xz sssd-2a2f38ef88d78a36da6692d9c9a5af670d517a8e.zip |
Give information about ldap_schema in the sample config
Resolves: https://fedorahosted.org/sssd/ticket/438
Diffstat (limited to 'src/examples/sssd.conf')
-rw-r--r-- | src/examples/sssd.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/examples/sssd.conf b/src/examples/sssd.conf index 82c6d6b09..3b67daeaf 100644 --- a/src/examples/sssd.conf +++ b/src/examples/sssd.conf @@ -44,9 +44,16 @@ reconnection_retries = 3 ; max_id = 999 # Example native LDAP domain +# ldap_schema can be set to 'rfc2307', which uses the 'memberuid' attribute +# for group membership, or to 'rfc2307bis', which uses the 'member' attribute +# to denote group membership. Changes to this setting affects only how we +# determine the groups a user belongs to and will have no negative effect on +# data about the user itself. If you do not know this value, ask an +# administrator. ; [domain/LDAP] ; id_provider = ldap ; auth_provider = ldap +; ldap_schema = rfc2307 ; ldap_uri = ldap://ldap.mydomain.org ; ldap_user_search_base = dc=mydomain,dc=org ; ldap_tls_reqcert = demand |