....
AuthServer = Srp, Legacy_Auth , Win_Sspi
AuthClient = Srp, Legacy_Auth , Win_Ssp

2015-09-29 15:06 GMT+02:00 marco andreolli <dra...@gmail.com>:

> Yes sorry, obviously I change both, now I have:
> AuthServer = Srp, Legacy_Auth , Win_Sspi
> AuthServer = Srp, Legacy_Auth , Win_Sspi
>
>
> 2015-09-29 14:57 GMT+02:00 Alex Peshkoff <peshk...@mail.ru>:
>
>> On 09/29/2015 03:46 PM, marco andreolli wrote:
>> > I would like connect with old SYSDBA user,
>>
>> OK
>>
>> > I try to connect with IBExpert
>> > and new client library.
>>
>> OK
>>
>> > I change AuthServer parameter but with no result
>>
>> Why do you not read what I answer to you?
>> I've wrote 'change _both_ Auth' parameters, not AuthServer only.
>>
>> > 2015-09-29 12:14 GMT+02:00 Alex Peshkoff <peshk...@mail.ru>:
>> >
>> >> 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
>>
>
>
------------------------------------------------------------------------------
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to