Samba up and running on my pc. pc runs FC12 with kde. A laptop has win vista. The pc can access the shares on the laptop but the laptop has authentication issues to access the pc. Note that windows doesnt enforce authentication forincoming network connections.
Using the system-config-samba util i tried to map a windows user to the unix user "feduser". The laptop (named LAPPY) has a user (lapuser) which has on windows no password.
What should I tell samba config what the windows username should be? lapuser or LAPPY\lapuser doesnt work because when accessing the pc via the laptop, the authentication fails. The only auth that is successful is when choosing the same winusername as the unix username.
Secondary, id like to setup the laptop so that the user doesnt have to provide a name and password, or at least not more then once in the lifetime of the laptop. Note that you cant provide an empty password to system-config-samba. How is that possible?
Strange but not really on issue imho:
the samba - KDE control module(kcmshall4) (and the smb.conf) shows 2 shares: the homedirs and the data dir
the samba server configurator (system-config-samba) shows only the datadir.
smb.conf
Code:
workgroup = workgroup
server string = Samba Server Version %v
log file = /var/log/samba/log.%m
max log size = 50
security = user
cups options = raw
restrict anonymous = no
domain master = no
netbios name = BURROSKY
logon home = \\%25N\%25U
logon path = \\%25N\%25U\profile
[homes]
comment = Home Directories
browseable = no
read only = no
[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
printable = yes
[data]
path = /media/data
read only = no
guest ok = yes