Better groups

This commit is contained in:
2026-07-10 18:57:50 -04:00
parent be5105ba1b
commit ad787a6bf8
6 changed files with 19 additions and 9 deletions
+13
View File
@@ -0,0 +1,13 @@
# Set some variables for the test of the file
export ldap_host="ldap.internal.theta42.com"
export ldap_base_dn="dc=theta42,dc=com"
export ldap_bind_dn="cn=ldapclient service,ou=People,$ldap_base_dn"
export ldap_bind_password=""
export sso_url="https://sso.theta42.com"
export sso_token="" # This is the only optional variable
export ldap_location="pdp"
export ldap_access_groups=( $ldap_location_access $ldap_location_$(hostname)_access )
export ldap_sudo_groups=( $ldap_location_admin $ldap_location_$(hostname)_admin )