LDAP connection settings have been detected based on your current DHCP and DNS settings. Please make sure they make sense for your network environment, click Save Changes and then Test Connection buttons.
{% if form.non_field_errors %}
ERROR:
{% for error in form.non_field_errors %}
{{ error|escape }}
{% endfor %}