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