Displaying 1 result from an estimated 1 matches for "newservershare".
2014 Jul 16
1
how to reset home directory ACLs?
...DC +
1 Fileserver + other members)
I've imported all users trough a script with samba-tool, sucessfully
mapped UID and GID on all machines using winbind, then I started
rsyncing the old server shares to the new fileserver.
rsync -rltmvh --delete-after --exclude=.recycle /OLDSERVERSHARE
/NEWSERVERSHARE
now, maybe in the old fileserver there where some screwed permissions
(as I inherited it from previous IT who left).
so I
chmod -R -c 770 /NEWSERVERSHARE
chown -R -c administrator:"domain users" /NEWSERVERSHARE
and with this I'm able to manage it trough RSAT and set correct
permis...