More security

If you've made a patch to quick fix a bug or to add a new feature not yet in the main tree then post it here so others can try it out.
Post Reply
oskin
Posts: 84
Joined: Tue May 25, 2004 7:03 pm
Location: Moscow, Russia

More security

Post 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. :)
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post 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
oskin
Posts: 84
Joined: Tue May 25, 2004 7:03 pm
Location: Moscow, Russia

Post 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.
Post Reply