Re: [Firebird-devel] Trusted auth like on Linux/Mac

2012-07-16 Thread Alex Peshkoff
On 07/11/12 17:15, marius adrian popa wrote: > I wonder if the trusted auth should be enabled on linux too for > embedded mode for example It's not trusted auth, it's OS auth, and it works in embedded mode. > I didn't checked yet but the linux embedded library should use the > current user if you

Re: [Firebird-devel] Trusted auth like on Linux/Mac

2012-07-16 Thread Alex Peshkoff
On 07/11/12 17:36, Dalton Calford wrote: > If possible, the linux servers should support pam authentication Probably will be done in FB3. That's just plugin writing question... > (default > linux security authentication) which means they can also support microsoft > active directory once the li

Re: [Firebird-devel] Trusted auth like on Linux/Mac

2012-07-11 Thread Dalton Calford
If possible, the linux servers should support pam authentication (default linux security authentication) which means they can also support microsoft active directory once the linux machine is setup correctly (simple install). My concern is the length of the user identifiers - if the users have a a

[Firebird-devel] Trusted auth like on Linux/Mac

2012-07-11 Thread marius adrian popa
I wonder if the trusted auth should be enabled on linux too for embedded mode for example I didn't checked yet but the linux embedded library should use the current user if you open a database in the home folder and you provided no password "As soon as I tested it on a Mac I discovered that I coul