summaryrefslogtreecommitdiffstats
path: root/src/examples
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-04-15 10:05:08 -0400
committerStephen Gallagher <sgallagh@redhat.com>2010-04-16 15:15:34 -0400
commit2a2f38ef88d78a36da6692d9c9a5af670d517a8e (patch)
treee938a6e2f794f76f0b8cdeda25d8170be49f8634 /src/examples
parentea0173fe8ba915960621454168651c62301833cb (diff)
downloadsssd_unused-2a2f38ef88d78a36da6692d9c9a5af670d517a8e.tar.gz
sssd_unused-2a2f38ef88d78a36da6692d9c9a5af670d517a8e.tar.xz
sssd_unused-2a2f38ef88d78a36da6692d9c9a5af670d517a8e.zip
Give information about ldap_schema in the sample config
Resolves: https://fedorahosted.org/sssd/ticket/438
Diffstat (limited to 'src/examples')
-rw-r--r--src/examples/sssd.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/examples/sssd.conf b/src/examples/sssd.conf
index 82c6d6b0..3b67daea 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