After my half-term break i'm back with my old problem of trying to access the folders on my linux box via my NT server. I've been playing alot with samba and here's the config file it is currently using :- # smb.conf - Samba configuration file for website sharing over NT # created by T. Jones 7/2/2002 [global] workgroup = RMNETNT security = domain server string = Manor High Webserver dns proxy = no password server = * smb passwd file = /etc/samba/passwd netbios name = webserver encrypt passwords = yes log file = /etc/samba/smb.log username map = /etc/samba/usermap [internet] path = /websites/internet comment = Internet home read only = no writeable = yes guest ok = yes [intranet] path = /websites/intranet comment = Intranet home read only = no writeable = yes guest ok = yes Anyone got any ideas??
Change the security = domain password server = * to security = server password server = <ip address of your NT login domain server> domain master = no domain logons = no local master = no interfaces = <ip address of the interface on the linux machine>/<netmask> Change the items in <> to suit your setup. Regards Bill ----- Original Message ----- From: "tjones" <tjones@manorhigh.leics.sch.uk> To: "suse-list" <suse-linux-uk-schools@suse.com> Sent: Wednesday, February 20, 2002 3:10 PM Subject: [suse-linux-uk-schools] back to samba
After my half-term break i'm back with my old problem of trying to access the folders on my linux box via my NT server. I've been playing alot with samba and here's the config file it is currently using :-
# smb.conf - Samba configuration file for website sharing over NT # created by T. Jones 7/2/2002
[global] workgroup = RMNETNT security = domain server string = Manor High Webserver dns proxy = no password server = * smb passwd file = /etc/samba/passwd netbios name = webserver encrypt passwords = yes log file = /etc/samba/smb.log username map = /etc/samba/usermap
[internet] path = /websites/internet comment = Internet home read only = no writeable = yes guest ok = yes
[intranet] path = /websites/intranet comment = Intranet home read only = no writeable = yes guest ok = yes
Anyone got any ideas??
participants (2)
-
Bill Antonia
-
tjones