From: Stefan Agner Date: Sat, 1 Mar 2014 00:40:42 +0000 (+0100) Subject: Extended README with htaccess command and Ubuntu Bind pitfall X-Git-Tag: v1.0.1~2^2 X-Git-Url: http://git.neszt.hu/?a=commitdiff_plain;h=c134a72356fd48094162a5582e109d85f65b3d5b;p=Dyndns%2F.git Extended README with htaccess command and Ubuntu Bind pitfall --- diff --git a/README.md b/README.md index f500cf0..3645c80 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ In this case, the zone is also called "dyndns.example.com". The (initial) db.dyn ) NS -Remember to change access rights so BIND is able to write to this file. +Remember to change access rights so BIND is able to write to this file. On Ubuntu the zone need to be in /var/lib/bind due to AppArmor. ### PHP script configuration @@ -61,7 +61,10 @@ implemented as text file "dyndns.user" with each line containing : -Where the password is crypt'ed like in Apache's htpasswd files. +Where the password is crypt'ed like in Apache's htpasswd files. Use -d parameter to select the CRYPT encryption. + + htpasswd -c -d conf/dyndns.user user1 + Hosts are assigned to users in using the file "dyndns.hosts": :(,,,...)