jacobalberty / firebird-docker

Firebird Dockerfile
130 stars 96 forks source link

Replace usage of security database path with alias #52

Closed mrotteveel closed 4 years ago

mrotteveel commented 4 years ago

This should fix #51. I was able to verify this solution through WSL Ubuntu, and it works.

The only edge case is situations where the databases.conf has been replaced with a file that does not contain an entry for security.db, but as the documentation says "Do not remove it until you understand well what are you doing!", I think that is a reasonable thing to expect to be present.

jacobalberty commented 4 years ago

I went ahead and merged it for 3.0 I'll be rebuilding 3.0.5 shortly.

It looks like I need to merge it into the 4.0 branch as well

mrotteveel commented 4 years ago

It looks like I need to merge it into the 4.0 branch as well

I haven't checked, but I would assume yes.