diff --git a/templates/ktcore/principals/addgroup.smarty b/templates/ktcore/principals/addgroup.smarty index 239664a..96ed037 100644 --- a/templates/ktcore/principals/addgroup.smarty +++ b/templates/ktcore/principals/addgroup.smarty @@ -2,6 +2,30 @@

{i18n}Users may be classed together as Groups and these groups may be used to set security privileges throughout the document management system.{/i18n}

+{if $authentication_sources} +
+ +
{i18n}Add a group from an authentication source{/i18n} + +

{i18n}Instead of manually creating the group within +the document management system, the group can be found within an +authentication source (such as an LDAP directory) that has already been +configured. This ensures that the group is correctly set up with limited +intervention from the administrator, and that the group's membership +will be maintained as it is in the authentication source.{/i18n}

+ + {entity_select name="source_id" entities=$authentication_sources} +
+ +
+
+
+

+ +

{i18n}Alternatively, you can manually create a user +within KnowledgeTree below.{/i18n}

+{/if} +