1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-10 15:33:19 +03:00

fix typos

This commit is contained in:
Gerald Carter
2005-01-31 22:48:22 +00:00
committed by Gerald W. Carter
parent 90f297cbb6
commit 740bfb28ff

View File

@@ -405,17 +405,17 @@ auth required /lib/security/pam_pwdb.so use_first_pass shadow nullok
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>$LOCKDIR/winbindd_privilaged/pipe</term> <term>$LOCKDIR/winbindd_privileged/pipe</term>
<listitem><para>The UNIX pipe over which 'privilaged' clients <listitem><para>The UNIX pipe over which 'privileged' clients
communicate with the <command>winbindd</command> program. For security communicate with the <command>winbindd</command> program. For security
reasons, access to some winbindd functions - like those needed by reasons, access to some winbindd functions - like those needed by
the <command>ntlm_auth</command> utility - is restricted. By default, the <command>ntlm_auth</command> utility - is restricted. By default,
only users in the 'root' group will get this access, however the administrator only users in the 'root' group will get this access, however the administrator
may change the group permissions on $LOCKDIR/winbindd_privilaged to allow may change the group permissions on $LOCKDIR/winbindd_privileged to allow
programs like 'squid' to use ntlm_auth. programs like 'squid' to use ntlm_auth.
Note that the winbind client will only attempt to connect to the winbindd daemon Note that the winbind client will only attempt to connect to the winbindd daemon
if both the <filename>$LOCKDIR/winbindd_privilaged</filename> directory if both the <filename>$LOCKDIR/winbindd_privileged</filename> directory
and <filename>$LOCKDIR/winbindd_privilaged/pipe</filename> file are owned by and <filename>$LOCKDIR/winbindd_privileged/pipe</filename> file are owned by
root. </para></listitem> root. </para></listitem>
</varlistentry> </varlistentry>