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

User (not SYSDBA) what have privileges with grant option, can't revoke privileges, granted by other user or SYSDBA. [CORE1083] #1504

Closed
firebird-automations opened this issue Jan 11, 2007 · 17 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Chernyak Sergey (chernyak.s)

Is related to CORE885
Is related to QA166

User (not SYSDBA) what have privileges with grant option on object in database, can't revoke privileges, granted by other user or SYSDBA, on that database object. Server don't raises any exception and do nothing.

Commits: f9b7195

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Link: This issue is related to CORE885 [ CORE885 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @dyemanov

It seems to have some relationship with CORE885.

@firebird-automations
Copy link
Collaborator Author

Commented by: @AlexPeshkoff

Can you try with 2.1 snapshot build? Is bug still present in it?

@firebird-automations
Copy link
Collaborator Author

Commented by: Chernyak Sergey (chernyak.s)

Where I can download 2.1 snapshot ?

@firebird-automations
Copy link
Collaborator Author

Commented by: Chernyak Sergey (chernyak.s)

Bug is still present in WI-T2.1.0.14818 Firebird 2.1 Alpha 1 Snapshot 20060123.

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

assignee: Alexander Peshkov [ alexpeshkoff ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

status: Open [ 1 ] => In Progress [ 3 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @AlexPeshkoff

This behavior is almost up to SQL standard - when grantor does not match current user, privilege should not be revoked. I.e. for successfull revoke all 4 - grantor, grantee, object and privilege shoud match. Certainly, SYSDBA can do all:) What's wrong now - when grantee, object and privilege do not match, this is warning condition, and when this 3 do match but grantor is wrong - this is an error. But any diagniostic is missing now inFirebird.

@firebird-automations
Copy link
Collaborator Author

Commented by: @AlexPeshkoff

Made behavior of firebird more standard compliant concerning REVOKE.
Added diagnostics when privilege cannot be revoked for some reason.

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

status: In Progress [ 3 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Fix Version: 2.1 Beta 1 [ 10141 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Link: This issue is related to QA166 [ QA166 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Workflow: jira [ 11490 ] => Firebird [ 15493 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @pmakowski

Q/A tested

@firebird-automations
Copy link
Collaborator Author

Modified by: @pmakowski

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

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

QA Status: No test

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

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

QA Status: No test => Done successfully

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