{extends "manage/manage.tpl.html"} {block "javascripts" append} {/block} {function name="table_row" title="" field="" size="50" help="" type="text"} {$title}: {if $type == "password"} {else} {/if} {if $help} {$help} {/if} {include file="error_icon.tpl.html" field=$field} {/function} {block "manage_content"} {if $ldap_auth}
{table_row field="host" title="{t}Host{/t}"} {table_row field="port" title="{t}Port{/t}" size="5" help="{t}(default: 389 for LDAP/StartTLS, 636 for LDAPS){/t}"} {table_row field="binddn" title="{t}Bind DN{/t}" help="{t}Leave empty to clear saved Bind PW{/t}"} {table_row field="bindpw" title="{t}Bind PW{/t}" type="password" help="{t}Leave empty to keep current password{/t}"} {table_row field="basedn" title="{t}Base DN{/t}"} {table_row field="user_id_attribute" title="{t}User ID attribute{/t}" help="{t}LDAP attribute containing a unique user identifier (default: 'uid'){/t}"} {table_row field="userdn" title="{t}User DN{/t}" help="{t}Use %UID% to specify where the UID should be substituted.{/t}"} {table_row field="user_filter" title="{t}User Filter{/t}" help="{t}Optional filter when binding the user{/t}"} {table_row field="customer_id_attribute" title="{t}Customer ID attribute{/t}"} {table_row field="contact_id_attribute" title="{t}Contact ID attribute{/t}"} {table_row field="active_dn" title="{t}DN for active users{/t}" help="{t}ldapsync: DN to search for active users{/t}"} {table_row field="inactive_dn" title="{t}DN for inactive users{/t}" help="{t}ldapsync: DN to search for inactive users{/t}"}
{t}LDAP Setup{/t} {include file="help_link.tpl.html" topic="ldap"}
{t}Encryption{/t}: {include file="error_icon.tpl.html" field="encryption"}
{t}Create Users{/t}: {include file="error_icon.tpl.html" field="create_users"}
{t}Default Roles{/t}: {foreach from=$project_list key=prj_id item=prj_name} {/foreach}
{$prj_name}: {include file="error_icon.tpl.html" field="default_role[$prj_id]"}
{else}
This page is only used for the ldap backend.
{/if} {/block}