From: Wayne Davison Date: Sun, 30 Oct 2005 22:29:59 +0000 (+0000) Subject: Fixed a typo pointed out by Peter Strazovec. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/9aacb4df0e29b11e298d7353467d821e4a17cc12 Fixed a typo pointed out by Peter Strazovec. --- diff --git a/rsyncd.conf.yo b/rsyncd.conf.yo index 7ef31cb5..4186ad4d 100644 --- a/rsyncd.conf.yo +++ b/rsyncd.conf.yo @@ -269,7 +269,7 @@ system. The usernames may also contain shell wildcard characters. If "auth users" is set then the client will be challenged to supply a username and password to connect to the module. A challenge response authentication protocol is used for this exchange. The plain text -usernames are passwords are stored in the file specified by the +usernames and passwords are stored in the file specified by the "secrets file" option. The default is for all users to be able to connect without a password (this is called "anonymous rsync").