csm-aut / csm

This repository contains Cisco Software Manager (CSM Server) source code
Apache License 2.0
11 stars 7 forks source link

form validation error in admin console when ldap libraries are not installed #47

Closed joydai closed 7 years ago

joydai commented 7 years ago

Without ldap libraries installed, whenever save button is clicked in admin console, you get: NOTICE: The form has validation errors. Please fix them before saving.

admin_console_form.errors is {'ldap_default_user_privilege': [u'Not a valid choice']}

Need to confirm action on this issue.

csm-aut commented 7 years ago

Fixed the issue by removing the field during validation.