Subject | RE: [firebird-support] database users question |
---|---|
Author | Helen Borrie |
Post date | 2007-10-22T10:13:50Z |
Martin Knappe wrote:
./heLen
>> hiAt 07:50 PM 22/10/2007, you wrote:
>> im using firebird 1.5 and have a question to ask:
>>
>> suppose i have a database 'db.fdb' stored on machine 1 that
>> belongs to
>> user 'martin'
>> now suppose i install firebird on machine 2, create a new
>> user 'martin', and copy 'db.fdb' onto machine 2
>> would user 'martin' on machine 2 have the same access rights
>> to 'db.fdb' as 'martin' had on the machine 1?
>> after all, he could be a completely different person...
>>
>> many thanks
>>
>> martin ;-)
>Does the second martin have the exact same password?Makes no difference. It's the user that gets authenticated; passwords change. The ACL in the database knows martin, but not his password....
./heLen