If enabled, the designated LDAP Server will be used for CSM Server user login authentication.
An example of an LDAP Server URL is ldaps://ds.cisco.com:636.
{{ edit_field(admin_console_form.ldap_server_url, label_field_width="col-sm-4", field_width="col-sm-7", class="form-control") }}
{{ edit_field(admin_console_form.ldap_default_user_privilege, label_field_width="col-sm-4", field_width="col-sm-7", class="form-control") }}
To restrict access to certain user group, define the Active Directory Distinguished Names below. An example may be
CN={},OU=Employees,OU=Cisco Users,DC=cisco,DC=com
'{}' is a placeholder string and will be replaced with the user login name.
{{ edit_field(admin_console_form.ldap_server_distinguished_names, label_field_width="col-sm-4", field_width="col-sm-7", class="form-control", placeholder="Optional") }}