From a838eeccd9163371f6395cb1a801c4b294e0815c Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Mon, 31 Jan 2005 22:48:22 +0000 Subject: fix typos (This used to be commit 740bfb28ff1871e7f6507caa7908140ccb12dd7c) --- docs/manpages/winbindd.8.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/manpages') 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 - $LOCKDIR/winbindd_privilaged/pipe - The UNIX pipe over which 'privilaged' clients + $LOCKDIR/winbindd_privileged/pipe + The UNIX pipe over which 'privileged' clients communicate with the winbindd program. For security reasons, access to some winbindd functions - like those needed by the ntlm_auth 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 $LOCKDIR/winbindd_privilaged directory - and $LOCKDIR/winbindd_privilaged/pipe file are owned by + if both the $LOCKDIR/winbindd_privileged directory + and $LOCKDIR/winbindd_privileged/pipe file are owned by root. -- cgit