Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in rest API Update LDAP Server #566

Open
dplookup opened this issue Feb 5, 2025 · 0 comments
Open

Error in rest API Update LDAP Server #566

dplookup opened this issue Feb 5, 2025 · 0 comments

Comments

@dplookup
Copy link

dplookup commented Feb 5, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant