From 2a2f38ef88d78a36da6692d9c9a5af670d517a8e Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 15 Apr 2010 10:05:08 -0400 Subject: Give information about ldap_schema in the sample config Resolves: https://fedorahosted.org/sssd/ticket/438 --- src/examples/sssd.conf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/examples') 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 -- cgit