Commit c38b2d41de852964d6fb955dc84c913d1bd117ea

Authored by nbm
1 parent 049b54c0

Pass on the sAMAccountName from Active Directory if it is provided.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4835 c91229c3-7414-0410-bfa2-8a42b809f60b
templates/ktstandard/authentication/ldapadduser.smarty
... ... @@ -8,6 +8,7 @@
8 8 {$oWidget->render()}
9 9 {/foreach}
10 10 <input type="hidden" name="dn" value="{$dn}" />
  11 + <input type="hidden" name="samaccountname" value="{$samaccountname}" />
11 12 <div class="form_actions">
12 13 <input type="submit" name="submit[create]" value="{i18n}create user{/i18n}" />
13 14 <a href="{$smarty.server.PHP_SELF}" class="ktCancelLink">{i18n}Cancel{/i18n}</a>
... ...