Created
December 21, 2021 10:32
-
-
Save Canx/65bbfcd2b7421f4e4d3679cd28ba2d4b to your computer and use it in GitHub Desktop.
Configuración LDAP clickcontrol
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
###DEBCONF### | |
# | |
# LDAP Defaults | |
# | |
TLS_CACERT never | |
base dc=centro,dc=com | |
uri ldap://fsserver | |
bind_policy soft | |
nss_map_attribute gecos description | |
pam_login_attribute uid:caseExactMatch: | |
ldap_version 3 | |
pam_password md5 | |
binddn uid=joindomain,ou=usuarios,dc=centro,dc=com | |
bindpw joindomain |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment