This resolves bug with Windows AD servers as LDAP server.
Windows is case insensitve on logon requests.
If users are stored camel case and logon using all lower it causes issues
as OwnCloud is configured to be case sensitive.
Signed-off-by: Insanemal <insanemal@gmail.com>
<p><labelfor="ldap_display_name"><?phpecho$l->t('Display Name Field');?></label><inputtype="text"id="ldap_display_name"name="ldap_display_name"value="<?phpecho$_['ldap_display_name'];?>"/>
<small><?phpecho$l->t('Currently the display name field needs to be the same you matched %%uid against in the filter above, because ownCloud doesn\'t distinguish between user id and user name.');?></small></p>