-
Problem report
-
Resolution: Fixed
-
Major
-
6.4.12rc1, 7.0.0beta2
-
None
-
S24-W22/23, S24-W24/25, S24-W26/27, S24-W28/29, S24-W32/33, S24-W34/35, S24-W36/37
-
0.5
Steps to reproduce:
- Enable LDAP authentication and create an LDAP server.
- Disable LDAP authentication.
- Using API send authentication.update request:
{ "jsonrpc": "2.0", "method": "authentication.update", "params": { "ldap_userdirectoryid": 0, "ldap_auth_enabled": 1 }, "id": 1 }
Result:
config table is successfully updated, no error message.
Expected:
Error should be thrown, stating either default LDAP server should be set, or that provided user directory does not exist.
- mentioned in
-
Page Loading...