Navigation Menu

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

isc_add_user / isc_modify_user produce unusable user record [CORE5649] #5915

Closed
firebird-automations opened this issue Oct 24, 2017 · 4 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @AlexPeshkoff

Initially was posted in IBPhoenix tracker.

Users newly created by isc_add_user function are not able to login, standard error 335544472 'Your user name and password are not defined.' is shown. Users are created in security database, no errors returned by isc_add_user.

Commits: 4020537 8992446

====== Test Details ======

fbtest does not uses mentioned functions, but test for add/remove user does exist - look at .../functional/services/user_management.fbt which verifies:
1) FB services features which add and remove user;
2) Python fdb driver functions (from class Connection): add_user(), get_users() and remove_user()

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

assignee: Alexander Peshkov [ alexpeshkoff ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

Fix Version: 3.0.3 [ 10810 ]

Fix Version: 4.0 Beta 1 [ 10750 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

status: Resolved [ 5 ] => Resolved [ 5 ]

QA Status: No test => Cannot be tested

Test Details: fbtest does not uses mentioned functions, but test for add/remove user does exist - look at .../functional/services/user_management.fbt which verifies:
1) FB services features which add and remove user;
2) Python fdb driver functions (from class Connection): add_user(), get_users() and remove_user()

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

status: Resolved [ 5 ] => Closed [ 6 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment