search for: secrets1

Displaying 1 result from an estimated 1 matches for "secrets1".

Did you mean: secrets
2013 Sep 30
1
multiple secrets file
hi all, using rsync 3.1, I need to use distinct secrets file according to what modules are being "authenticated". This seems to work : (...) secrets file = /etc/rsyncd/secrets1.inc &include = /etc/rsyncd/mymodules1/ secrets file = /etc/rsyncd/secrets2.inc &include = /etc/rsyncd/mymodules2/ (...) ie. any modules declared in mymodules1/ will use users/passwords in secret1.inc whereas mymodules2/ modules will use secret2.inc. is it the right way to implement this...