lamdaemon update

This commit is contained in:
Roland Gruber 2009-11-24 12:10:10 +00:00
parent 162a76a7e0
commit f972bed631
1 changed files with 13 additions and 6 deletions

View File

@ -861,7 +861,8 @@ Have fun!
</listitem>
<listitem>
<para>directory must be accessibly by Apache but needs not to be accessible by the browser</para>
<para>directory must be accessibly by Apache but needs not to be
accessible by the browser</para>
</listitem>
</itemizedlist>
@ -877,7 +878,8 @@ Have fun!
</listitem>
<listitem>
<para>directory must be accessibly by Apache but needs not to be accessible by the browser</para>
<para>directory must be accessibly by Apache but needs not to be
accessible by the browser</para>
</listitem>
</itemizedlist>
@ -893,7 +895,8 @@ Have fun!
</listitem>
<listitem>
<para>directory contents must be accessible by browser but directory itself needs not to be browseable</para>
<para>directory contents must be accessible by browser but directory
itself needs not to be browseable</para>
</listitem>
</itemizedlist>
</section>
@ -977,10 +980,14 @@ Have fun!
sudo. Edit /etc/sudoers on host where homedirs or quotas should be used
and add the following line:</para>
<para>$admin All= NOPASSWD: $path</para>
<para>$admin All= NOPASSWD: $path_to_lamdaemon</para>
<para>$admin is the admin user from LAM (must be a valid Unix account)
and $path is the path to lamdaemon.pl. Example:</para>
<para><emphasis condition="">$admin</emphasis> is the admin user from
LAM (must be a valid Unix account) and
<emphasis>$path_to_lamdaemon</emphasis> is the path to
lamdaemon.pl.</para>
<para><emphasis role="bold">Example:</emphasis></para>
<para>myAdmin ALL= NOPASSWD: /srv/www/htdocs/lam/lib/lamdaemon.pl</para>