feat: LdapOptions erstellt anstelle statischer (fest codierter) Konfigurationswerte, LdapOptions und Abhängigkeitsinjektionen dafür hinzugefügt
This commit is contained in:
@@ -25,5 +25,17 @@
|
||||
"CustomConfig": {
|
||||
},
|
||||
|
||||
"AllowedHosts": "*"
|
||||
"AllowedHosts": "*",
|
||||
"LdapOptions": {
|
||||
"LDAP_WebAppGroup_Is_Live": false,
|
||||
"LDAP_WINDREAM": "Windream_",
|
||||
"LDAP_DOMAIN": "dhr.local",
|
||||
"LDAP_PATH_EDM": "OU=DMS,OU=Gruppen,OU=DHDEAB,DC=dhr,DC=local",
|
||||
"LDAP_PATH_WEBAPPS": "OU=Web-Apps,OU=Gruppen,OU=DHDEAB,DC=dhr,DC=local",
|
||||
"LDAP_EDMUser_Prefix": "GG_EDMUser_Group",
|
||||
"LDAP_EDMAdmin_Prefix": "GG_EDMAdmin_Group",
|
||||
"LDAP_EDM_Prefix": "GG_EDM",
|
||||
"LDAP_WebAppp_Prefix": "GG_WebApp",
|
||||
"LDAP_Prefix_Test": "__Test"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user