8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 03:23:03 +01:00

Backported fix for CORE-1854: Value of CURRENT_USER may be not in upper case when using unix OS auth.

This commit is contained in:
alexpeshkoff 2008-04-29 13:27:08 +00:00
parent b6a5481be4
commit 02179bf74e

View File

@ -7374,6 +7374,7 @@ static void getUserInfo(UserId& user, const DatabaseOptions& options)
}
user.usr_user_name = name;
user.usr_user_name.upper();
user.usr_project_name = "";
user.usr_org_name = "";
user.usr_sql_role_name = options.dpb_role_name;