diff options
Diffstat (limited to 'repoman/etc')
-rw-r--r-- | repoman/etc/rsyncd.conf.tmpl (renamed from repoman/etc/rsyncd.conf) | 2 | ||||
-rw-r--r-- | repoman/etc/rsyncd.secrets | 1 | ||||
-rw-r--r-- | repoman/etc/rsyncd.secrets.tmpl | 1 |
3 files changed, 2 insertions, 2 deletions
diff --git a/repoman/etc/rsyncd.conf b/repoman/etc/rsyncd.conf.tmpl index cc6f7c14..2bb7b97a 100644 --- a/repoman/etc/rsyncd.conf +++ b/repoman/etc/rsyncd.conf.tmpl @@ -9,6 +9,6 @@ timeout = 300 list = yes uid = root gid = root - auth users = usuog + auth users = CLIENTUSER secrets file = /etc/rsyncd.secrets diff --git a/repoman/etc/rsyncd.secrets b/repoman/etc/rsyncd.secrets deleted file mode 100644 index 3724a2f6..00000000 --- a/repoman/etc/rsyncd.secrets +++ /dev/null @@ -1 +0,0 @@ -usuog:passusuog diff --git a/repoman/etc/rsyncd.secrets.tmpl b/repoman/etc/rsyncd.secrets.tmpl new file mode 100644 index 00000000..92a79be6 --- /dev/null +++ b/repoman/etc/rsyncd.secrets.tmpl @@ -0,0 +1 @@ +CLIENTUSER:CLIENTPASSWORD |