SQL commands to query/alter users description
---------------------------------------------

                 Key: CORE-3931
                 URL: http://tracker.firebirdsql.org/browse/CORE-3931
             Project: Firebird Core
          Issue Type: Improvement
          Components: Engine
            Reporter: Dmitry


There is a field  RDB$COMMENT in RDB$USERS.
Accessing that field in security2.fdb is no more possible.

To compensate for it, a number of user management commands was implemented: 
http://www.firebirdfaq.org/faq19/

I wish the users description also could be queried by SQL with commands like
COMMENT ON USER name IS 'text' 
and/or ALTER USER name SET COMMENT 'text'

It might help browsing user list in client apps (for example setting user 
grants when taking users from LDAP/ActiveDirectory) , it might help distinguish 
users created for different DBs by different APPs in inherited environments

For FB3 that probably may need security plugins API review, then the earlier 
the better

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to