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');
@@ -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