Hi,
There is my network.
                          _____
Subnet:192.168.2.0       /     \ Subnet: 192.168.1.0
Domain:DOM1     without PDC | Swap  |Domain: DOM2 with PDC
<----------------------  \_____/ --------------------->
        
I want to setup the machine(swap) for sharing file.
The file on swap can read/write by the member of the DOM2 and read only by the member 
of the DOM1.
The DOM1 includes win2k & win98.There is my smb.conf on Swap

[global]
winbind separator = +
idmap uid = 10000-20000
winbind gid = 10000-20000
winbind enum users = yes
winbind enum groups = yes
template homedir = /home/winnt/%D/%U
template shell = /bin/bash
workgroup = DOM2
netbios name = SWAP
security = DOMAIN
#passdb backend = guest
log file = /var/log/samba/%m.log
[data]
comment = Data
path = /home/samba/tmp
guest only = yes
read only = no
[test]
comment = Test
path = /home/samba/test
guest ok = no
read only = no
write list = '@DOM2+Domain Users'
#read list = '@DOM2+Domain Users'
read list = *

The R/W by DOM2 is fine,but when I browse the swap from win98 machine,it need the 
passwd for IPC$.
Any suggestion?

Sorry for my poor english.


                                jiangzhi
[EMAIL PROTECTED]
          2004-01-29


--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Reply via email to