Skip to content

Instantly share code, notes, and snippets.

@Canx
Created December 21, 2021 10:33
Show Gist options
  • Save Canx/9d12c3ca4120789ab2bdcd9bbb6799e5 to your computer and use it in GitHub Desktop.
Save Canx/9d12c3ca4120789ab2bdcd9bbb6799e5 to your computer and use it in GitHub Desktop.
Lliurex slave LDAP config
#
# LDAP Defaults
#
# See ldap.conf(5) for details
# This file should be world readable but not world writable.
#BASE dc=example,dc=com
#URI ldap://ldap.example.com ldap://ldap-master.example.com:666
#SIZELIMIT 12
#TIMELIMIT 15
#DEREF never
# TLS certificates (needed for GnuTLS)
TLS_CACERT never
base dc=ma5,dc=lliurex,dc=net
uri ldap://localhost
bind_policy soft
nss_base_group ou=Groups,dc=ma5,dc=lliurex,dc=net
nss_map_attribute gecos description
#ADDING CASE SENSITIVE LOGINS
pam_login_attribute uid:caseExactMatch:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment