Displaying 2 results from an estimated 2 matches for "feprod".
Did you mean:
  reprod
  
2001 Sep 06
1
rsync groups in modules
...ync.
max connections = 25
timeout = 600
secrets file = /etc/rsyncd.secrets
lock file = /var/tmp/rsyncd.lock
list = yes
[release]
        comment = Release node for prod
        path = /unique/apps/par
        read only = no
        hosts allow = qa1 qa2
        auth users = bholstei
        uid = feprod
        gid = pardev
I'm trying
rsync --rsync-path=/usr/local/bin/rsync -a /tmp/foo prod1::release/foo2
I'm transferring the file as uid=bholstei gid=op_sysad and
what I get is a file that looks like
-rw-r--r--   1 feprod   op_sysad       15 Sep  4 16:20 foo2
-Brian
2003 Dec 01
0
No subject
...n: 2.4.2-2smp     on a Dell 2500
Samba version: samba-2.0.7-36
Synopsis of problem:
Cannot get Samba to recognise a user as belonging to a secondary group.
Details:
User 'fessis' is in primary group 'sis' (GID=12000), and in secondary group
'branch' (GID=10000).
Directory /feprod has group 'sis' for most of the directories and files
there.
Directory /branch/data/aoe is group 'branch' with 770 permissions.
Because this /branch/data/aoe directory contains sensitive data to be accessed
only by groups 'sis' and 'branch', I cannot open permission...