setting up a samba PDC -error with testparm
- by Rungano
Hi guys
I have installed a samba PDC but when I test the samba configurations file I am getting errors like these, "Invalid combination of parameters for service homes. Map system can only work if create mask includes octal 010 (S_IXGRP)."
My Configuration file is as follows
[homes]
comment = Home Directories
path = /home_srv1/%u
valid users = %S
read only = No
create mask = 0660
directory mask = 0770
browseable = No
I tried to google but with no luck, Serverfault is always my best hope.
Thanks for helping out.