nss: Add some comments.
[matthijs/servers/drsnuggles.git] / etc / libnss-ldap.conf
1 #
2 # See /usr/share/libnss-ldap/ldap.conf for example configuration and more
3 # options.
4 #
5
6 # The distinguished name of the search base.
7 base dc=drsnuggles,dc=stderr,dc=nl
8
9 # The LDAP server. ldaps:// is secure, ldapi:// is local socket
10 uri ldap://ldap.drsnuggles.stderr.nl
11
12 # The LDAP version to use
13 ldap_version 3
14
15 # Use the uniqueMember property, referring to dn's instead of the memberUid
16 # property referring to usernames. This allows us to have group members with or
17 # without an account, and give a group member an account without having to
18 # change all his memberships.
19 nss_schema rfc2307bis
20
21 # Use our custom posixGroup replacement
22 nss_map_objectclass posixGroup simplePosixGroup