config ldap prete à tester
This commit is contained in:
@@ -383,8 +383,8 @@ gitlab_rails['ldap_servers'] = YAML.load <<-'EOS'
|
||||
host: '192.168.111.252'
|
||||
port: 389
|
||||
uid: 'sAMAccountName'
|
||||
# bind_dn: '_the_full_dn_of_the_user_you_will_bind_with'
|
||||
# password: '_the_password_of_the_bind_user'
|
||||
bind_dn: 'DN=ldapuser,OU=Users,OU=Dardilly,DC=PIDOM,DC=CHEZCLEMENT,DC=MAISON'
|
||||
password: 'E2ggSY3v33y5B6uwyjNXYGT2y_'
|
||||
encryption: 'plain' # "start_tls" or "simple_tls" or "plain"
|
||||
verify_certificates: false
|
||||
# smartcard_auth: false
|
||||
@@ -392,11 +392,10 @@ gitlab_rails['ldap_servers'] = YAML.load <<-'EOS'
|
||||
allow_username_or_email_login: false
|
||||
lowercase_usernames: false
|
||||
block_auto_created_users: false
|
||||
# base: ''
|
||||
base: 'DC=pidom,DC=chezclement.DC=maison'
|
||||
# user_filter: ''
|
||||
#
|
||||
# EOS
|
||||
|
||||
EOS
|
||||
|
||||
### Smartcard authentication settings
|
||||
###! Docs: https://docs.gitlab.com/ee/administration/auth/smartcard.html
|
||||
|
||||
Reference in New Issue
Block a user