More security
Posted: Thu Dec 09, 2004 6:02 pm
Many programs in package ZoneMinder contain passwords to DBMS in plaintext. I have made a patch which allows to place them in a separate file zoneminder.conf. In the same file are ZM_DB_SERVER and ZM_DB_NAME is will allow to change these parameters without recompilation ZoneMinder.
The patch can be downloaded here: http://oskin.ru/zm/zm-1.19.5-config.patch.gz
How to use:
# cd zm-1.19.5
# zcat zm-1.19.5-config.patch.gz | patch -p1
# aclocal
# automake
# ./configure ......
...and so on...
P.S. It is one of stages of creation of a RPM package.
The patch can be downloaded here: http://oskin.ru/zm/zm-1.19.5-config.patch.gz
How to use:
# cd zm-1.19.5
# zcat zm-1.19.5-config.patch.gz | patch -p1
# aclocal
# automake
# ./configure ......
...and so on...
P.S. It is one of stages of creation of a RPM package.