Initial global mapping from srp plugin does not work
----------------------------------------------------

                 Key: CORE-5884
                 URL: http://tracker.firebirdsql.org/browse/CORE-5884
             Project: Firebird Core
          Issue Type: Bug
          Components: Engine
    Affects Versions: 3.0.3, 4.0 Alpha 1, 3.0.2, 3.0.1, 3.0.0, 4.0 Initial
            Reporter: Alexander Peshkov


With the following mappings in EMPLOYEE:

create user test1 password 'test1';
create user test2 password 'test2';
create mapping lmap using plugin srp from user test1 to user ltost;
create global mapping gmap using plugin srp from user test2 to user gtost;

lmap works fine:

$ isql -user test1 -pas test1 localhost:employee
Database: localhost:employee, User: LTOST

but gmap does not work:

$ isql -user test2 -pas test2 localhost:employee
Database: localhost:employee, User: TEST2


-- 
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

        

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to