Displaying 1 result from an estimated 1 matches for "__auth__".
2009 Aug 26
3
Enhanced authentication and authorization in rsyncd
...ded a few things to allow the rsync daemon?more refined
authorization and authentication than the current implementation.
The attached patch file is against the 3.0.6 version.
Additions:
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
??? gid = __auth__ will use the auth user's main group's gid
2. seteuid and not just setuid
3. added "rw users" to allow read/write access to a module, "ro users"
to allow read only access to a module and "deny users".
??? &qu...