[Samba] setting up W7 profiles

fraterneo certad at gmail.com
Thu Jun 25 15:48:43 MDT 2015


Hi.
You can get the GID using wbinfo command, like this:
# wbinfo --group-info=Domain\ Users

And the answer could be:
YOUR-DOMAIN\Domain Users:*:100:

100 is the Group ID of Domain Users.

Finally you can run chgrp command:
# chgrp 100 /srv/samba/profiles/
# ls -ldh /srv/samba/profiles/
drwxrwx--T. 2 root users 4.0K Jun  9 10:31 /srv/samba/profiles/

I hope this helps...

fraterneo.blogspot.com




More information about the samba mailing list