You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INSERT INTO txt VALUES ('role_search_path', 'English', 'Role Search Path');
1912
1914
INSERT INTO txt VALUES ('group_search_path', 'German', 'Suchpfad Gruppen');
1913
1915
INSERT INTO txt VALUES ('group_search_path', 'English', 'Group Search Path');
1916
+
INSERT INTO txt VALUES ('group_write_path', 'German', 'Schreibpfad Gruppen');
1917
+
INSERT INTO txt VALUES ('group_write_path', 'English', 'Group Write Path');
1914
1918
INSERT INTO txt VALUES ('search_user', 'German', 'Nutzer für Suche');
1915
1919
INSERT INTO txt VALUES ('search_user', 'English', 'Search User');
1916
1920
INSERT INTO txt VALUES ('search_user_pwd', 'German', 'Passwort Nutzer für Suche');
@@ -2324,9 +2328,9 @@ INSERT INTO txt VALUES ('appRolePattern', 'English', 'App Role Pattern');
2324
2328
INSERT INTO txt VALUES ('appServerPrefix', 'German', 'App Server Namenspräfix');
2325
2329
INSERT INTO txt VALUES ('appServerPrefix', 'English', 'App Server Name Prefix');
2326
2330
INSERT INTO txt VALUES ('networkPrefix', 'German', 'Namenspräfix IP-Netzwerk');
2327
-
INSERT INTO txt VALUES ('networkPrefix', 'English', 'IP Range Name Prefix');
2331
+
INSERT INTO txt VALUES ('networkPrefix', 'English', 'Network Name Prefix');
2328
2332
INSERT INTO txt VALUES ('ipRangePrefix', 'German', 'Namenspräfix IP-Bereich');
2329
-
INSERT INTO txt VALUES ('ipRangePrefix', 'English', 'App Server Name Prefix');
2333
+
INSERT INTO txt VALUES ('ipRangePrefix', 'English', 'IP Range Name Prefix');
2330
2334
INSERT INTO txt VALUES ('dns_lookup', 'German', 'DNS-Suche');
2331
2335
INSERT INTO txt VALUES ('dns_lookup', 'English', 'DNS Look-up');
2332
2336
INSERT INTO txt VALUES ('overwrite_exiting_names','German', 'Existierende Namen überschreiben');
@@ -4482,6 +4486,8 @@ INSERT INTO txt VALUES ('H5225', 'English', 'Global Tenant Name: If the Ldap is
4482
4486
');
4483
4487
INSERT INTO txt VALUES ('H5226', 'German', 'Aktiv: Wenn das Ldap nicht auf aktiv gesetzt ist, wird es für andere Aktionen (Autorisierungen, Rollenzuweisung etc.) nicht berücksichtigt.');
4484
4488
INSERT INTO txt VALUES ('H5226', 'English', 'Active: If not set to active, the Ldap is not involved in other actions (authorization, role assignment etc.).');
4489
+
INSERT INTO txt VALUES ('H5227', 'German', 'Schreibpfad Gruppen: Der Distinguished name (Dn) des Wurzelverzeichnisses des Gruppensbaums. Dieser Parameter kann vom Suchpfad abweichen (was er im internen Ldap nicht tut).');
4490
+
INSERT INTO txt VALUES ('H5227', 'English', 'Group Write Path: The distinguished name (Dn) of the root of the group writ tree. This parameter may differ from the search path (in the internal Ldap it does not).');
4485
4491
INSERT INTO txt VALUES ('H5231', 'German', 'Die verfügbaren Mandanten werden hier mit den zugeordneten Gateways dargestellt.<br>
4486
4492
Es ist möglich, Mandanten im lokalen Ldap sowie Verknüpfungen zu den vorhandenen <a href="/help/settings/gateways">Gateways</a> anzulegen oder zu löschen.
4487
4493
Wenn Beispieldaten (definiert durch die Endung "_demo" vom Mandantennamen) existieren, wird eine Schaltfläche angezeigt, um diese zu löschen.
0 commit comments