diff options
author | Gerald Carter <jerry@samba.org> | 2005-01-31 22:48:22 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:12 -0500 |
commit | a838eeccd9163371f6395cb1a801c4b294e0815c (patch) | |
tree | 6130fab2b63702025a416b3f1d4b0ff6ec6a790c | |
parent | cdd0b10ffa2932958c6b7a2dc73e205ade2c35a6 (diff) | |
download | samba-a838eeccd9163371f6395cb1a801c4b294e0815c.tar.gz samba-a838eeccd9163371f6395cb1a801c4b294e0815c.tar.bz2 samba-a838eeccd9163371f6395cb1a801c4b294e0815c.zip |
fix typos
(This used to be commit 740bfb28ff1871e7f6507caa7908140ccb12dd7c)
-rw-r--r-- | docs/manpages/winbindd.8.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/manpages/winbindd.8.xml b/docs/manpages/winbindd.8.xml index ad9578d839..445c75c3d9 100644 --- a/docs/manpages/winbindd.8.xml +++ b/docs/manpages/winbindd.8.xml @@ -405,17 +405,17 @@ auth required /lib/security/pam_pwdb.so use_first_pass shadow nullok </varlistentry> <varlistentry> - <term>$LOCKDIR/winbindd_privilaged/pipe</term> - <listitem><para>The UNIX pipe over which 'privilaged' clients + <term>$LOCKDIR/winbindd_privileged/pipe</term> + <listitem><para>The UNIX pipe over which 'privileged' clients communicate with the <command>winbindd</command> program. For security reasons, access to some winbindd functions - like those needed by the <command>ntlm_auth</command> utility - is restricted. By default, 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. Note that the winbind client will only attempt to connect to the winbindd daemon - if both the <filename>$LOCKDIR/winbindd_privilaged</filename> directory - and <filename>$LOCKDIR/winbindd_privilaged/pipe</filename> file are owned by + if both the <filename>$LOCKDIR/winbindd_privileged</filename> directory + and <filename>$LOCKDIR/winbindd_privileged/pipe</filename> file are owned by root. </para></listitem> </varlistentry> |