Since there may be many users in the system, please provider a few letters from the person's user name to begin.

Search for user {foreach from=$fields item=oWidget} {$oWidget->render()} {/foreach}
{if !$search_results}

No search specified, or no results for your search. Please choose some criteria from the list above to find users.

{else}
{foreach item=potential_user from=$search_results} {/foreach}
Name LDAP User Name Distinguished Name (LDAP DN)
{$potential_user.cn} {$potential_user.$identifier_field} {$potential_user.dn}
{/if}