Subject | RE: [firebird-support] lower(username) = priveleges of user "public" ?? |
---|---|
Author | Alan McDonald |
Post date | 2005-10-27T09:57:16Z |
> Firebird Server 1.5.2not sure I can believe this... username is case insensitive. You're not
> using fbclient.dll
>
> Hello,
>
> if I am trying to log in with an existing username and a correct
> password, but mixing up upper and lower case in the username, I do not
> get an error.
>
> I get access to the database, but with privileges according to user
> "public".
>
> example:
> username = KNAPPSTEIN
> password = password
> successfully logged in with privileges of user "KNAPPSTEIN"
>
> username = knappstein
> password = password
> successfully logged in with privileges of user "PUBLIC"
>
using roles here as well? or using " quotes or something? OR do you have
some environment vairable set?
what OS, what client connection components are you using?
> username = knappsteynsure as hell this one is correct - no login possible with a completely
> password = password
> login denied (ask database admin to setup username and password...)
different name which doesn't exist in the security database
>Alan
> Is that supposed to be so?
>
> ciao,
> André
>