I have two groups and would like to set samba permissions based on groups. I have read in 2 samba books that variables are permitted in the include command. I can get the following to work:
include = /home/%U/smb.conf
but not
include = /home/%G/smb.conf or
include = /home/%g/smb.conf
I really don't want a config file in everyones home directory. Does anyone know how to make this work with group variables or something else?
Dan
include = /home/%U/smb.conf
but not
include = /home/%G/smb.conf or
include = /home/%g/smb.conf
I really don't want a config file in everyones home directory. Does anyone know how to make this work with group variables or something else?
Dan