Been trying to setup something like the follow:
1 domain (Op-Print) with virtual server Op-Print 1 Workgroup (Workgroup) with virtual server Printing
Under the domain Op-Print Samba is setup as a domain master, share security. Under Workgroup, user level security, and just browsing.
When I setup the config (below), what I get is, both server names are under the Op-Print domain and nothing goes in the Workgroup.
smb.conf:
[global]
netbios name = OP-PRINT
netbios aliases = PRINTING
log file = /var/log/samba/log.%m
max log size = 500000
include = /etc/samba/smb.conf.%L----
Then I have smb.conf.PRINTING and smb.conf.OP-PRINT, here are excerpts (since they are big):
smb.conf.PRINTING: [global]
workgroup = Workgroup
netbios name = Printing
server string = Print Server
obey pam restrictions = no
;....etc
smb.conf.OP-PRINT:
[global] workgroup = Op-Print
netbios name = Op-Print
server string = Print Server Admin
obey pam restrictions = yes;...etc.
Any ideas??
-- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
