Subject | Re: [firebird-support] Firebird3 Autentication |
---|---|
Author | liviuslivius |
Post date | 2018-03-26T14:29:39Z |
Thank you Mark,
I will test this tommorow.
About spelling - i was in restricted domain without internet access and all written by hand outside the building. In firebird.conf all is ok
Regards,
Karol Bieniaszewski
-------- Oryginalna wiadomość --------
Od: "Mark Rotteveel mark@... [firebird-support]" <firebird-support@yahoogroups.com>
Data: 26.03.2018 15:03 (GMT+01:00)
Do: firebird-support@yahoogroups.com
Temat: Re: [firebird-support] Firebird3 Autentication
On 26-3-2018 14:59, Mark Rotteveel mark@...
[firebird-support] wrote:
> On 26-3-2018 14:29, liviuslivius liviuslivius@...It is also UserManager, not User_Manager.
> [firebird-support] wrote:
>> My firebird.conf settings are:
>> Auth_Server = Srp
>> AuthClient = Srp, Win_Sspi, Legacy_Auth
>> User_Manager = Srp
>> What more should i do to support windows auth?--
>
> You need to change the configuration of `AuthServer` (note the spelling,
> no underscore(!)) to `AuthServer = Srp, Win_Sspi`.
>
> The `AuthClient` configuration only governs fbclient (for fbclients that
> read that specific firebird.conf), and client connections from Firebird
> server to another (or the same) server (eg remote EXECUTE STATEMENT).
Mark Rotteveel