1
0
Fork 0
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:
Pierre Bourré 2019-01-26 15:47:55 +01:00
parent e251185615
commit 55a299bea6

View file

@ -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