can't write to home

Kin Cho kin at symmetrycomm.com
Mon Jul 26 23:47:50 GMT 1999


Hi,

I installed samba-2.0.5a on Solaris 6.
I came up with the following smb.conf file and Samba works, except
that from NT I don't have write access to my home directory on Solaris.

Any ideas?

I have the same user and password on both NT and Solaris.

I'm using NT SP4.

TIA,

-kin

[global]
	workgroup = SYMMETRY_DOMAIN
	guest ok = Yes
	security = share
	read only = No
	hosts allow = localhost, 172.22.1.
	hosts deny = All
	log file = /var/log/samba-log.%m
	lock directory = /usr/local/samba/var/lock
	share modes = yes

[solaris]
	comment = Solaris system
	path = /

[homes]
	comment = Home Directories
	browseable = no
	writable = yes
	create mode = 0750

[tmp]
	comment = Temporary file space
	path = /tmp
	read only = no
	public = yes 




More information about the samba mailing list