summaryrefslogtreecommitdiffstats
path: root/src/examples
diff options
context:
space:
mode:
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