fix ldap login issue

This commit is contained in:
whysthatso 2019-11-14 22:37:47 +02:00
parent ea71ae7830
commit 7993707fe3
3 changed files with 11 additions and 11 deletions

View File

@ -1 +1 @@
ldap_authentifcation_password = {{ vault_ldap_authentifcation_password }}
ldap_authentifcation_password: "{{ vault_ldap_authentifcation_password }}"

View File

@ -1,10 +1,10 @@
$ANSIBLE_VAULT;1.1;AES256
34396331656230663836666430343366336561626130346636306236346562363433623038623035
3164393662646565373035363865623963653635376234630a313032636535373035336231313362
39353033666537646137363365363836633831626335383864303936373231653230336664376531
3365633437313933320a393761306236643936343366656664363035323132363237653734376664
32643739626637616333323136653162346363373266623339383031663038633537396262356130
32646136366234373461336434623563356532633135383163396339376433316531353030643237
38396332353466356665306532376333663034376138633038393335373764386339356466343263
34343339353131636239646262333831343135656339386230396333386431643737643539346436
66326631636266643466393234323837366635663335346537346235373862333832
30363534373837316561313437663131383762633131396136623632663935303862393432383763
6366663163386130313061383135363230356137396532370a346432336639356231346331336332
32323734343235343764613836623736366435643739656264353662383134643134663561643065
3932363331386361620a333131306365626364666233313438333939333261373532316661306131
66366462633138643039386431636462383864313231623362313634656532646263386161646661
37646433363562333132346236303132373731303133643032346538366330323066313634336330
61346535333736373664363433346139656231663537356537333732666333303838663033663831
31316636656239616563393161396433646334633962393964366664663563656663366332643137
38623261666631636432616230663231336361613864386636643865363035656634

View File

@ -460,7 +460,7 @@ services:
#- LDAP_REJECT_UNAUTHORIZED=false
#
# Option to login to the LDAP server with the user's own username and password, instead of an administrator key. Default: false (use administrator key).
- LDAP_USER_AUTHENTICATION="true"
- LDAP_USER_AUTHENTICATION="false"
#
# Which field is used to find the user for the user authentication. Default: uid.
#- LDAP_USER_AUTHENTICATION_FIELD="uid"