Re: multiple secrets file

2013-10-02 Thread thomas veymont
2013/9/30 Paul Slootman > Well, the "secrets" parameter is listed under "MODULE PARAMETERS" in the > rsyncd.conf manpage(*), so that should be fine. > > (*) in the 3.0.9 version at least, only just noticed 3.1.0 being out > > Paul > yes that made it : looks like it's possible to redefine paramet

Re: multiple secrets file

2013-09-30 Thread Paul Slootman
On Mon 30 Sep 2013, thomas veymont wrote: > > 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 ? Well, the "secrets" parameter is listed under "MODULE PARAMETERS" in the r

multiple secrets file

2013-09-30 Thread thomas veymont
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

Re: rsync as daemon doesnt use secrets file but sshd

2007-11-12 Thread Wayne Davison
On Mon, Nov 12, 2007 at 05:17:01PM +0100, Marco Strullato wrote: > [EMAIL PROTECTED]:~$ rsync -vv [EMAIL PROTECTED]::section > opening connection using ssh -l marco server rsync --server --sender -vv . This is incongruous. The first line has 2-colons (for daemon mode), but the connect line is con

Re: rsync as daemon doesnt use secrets file but sshd

2007-11-12 Thread Alexandros Papadopoulos
On Monday 12 November 2007 18:17, Marco Strullato wrote: > [EMAIL PROTECTED]:~$ rsync -vv [EMAIL PROTECTED]::section > opening connection using ssh -l marco server rsync --server --sender -vv . Is appears to be a client issue - where does it pick up the -e ssh from? Check for aliases in your she

rsync as daemon doesnt use secrets file but sshd

2007-11-12 Thread Marco Strullato
Hi all! I have a problem configuring rsync as daemon: This is my rsync.conf: log file = /var/log/rsync.log list = yes uid = nobody gid = nobody secrets file = /etc/rsyncd.secrets [section] comment = Great stuff from remote.acme.com path = /home/repos auth users = marco hosts allow = * hosts deny

Re: creating secrets file

2006-08-23 Thread David Bear
On Wed, Aug 23, 2006 at 02:09:48PM -0400, Matt McCutchen wrote: > See the "secrets file" section in the man page rsyncd.conf(5). thanks for the help. the secrets file was easier than I thought. I assumed it would need a crypted password or an checksum. It was all plain te

Re: creating secrets file

2006-08-23 Thread Matt McCutchen
See the "secrets file" section in the man page rsyncd.conf(5). Matt -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: creating secrets file

2006-08-23 Thread Aaron Morris
On 8/22/06, David Bear <[EMAIL PROTECTED]> wrote: I am looking for documentation on creating the secrets file. man -k rsync on my system doesn't have any reference to how to create a secrets file. Also, rsync.samba.org didn't seem to have documentation either. Any pointers?

creating secrets file

2006-08-23 Thread David Bear
I am looking for documentation on creating the secrets file. man -k rsync on my system doesn't have any reference to how to create a secrets file. Also, rsync.samba.org didn't seem to have documentation either. Any pointers? -- -- David Bear College of Public Programs at Arizona State

Re: Rsync ignoring secrets file

2006-03-31 Thread Dennis Duggen
Hi Wayne There should be warnings in the log file about "auth user" being an unknown parameter every time someone connects to the rsync daemon (in addition to when it starts), so please do check the log file when diagnosing daemon problems. Thanks how could i not see it. I did look in the log fi

Re: Rsync ignoring secrets file

2006-03-31 Thread Wayne Davison
On Fri, Mar 31, 2006 at 02:42:19PM +0200, Dennis Duggen wrote: > auth user = dennis,test The option is "auth users", so adding an 's' should get you going. (You don't even need to restart the daemon if it's already running.) There should be warnings in the log file about "auth user" being

Rsync ignoring secrets file

2006-03-31 Thread Dennis Duggen
gid = root auth user = dennis,test secrets file = /etc/rsyncd.scrt rsyncd.scrt === dennis:pass test:tester commandline to sync === rsync -r -v --progress --stats -o -g -p -t rsync://professor/gentoo-portage . Why is rsync never prompting for a password? For

Re: rsync daemon and secrets file

2003-08-26 Thread jw schultz
On Tue, Aug 26, 2003 at 12:04:53PM -0400, Hardy Merrill wrote: > Martin Pool [EMAIL PROTECTED] wrote: > > On Mon, 25 Aug 2003 12:49:36 -0400 > > Hardy Merrill <[EMAIL PROTECTED]> wrote: > > > > > IMHO, it would enhance user understanding to provide a > > > concrete EXAMPLE of this. Also, it would

Re: rsync daemon and secrets file

2003-08-26 Thread Hardy Merrill
e client specifying these patterns with the --include option because it applies only on the server\&. This is useful as it allows you to build up quite complex exclude/include rules\&. Only one "include" option may be specified, but you can use "+" and "-&q

Re: rsync daemon and secrets file

2003-08-26 Thread Hardy Merrill
Martin Pool [EMAIL PROTECTED] wrote: > On Mon, 25 Aug 2003 12:49:36 -0400 > Hardy Merrill <[EMAIL PROTECTED]> wrote: > > > IMHO, it would enhance user understanding to provide a > > concrete EXAMPLE of this. Also, it would help in > > 'man rsyncd.conf' not only to see an example of an > > rsyncd.

Re: rsync daemon and secrets file

2003-08-26 Thread Martin Pool
On Mon, 25 Aug 2003 12:49:36 -0400 Hardy Merrill <[EMAIL PROTECTED]> wrote: > rsync -avv [EMAIL PROTECTED]::test-secret/one_secret > /tmp/rsync_test_secret Yes, that's better. > Although 'man rsync' does "technically" describe this > in the CONNECTING TO AN RSYNC SERVER OVER A REMOTE SHELL >

Re: rsync daemon and secrets file

2003-08-25 Thread Hardy Merrill
After seeing another question answered today on the same 'rsyncd.secrets' topic, I solved my problem - I had more than one: 1. in the /etc/rsyncd.conf file, I specified secrets file = /etc/rsync.secrets when the proper file was 'rsyncd.secrets' 2. the one and

rsync daemon and secrets file

2003-08-22 Thread Hardy Merrill
I'm trying to understand how to properly setup the /etc/rsyncd.conf file to run an rsync daemon with a secrets file specified in a module - the rsync.conf manpage does not spell it out clearly enough. Rsync server is rsync-2.5.6. If this is my /etc/rsyncd.conf

secrets file, reverse resolution problems

2002-08-12 Thread Alex Kramarov
Hi. (once more) After setting up rsync as daemon, i would like to point out 2 problems I have a single user name in my secrets file, and if i do not provide an empty line after that username, rsync won't authenticate the user for me. only if i put a blank line after the username. This

Re: secrets file

2002-07-24 Thread tim . conway
Actual usernames are irrelevant going to an rsyncd (case where secrets file would come into play), as the user is defined in the "auth users" line for the module. Since the "secrets file" line is also per-module, there's no reason you can't define each module w

secrets file

2002-07-24 Thread Mike Busse
I am planning on rsyncing between 3 different computers that all have the same username, but different passwords. Is there a way to specify which user from which host belongs to which password? Or do I have to use different users between the 3 boxes? Thanks for the help, Mike -- To unsubsc