Added better readme and templates

This commit is contained in:
2026-07-11 12:59:44 -04:00
parent 108da0131b
commit 60cf87cc68
3 changed files with 268 additions and 9 deletions
+6 -1
View File
@@ -6,4 +6,9 @@ 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 sso_token="" # This is the only optional variable
export ldap_location="718it"
ldap_access_groups=( "${ldap_location}_access" "${ldap_location}_$(hostname)_access" )
ldap_sudo_groups=( "${ldap_location}_admin" "${ldap_location}_$(hostname)_admin" )