<p><labelfor="ldap_host"><?phpecho$l->t('Host');?></label><inputtype="text"id="ldap_host"name="ldap_host"value="<?phpecho$_['ldap_host'];?>"data-default="<?phpecho$_['ldap_host_default'];?>"title="<?phpecho$l->t('You can omit the protocol, except you require SSL. Then start with ldaps://');?>"></p>
<p><labelfor="ldap_base"><?phpecho$l->t('Base DN');?></label><textareaid="ldap_base"name="ldap_base"placeholder="<?phpecho$l->t('One Base DN per line');?>"title="<?phpecho$l->t('You can specify Base DN for users and groups in the Advanced tab');?>"data-default="<?phpecho$_['ldap_base_default'];?>"><?phpecho$_['ldap_base'];?></textarea></p>
<p><labelfor="ldap_dn"><?phpecho$l->t('User DN');?></label><inputtype="text"id="ldap_dn"name="ldap_dn"value="<?phpecho$_['ldap_dn'];?>"data-default="<?phpecho$_['ldap_dn_default'];?>"title="<?phpecho$l->t('The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty.');?>"/></p>