You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the Update LDAP Server API the parameter name is required in the body, however if an attempt to update vars other than name is perfomed (I wish to update the bind password for example) the API returns an error saying the name is already in use and must be unique.
The update method is missing a correlation between the id field and the name.
Expected behavior is if the name in the body equals current name of the ldap server attempting to be updated there should not be any errors, however if the name is changed the check should be performed againts the other server names to make sure all names are unique.
The text was updated successfully, but these errors were encountered:
When using the Update LDAP Server API the parameter name is required in the body, however if an attempt to update vars other than name is perfomed (I wish to update the bind password for example) the API returns an error saying the name is already in use and must be unique.
The update method is missing a correlation between the id field and the name.
Expected behavior is if the name in the body equals current name of the ldap server attempting to be updated there should not be any errors, however if the name is changed the check should be performed againts the other server names to make sure all names are unique.
The text was updated successfully, but these errors were encountered: