Skip to content

Firebird 5.0. Setting up authentication parameters in the firebird.conf file #8563

Closed Answered by mrotteveel
NikolayUkleyko asked this question in Q&A
Discussion options

You must be logged in to vote

These settings don't make sense for multiple reasons:

  1. Setting AuthServer = Legacy_Auth, will only allow connections with deprecated authentication algorithms. It is better to set it to AuthServer = Srp256, Legacy_Auth if you really need legacy auth, otherwise use the default (i.e. Srp256)
  2. Setting AuthClient = Legacy_Auth will only allow the server to create connections to other database (including other servers) with deprecated authentication algorithms. Leaving this at the default (i.e. Srp256, Srp, Win_Sspi, Legacy_Auth for Windows, Srp256, Srp, Legacy_Auth for other platforms) is better.
  3. Setting UserManager = Legacy_UserManager will only allow creating users with the insecure and depr…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by NikolayUkleyko
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #8562 on May 12, 2025 14:44.