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');
1918
1920
INSERT INTO txt VALUES ('group_search_path', 'German', 'Suchpfad Gruppen');
1919
1921
INSERT INTO txt VALUES ('group_search_path', 'English', 'Group Search Path');
1922
+
INSERT INTO txt VALUES ('group_write_path', 'German', 'Schreibpfad Gruppen');
1923
+
INSERT INTO txt VALUES ('group_write_path', 'English', 'Group Write Path');
1920
1924
INSERT INTO txt VALUES ('search_user', 'German', 'Nutzer für Suche');
1921
1925
INSERT INTO txt VALUES ('search_user', 'English', 'Search User');
1922
1926
INSERT INTO txt VALUES ('search_user_pwd', 'German', 'Passwort Nutzer für Suche');
@@ -2330,9 +2334,9 @@ INSERT INTO txt VALUES ('appRolePattern', 'English', 'App Role Pattern');
2330
2334
INSERT INTO txt VALUES ('appServerPrefix', 'German', 'App Server Namenspräfix');
2331
2335
INSERT INTO txt VALUES ('appServerPrefix', 'English', 'App Server Name Prefix');
2332
2336
INSERT INTO txt VALUES ('networkPrefix', 'German', 'Namenspräfix IP-Netzwerk');
2333
-
INSERT INTO txt VALUES ('networkPrefix', 'English', 'IP Range Name Prefix');
2337
+
INSERT INTO txt VALUES ('networkPrefix', 'English', 'Network Name Prefix');
2334
2338
INSERT INTO txt VALUES ('ipRangePrefix', 'German', 'Namenspräfix IP-Bereich');
2335
-
INSERT INTO txt VALUES ('ipRangePrefix', 'English', 'App Server Name Prefix');
2339
+
INSERT INTO txt VALUES ('ipRangePrefix', 'English', 'IP Range Name Prefix');
2336
2340
INSERT INTO txt VALUES ('dns_lookup', 'German', 'DNS-Suche');
2337
2341
INSERT INTO txt VALUES ('dns_lookup', 'English', 'DNS Look-up');
2338
2342
INSERT INTO txt VALUES ('overwrite_exiting_names','German', 'Existierende Namen überschreiben');
@@ -4488,6 +4492,8 @@ INSERT INTO txt VALUES ('H5225', 'English', 'Global Tenant Name: If the Ldap is
4488
4492
');
4489
4493
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.');
4490
4494
INSERT INTO txt VALUES ('H5226', 'English', 'Active: If not set to active, the Ldap is not involved in other actions (authorization, role assignment etc.).');
4495
+
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).');
4496
+
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).');
4491
4497
INSERT INTO txt VALUES ('H5231', 'German', 'Die verfügbaren Mandanten werden hier mit den zugeordneten Gateways dargestellt.<br>
4492
4498
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.
4493
4499
Wenn Beispieldaten (definiert durch die Endung "_demo" vom Mandantennamen) existieren, wird eine Schaltfläche angezeigt, um diese zu löschen.
0 commit comments