Re: Enhanced authentication and authorization in rsyncd

2009-10-21 Thread Paul Slootman
On Tue 20 Oct 2009, Wayne Davison wrote: . I changed your ro, rw, and deny settings to be specified via suffixes. For example: auth user = joe:deny admin:rw @rsync:ro susan Nice! Potential backward incompatibility: usernames used to be able to start with a @ and (surprisingly,

Re: Enhanced authentication and authorization in rsyncd

2009-10-20 Thread Wayne Davison
So, I've tweaked your patch, and you'll find the results in the git version of rsync and (currently) in a patch. Here are some details: 1. allow the uid and gid used to access a certain module to be determined by the authenticated user -     uid = __auth__ will use the auth_user's uid    

Re: Enhanced authentication and authorization in rsyncd

2009-10-17 Thread Wayne Davison
On Sun, Aug 30, 2009 at 12:06:21PM +0300, Amir Rapson wrote: A slightly better patch file (removed some warnings). Thanks! Sorry for the slow reply, but your patch looks very useful. I'm reviewing it for inclusion in 3.1.0. ..wayne.. -- Please use reply-all for most replies to avoid omitting

Re: Enhanced authentication and authorization in rsyncd

2009-08-30 Thread Amir Rapson
A slightly better patch file (removed some warnings). On Wed, Aug 26, 2009 at 5:52 PM, Amir Rapsonamir.rap...@gmail.com wrote: Hi, I added a few things to allow the rsync daemon more refined authorization and authentication than the current implementation. The attached patch file is against