From 6ec1aca1ae7b12257e0a1db77aa10f452b12e93a Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Mon, 31 Jan 2005 22:48:22 +0000 Subject: [PATCH] fix typos --- docs/manpages/winbindd.8.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/manpages/winbindd.8.xml b/docs/manpages/winbindd.8.xml index ad9578d8398..445c75c3d9d 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. -- 2.11.4.GIT