37 lines
850 B
Plaintext
37 lines
850 B
Plaintext
# /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 <%= @uri %>
|
|
|
|
# The search base that will be used for all queries.
|
|
base <%= @base %>
|
|
|
|
# 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 <%= @ssl %>
|
|
|
|
# needed for hp ldap to connect
|
|
tls_reqcert <%= @tls_reqcert %>
|
|
|
|
# The search scope.
|
|
scope <%= @scope %>
|
|
|
|
map <%= @map %>
|
|
nss_initgroups_ignoreusers backup,bin,daemon,games,gnats,irc,libuuid,list,lp,mail,man,news,proxy,root,sshd,sync,sys,syslog,uucp,www-data,sitescop,postfix,ntp
|
|
|