Page 1 of 1

More security

Posted: Thu Dec 09, 2004 6:02 pm
by oskin
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. :)

Posted: Fri Dec 10, 2004 3:12 pm
by zoneminder
Thanks Oskin. I have started work on the same thing. I'll try your patch and merge it in if it doesn't conflict.

Cheers,

Phil

Posted: Mon Dec 20, 2004 11:35 am
by oskin
The new version of a patch: zoneminder.conf it is replaced on zm.conf and some errors are corrected. The patch is accessible on same URL.