mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
method is deprecated, so update conf
This commit is contained in:
parent
e251185615
commit
55a299bea6
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ gitlab_rails['ldap_servers'] = YAML.load <<-'EOS' # remember to close this block
|
|||
host: 'localhost'
|
||||
port: 389
|
||||
uid: 'uid'
|
||||
method: 'plain' # "tls" or "ssl" or "plain"
|
||||
encryption: 'plain' # "start_tls" or "simple_tls" or "plain"
|
||||
bind_dn: ''
|
||||
password: ''
|
||||
active_directory: false
|
||||
|
|
Loading…
Add table
Reference in a new issue