Hello,
My PC is connected to UNIX Solaris with samba 3.2. The problem is that it works only if I enter username and password. I have to enter them both after each reboot of the PC.
I know this login can be done automatically, but I can't find how. Please help.
My PC is Windows XP SP2 . No domain but WorkGroup.
My UNIX is Solaris 10 running over VMware.
Thanks!
Here's my smb.conf:
[global]
# replace "toltec" with your system's hostname
netbios name = solaris
# replace "METRAN" with the name of your workgroup
workgroup = WORKGROUP
security = user
encrypt passwords = yes
# Run a WINS server
wins support = yes
# The following three lines ensure that the Samba
# server will maintain the role of master browser.
# Make sure no other Samba server has its OS level
# set higher than it is here.
local master = yes
preferred master = yes
os level = 65
# Make home directories on the server available to users.
[homes]
comment = %u's Home Directory
browsable = no
read only = no
map archive = yes
[shared]
comment = lalala
path = /export/home/shared
hosts allow = laptop
valid users = tg
create mask = 0775
directory mask = 0775
guest ok = yes
map archive = no
oplocks = no
writeable = yes
browseable = yes
read only = no
My PC is connected to UNIX Solaris with samba 3.2. The problem is that it works only if I enter username and password. I have to enter them both after each reboot of the PC.
I know this login can be done automatically, but I can't find how. Please help.
My PC is Windows XP SP2 . No domain but WorkGroup.
My UNIX is Solaris 10 running over VMware.
Thanks!
Here's my smb.conf:
[global]
# replace "toltec" with your system's hostname
netbios name = solaris
# replace "METRAN" with the name of your workgroup
workgroup = WORKGROUP
security = user
encrypt passwords = yes
# Run a WINS server
wins support = yes
# The following three lines ensure that the Samba
# server will maintain the role of master browser.
# Make sure no other Samba server has its OS level
# set higher than it is here.
local master = yes
preferred master = yes
os level = 65
# Make home directories on the server available to users.
[homes]
comment = %u's Home Directory
browsable = no
read only = no
map archive = yes
[shared]
comment = lalala
path = /export/home/shared
hosts allow = laptop
valid users = tg
create mask = 0775
directory mask = 0775
guest ok = yes
map archive = no
oplocks = no
writeable = yes
browseable = yes
read only = no