From f972bed631e755bb29dba7a6514c3bd285b4c2b1 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Tue, 24 Nov 2009 12:10:10 +0000 Subject: [PATCH] lamdaemon update --- lam/docs/manual-sources/howto.xml | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/lam/docs/manual-sources/howto.xml b/lam/docs/manual-sources/howto.xml index a1a27b7a..78dedf94 100644 --- a/lam/docs/manual-sources/howto.xml +++ b/lam/docs/manual-sources/howto.xml @@ -861,7 +861,8 @@ Have fun! - directory must be accessibly by Apache but needs not to be accessible by the browser + directory must be accessibly by Apache but needs not to be + accessible by the browser @@ -877,7 +878,8 @@ Have fun! - directory must be accessibly by Apache but needs not to be accessible by the browser + directory must be accessibly by Apache but needs not to be + accessible by the browser @@ -893,7 +895,8 @@ Have fun! - directory contents must be accessible by browser but directory itself needs not to be browseable + directory contents must be accessible by browser but directory + itself needs not to be browseable @@ -977,10 +980,14 @@ Have fun! sudo. Edit /etc/sudoers on host where homedirs or quotas should be used and add the following line: - $admin All= NOPASSWD: $path + $admin All= NOPASSWD: $path_to_lamdaemon - $admin is the admin user from LAM (must be a valid Unix account) - and $path is the path to lamdaemon.pl. Example: + $admin is the admin user from + LAM (must be a valid Unix account) and + $path_to_lamdaemon is the path to + lamdaemon.pl. + + Example: myAdmin ALL= NOPASSWD: /srv/www/htdocs/lam/lib/lamdaemon.pl