Skip to content

Commit 8d42082

Browse files
committed
Fix Jaybird 6 section referring to Jaybird 5
1 parent 61b90dc commit 8d42082

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/docs/asciidoc/reference/connection/authenticationplugins.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For example, SHA-224 is not supported in Oracle Java 7 by default and may requir
2424
[[ref-auth-plugins-default-jb6]]
2525
===== Jaybird 6
2626

27-
The default plugins applied by Jaybird 5 are -- in order -- `Srp256` and `Srp`.
27+
The default plugins applied by Jaybird 6 are -- in order -- `Srp256` and `Srp`.
2828
This applies only for the pure Java protocol and only when connecting to Firebird 3.0 or higher.
2929
The native implementation will use its own default or the value configured through its `firebird.conf`.
3030

@@ -36,20 +36,24 @@ After an attempt to use `Srp256` fails, authentication continues with `Srp`.
3636

3737
To avoid this, consider explicitly configuring the authentication plugins to use, see <<ref-auth-plugins-config>> for details.
3838

39-
Firebird 2.5 and earlier will always use legacy authentication.
39+
Firebird 2.5 and earlier -- if enabled -- will always use legacy authentication.
4040

4141
[[ref-auth-plugins-default-jb5]]
4242
===== Jaybird 5
4343

4444
The default plugins applied by Jaybird 5 are -- in order -- `Srp256` and `Srp`.
4545

46+
Firebird 2.5 and earlier will always use legacy authentication.
47+
4648
See section on <<ref-auth-plugins-default-jb6>> for further details.
4749

4850
[[ref-auth-plugins-default-jb4]]
4951
===== Jaybird 4
5052

5153
The default plugins applied by Jaybird 4 are -- in order -- `Srp256` and `Srp`.
5254

55+
Firebird 2.5 and earlier will always use legacy authentication.
56+
5357
See section on <<ref-auth-plugins-default-jb6>> for further details.
5458

5559
[[ref-auth-plugins-default-jb3]]

0 commit comments

Comments
 (0)