Add quotes
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2023-02-13 13:05:44 +01:00
parent 9e7eaf2ff7
commit 438b40dd53
1 changed files with 3 additions and 3 deletions

View File

@ -110,11 +110,11 @@ components:
id: ldap
name: "LDAP"
config:
host: {{ vapp['ldap.fqdn'] }}:636
host: "{{ vapp['ldap.fqdn'] }}:636"
insecureNoSSL: false
insecureSkipVerify: true
bindDN: {{ vapp['ldap.dn'] }}
bindPW: {{ vapp['ldap.password'] }}
bindDN: "{{ vapp['ldap.dn'] }}"
bindPW: "{{ vapp['ldap.password'] }}"
usernamePrompt: "Username"
userSearch: