Skip to content

Instantly share code, notes, and snippets.

@Canx
Created December 21, 2021 11:28
Show Gist options
  • Save Canx/c9e3c0b0b07ef3cf22dd9fb8f12cc933 to your computer and use it in GitHub Desktop.
Save Canx/c9e3c0b0b07ef3cf22dd9fb8f12cc933 to your computer and use it in GitHub Desktop.
Lliurex servidor esclavo nslcd.conf
# /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 ldap://localhost
# The search base that will be used for all queries.
base dc=ma5,dc=lliurex,dc=net
# 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
# Mapping variable to real names in Epoptes
map passwd gecos description
# SSL options
#ssl off
tls_reqcert never
tls_cacertfile /etc/ssl/certs/ca-certificates.crt
# The search scope.
#scope sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment