diff --git a/templates/ktstandard/authentication/ldapsearchuser.smarty b/templates/ktstandard/authentication/ldapsearchuser.smarty index 295e3e3..5499ef5 100644 --- a/templates/ktstandard/authentication/ldapsearchuser.smarty +++ b/templates/ktstandard/authentication/ldapsearchuser.smarty @@ -28,7 +28,6 @@ begin.{/i18n}

{i18n}Name{/i18n} - {i18n}LDAP User Name{/i18n} {i18n}Distinguished Name (LDAP DN){/i18n} @@ -37,8 +36,7 @@ begin.{/i18n}

{foreach item=potential_user from=$search_results} {$potential_user.cn} - {$potential_user.$identifier_field} +value="{$potential_user.dn}" />{$potential_user.cn} {$potential_user.dn} {/foreach}