echo'<p class="ldapwarning">'.$l->t('<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behaviour. Please ask your system administrator to disable one of them.').'</p>';
}
?>
<fieldsetid="ldapSettings-1">
<p><labelfor="ldap_host"><?phpecho$l->t('Host');?></label><inputtype="text"id="ldap_host"name="ldap_host"value="<?phpecho$_['ldap_host'];?>"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><inputtype="text"id="ldap_base"name="ldap_base"value="<?phpecho$_['ldap_base'];?>"title="<?phpecho$l->t('You can specify Base DN for users and groups in the Advanced tab');?>"/></p>