{i18n}Authentication Sources{/i18n}

{i18n}By default, KnowledgeTree controls its own users and groups and stores all information about them inside the database. In many situations, an organisation will already have a list of users and groups, and needs to use that existing information to allow access to the DMS. These Authentication Sources allow the system administrator to specify additional sources of authentication data.{/i18n}

{if $providers}
{i18n}Add an authentication source{/i18n} {foreach from=$fields item=oWidget} {$oWidget->render()} {/foreach}
{else}

{i18n}Only the standard database authentication is currently available. If you need to use a different authentication type (e.g. LDAP) you will need to ensure that the Plugin is enabled.{/i18n}

{/if} {if $sources}

{i18n}Existing sources{/i18n}

{else}

{i18n}No additional authentication sources have been defined.{/i18n}

{/if}