iPSK-Manager icon indicating copy to clipboard operation
iPSK-Manager copied to clipboard

Add input validation on installer to avoid iPSK database user and ISE ODBC user to be the same (leads to "Creation of Cisco ISE MySQL user failed")

Open AnthoBalitrand opened this issue 3 years ago • 0 comments

Issue

On installer, if "iPSK database username" and "Cisco ISE ODBC Username" have the same values, the install script indeed tries to create 2 mySQL users with the same username, which leads to the "Creation of Cisco ISE MySQL user failed" error. (On backend, mySQL error 1396).

Suggested solution

Add data validation on the installer form to avoid those 2 values to be the same.

AnthoBalitrand avatar Sep 25 '21 14:09 AnthoBalitrand