From 041359b073df4fe698ec80f2e0699a2585b2337b Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 11 Nov 2009 17:24:59 -0800 Subject: [PATCH] Tweaked a couple sentences. --- group-auth.diff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/group-auth.diff b/group-auth.diff index f1bac4f..0764dfe 100644 --- a/group-auth.diff +++ b/group-auth.diff @@ -244,7 +244,7 @@ diff --git a/authenticate.c b/authenticate.c + if (group_match >= 0) + break; +#else -+ rprintf(FLOG, "your computer doesn't support getgrouplist(), so no @group authorization is possible.\n"); ++ rprintf(FLOG, "This computer doesn't support getgrouplist(), so no @group authorization is possible.\n"); +#endif + } } @@ -374,7 +374,7 @@ diff --git a/rsyncd.conf.yo b/rsyncd.conf.yo + +verb( auth users = joe:deny @guest:deny admin:rw @rsync:ro susan ) + -+In the above rule, user joe will be denied access no matter what. Any user ++In the auth above, user joe will be denied access no matter what. Any user +that is in the group "guest" is also denied access. The user "admin" gets +access in read/write mode, even if the admin user is in group rsync (because +the admin user-matching rule is before the rsync group-matching rule). -- 2.34.1