Thanks to good postings here and google, I am now able to access Kubuntu -> Windows. Using the same workgroup it's no problem.
I can also go to the W2000 PC, and see the Kubuntu PC. But when I try opening, I get a logon window, where I cannot choose user. It is "greyed out".
I have tried setting the password using the
command, but I can't use it from the PC.
As I'm on a semi open wireless network (one other workgroup using it, autheticized MAC addresses only, I need the PC's protected, or the workgroup prtected.
If I am getting near too "understanding" the smb.conf file, the logon things should be here:
I can also go to the W2000 PC, and see the Kubuntu PC. But when I try opening, I get a logon window, where I cannot choose user. It is "greyed out".
I have tried setting the password using the
Code:
smbpasswd
As I'm on a semi open wireless network (one other workgroup using it, autheticized MAC addresses only, I need the PC's protected, or the workgroup prtected.
If I am getting near too "understanding" the smb.conf file, the logon things should be here:
Code:
####### Authentication ####### # "security = user" is always a good idea. This will require a Unix account # in this server for every user accessing the server. See # /usr/share/doc/samba-doc/htmldocs/Samba3-HOWTO/ServerType.html # in the samba-doc package for details. security = share # You may wish to use password encryption. See the section on # 'encrypt passwords' in the smb.conf(5) manpage before enabling. encrypt passwords = true # If you are using encrypted passwords, Samba will need to know what # password database type you are using. passdb backend = tdbsam obey pam restrictions = yes # guest account = nobody # invalid users = root passwd program = /usr/bin/passwd %u passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spas sword:* %n\n *passwd:*password\supdated\ssuccessfully* . syslog = 0 log file = /var/log/samba/log.%m max log size = 1000 dns proxy = No panic action = /usr/share/samba/panic-action %d invalid users = root
Comment