Skip to content

Commit fe1137c

Browse files
committed
Firebird container: auth settings changed
1 parent c4f5fb8 commit fe1137c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Containers/firebird/do-firebird-3_0

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

33
RUN echo "WireCrypt = Disabled" >> /opt/firebird/firebird.cnf
4+
RUN echo "AuthServer = Srp256, Legacy_Auth" >> /opt/firebird/firebird.cnf
5+
RUN echo "AuthClient = Srp256, Srp, Legacy_Auth" >> /opt/firebird/firebird.cnf
46

57
COPY init-firebird-instance.sh /docker-entrypoint-initdb.d/
68

0 commit comments

Comments
 (0)