Hi all,
after much hair pulling, and ploughing though the samba help file, I
found on the later version of samba entering the a dummy password as
XXXXin the samba smbpasswd dos'nt work.
But using smbpasswd -a <user> <password> into a empty file does.

Still in the position that thw winblows machine can only see this linux
mavchine if the ip address is searched for , and then the workgroup is
unknown, and login is blocked.


according to SWAT smb and nmb are running, and the PID appears if I type
ps -ax.

smbclient on this box is now giving 

[EMAIL PROTECTED] samba]# smbclient //firewall/public -U richard
added interface ip=44.131.90.129 bcast=44.131.91.255 nmask=255.255.254.0
Password:
session setup failed: NT_STATUS_LOGON_FAILURE

 or 


-- [EMAIL PROTECTED] samba]# smbclient -U richard -L localhost
added interface ip=44.131.90.129 bcast=44.131.91.255 nmask=255.255.254.0
Password:
session setup failed: NT_STATUS_LOGON_FAILURE


I still cant find out why the bcast address is in the wrong subnet, it
should be 44.131.90.255 NOT 44.131.91.255


Ive attached the current smb.conf file



TIA

Richard

richard bown <[EMAIL PROTECTED]>
# Samba config file created using SWAT
# from localhost (127.0.0.1)
# Date: 2003/04/02 21:50:20

# Global parameters
[global]
        workgroup = MDKGROUP
        netbios name = FIREWALL
        netbios aliases = firewall
        server string = Samba Server %v
        interfaces = eth0
        security = SHARE
        root directory = /home/richard
        log file = /var/log/samba/log.%m
        max log size = 50
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
        printcap name = cups
        os level = 99
        preferred master = Yes
        domain master = Yes
        dns proxy = No
        printer admin = @adm
        hosts allow = 44.131.90.   127.0.0.1
        printing = cups

[homes]
        comment = Home Directories
        read only = No
        browseable = No

[printers]
        comment = All Printers
        path = /var/spool/samba
        create mask = 0700
        guest ok = Yes
        printable = Yes
        print command = lpr-cups -P %p -o raw %s -r   # using client side printer 
drivers.
        browseable = No

[print$]
        path = /var/lib/samba/printers
        write list = @adm root
        guest ok = Yes

[pdf-generator]
        comment = PDF Generator (only valid users)
        path = /var/tmp
        printable = Yes
        print command = /usr/share/samba/scripts/print-pdf %s ~%u //%L/%u %m %I "%J" &

[/home/public]
        path = /tmp

[/home/richard]
        path = /tmp
Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to