Displaying 1 result from an estimated 1 matches for "_browse_".
1998 Apr 20
1
Incomplete browselists with %G
When I build an smb.conf using a line like:
include = /usr/local/samba/lib/%G.conf
then it works beautifully for the shares that are listed in the
appropriate <primary group>.conf files, that is, I can connect to them
and all...
However, I can only _browse_ the shares listed in the main smb.conf
file, not the ones in the <primary group>.conf files that should
be included, even though those shares are accessable to me..
I can only explain this by the browser-daemon not evaluating the %G
variable (just like "testparm" ignores this). Is...