Tweaked a couple sentences.
authorWayne Davison <wayned@samba.org>
Thu, 12 Nov 2009 01:24:59 +0000 (17:24 -0800)
committerWayne Davison <wayned@samba.org>
Thu, 12 Nov 2009 01:24:59 +0000 (17:24 -0800)
group-auth.diff

index f1bac4f..0764dfe 100644 (file)
@@ -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).