Subject | RE: [firebird-php] Database level user logins |
---|---|
Author | Alan McDonald |
Post date | 2005-11-10T09:14:26Z |
> Hiin a web environment I always use my own user table inside the database, I
>
> I want to have users login on a database level for enhanced auditing
> with the IBLogmanager tool.
>
> Problem is - if I grant rights to these users, they can download any
> tool - like EMS Manager and login. They can view all datastructures
> etc. Is there some way of users not being able to view metadata?
>
> I have thought of encryption - so the users login name drills down to
> some other name in ISC4.GDB. This would just mean un-encrypting to get
> readable user logged activity.
>
> Any other ideas?
>
> Thanks
>
> Rod
authenticate in my own way and therefore noone can log into the server
unless they log in via my interface.
Alan