ansible: Add host for sles15sp5
[lttng-ci.git] / automation / ansible / roles / lava-server / templates / ldap.yaml.j2
CommitLineData
83d6ed6c
KS
1AUTH_LDAP_SERVER_URI: "ldap://smb-adc02.internal.efficios.com:389"
2AUTH_LDAP_START_TLS: true
3AUTH_LDAP_BIND_DN: "{{ lookup('community.general.bitwarden', 'Jenkins Domain Account', field='binddn', collection_id='35c5d8b1-2520-4450-a479-aef50131b930')[0] }}"
4AUTH_LDAP_BIND_PASSWORD: "{{ lookup('community.general.bitwarden', 'Jenkins Domain Account', field='password', collection_id='35c5d8b1-2520-4450-a479-aef50131b930')[0] }}"
5AUTH_LDAP_USER_SEARCH: 'LDAPSearch("CN=Users,DC=internal,DC=efficios,DC=com", ldap.SCOPE_SUBTREE, "(sAMAccountName=%(user)s)")'
6AUTH_LDAP_USER_ATTR_MAP:
7 first_name: "givenName"
8 email: "mail"
This page took 0.023461 seconds and 4 git commands to generate.