Update 'ldap.vars.template'

This commit is contained in:
William Mantly 2021-09-06 20:31:12 +00:00
parent 4a6811d882
commit b99c13144d

View File

@ -1,5 +1,5 @@
# Set some variables for the test of the file # Set some variables for the test of the file
export ldap_host="192.168.1.55" export ldap_host="10.1.0.55"
export ldap_base_dn="dc=theta42,dc=com" export ldap_base_dn="dc=theta42,dc=com"
export ldap_admin_dn="cn=admin,$ldap_base_dn" export ldap_admin_dn="cn=admin,$ldap_base_dn"
@ -8,5 +8,5 @@ export ldap_admin_password=""
export ldap_bind_dn="cn=ldapclient service,ou=People,$ldap_base_dn" export ldap_bind_dn="cn=ldapclient service,ou=People,$ldap_base_dn"
export ldap_bind_password="" export ldap_bind_password=""
export sso_url="https://sso-dev.theta42.com" export sso_url="https://sso.theta42.com"
export sso_token="uuid_thingy" # This is the only optional variable export sso_token="uuid_thingy" # This is the only optional variable