On 09/29/2015 12:48 PM, marco andreolli wrote:
> Hi,
> I would like try Firebied 3 for try it and test if it improve the
> performance of my software.
>
> I download the compressed package (not the installer), and I run the server
> on another
> port different from the standard because i have multiple instance of
> different version of firebird.
>
> But when I try to connect to a demo database EMPLOYEE.FDB, I have the
> following error:
> Unsuccessful execution caused by a system error that precludes successful
> execution of subsequent statements.
> Missing security context for C:\PROGRAM FILES....
>
> My config file is this:
> AuthServer = Srp, Win_Sspi, Legacy_Auth
> AuthClient = Srp, Win_Sspi, Legacy_Auth
> UserManager = Legacy_UserManager
> Providers = Remote,Engine12,Loopback
> WireCrypt = Disabled
> RemoteServicePort = 3053
>
> What I do wrong?

You put win_sspi plugin before Legacy_Auth. That forces use of it no 
matter was username/password entered or not (that's the difference with 
2.x). To use server-wide authentication plugin like Win_Sspi you should 
CREATE MAPPING (description of command is present in doc).

Must say that with provided configuration you will never be able to use 
legacy_auth. If you want to be able to use both legacy_auth & Win_Ssp, 
change both Auth to:
Srp, Legacy_Auth , Win_Sspi


------------------------------------------------------------------------------
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to