Created
December 21, 2021 10:33
-
-
Save Canx/9d12c3ca4120789ab2bdcd9bbb6799e5 to your computer and use it in GitHub Desktop.
Lliurex slave LDAP config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# 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