summaryrefslogtreecommitdiff
path: root/grid5000/steps/data/setup/puppet/modules/env/files/nfs/ldap/nslcd.conf
blob: ff9443ef4f45f4d7216f3b21565c432dbbd516f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# /etc/nslcd.conf
# nslcd configuration file. See nslcd.conf(5)
# for details.

# The user and group nslcd should run as.
uid nslcd
gid nslcd

# The location at which the LDAP server(s) should be reachable.
uri ldaps://ldap/

# The search base that will be used for all queries.
base dc=grid5000,dc=fr

# The LDAP protocol version to use.
ldap_version 3

# The DN to bind with for normal lookups.
#binddn cn=annonymous,dc=example,dc=net
#bindpw secret

# The DN used for password modifications by root.
#rootpwmoddn cn=admin,dc=example,dc=com

# SSL options
ssl on

tls_cacertfile /etc/ldap/certificates/ca2019.grid5000.fr.cert
tls_reqcert demand

# The search scope.
#scope sub

# Specifies the period if inactivity (in seconds) after which the connection to the LDAP server will be closed. 
# The default is not to time out connections. 
idle_timelimit 30