Skip to content

Commit 6a5995b

Browse files
committed
Revert WireCrypt to disabled
1 parent 9b36aa4 commit 6a5995b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Containers/firebird/do-firebird-3_0

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
FROM firebirdsql/firebird:3.0.10
22

3-
RUN echo "WireCrypt = Enabled" >> /opt/firebird/firebird.conf
4-
RUN echo "AuthServer = Srp256, Legacy_Auth" >> /opt/firebird/firebird.conf
5-
RUN echo "AuthClient = Srp256, Srp, Legacy_Auth" >> /opt/firebird/firebird.conf
3+
RUN echo "WireCrypt = Disabled" >> /opt/firebird/firebird.conf
64

75
COPY init-firebird-instance.sh /docker-entrypoint-initdb.d/
86

0 commit comments

Comments
 (0)