[Samba] NT_STATUS_LOGON_FAILURE

Mike Cliff mcliff at mgmt.purdue.edu
Mon Sep 30 21:59:00 GMT 2002


I recently upgraded from RedHat 6.2 to 7.3.  I had samba running 
fine so I could mount space on our windows network.  Somehow this 
got broken in the upgrade.  My linux box is called k466a and my 
username there is mcliff.  On the windows network I am cliffm.

If I do

~$ smbclient -L MCBRAGG -U cliffm
added interface ip=128.210.132.45 bcast=128.210.132.255 
nmask=255.255.255.0
Password: 
Domain=[KRANNERT] OS=[Windows 5.0] Server=[Windows 2000 LAN Manager]

        Sharename      Type      Comment
        ---------      ----      -------
        PPOPUP$        Disk      SMS Site KRN DP 10/02/01
[more stuff cut]

        Server               Comment
        ---------            -------
        A221C                
        AESOP                
        B11                  
        BORIS                
        CAN1150C_760         
[more stuff cut]


        Workgroup            Master
        ---------            -------
        AE                   
        KRANNERT             MCBRAGG
        MSHOME               ATK-01
        MYGROUP              K466A
        PURDUE               KRAN 361
        SUMMIT01             TSTATTS_LAPTOP
        WORKGROUP            COMPUTER-NAME


I want to mount the directory wwwroot on the server boris.

~$ smbclient //boris/wwwroot -U cliffm 
added interface ip=128.210.132.45 bcast=128.210.132.255 
nmask=255.255.255.0
Password: 
session setup failed: NT_STATUS_LOGON_FAILURE


I've looked through the various help files, FAQs, and mailing lists, 
but can't seem to solve the problem.  The smb.conf file is below.

One other thing I noticed has changed since the upgrade is if I do
'smbclient -L k466a'
I used to get a Domain=[KRANNERT] but now I get Domain=[MYGROUP].

Thanks in advance,
Mike

------------------------- smb.conf -------------------------------
[global]
    workgroup = KRANNERT
    server string = Samba Server
    encrypt passwords = Yes
    map to guest = Bad Password
    log file = /var/log/samba/log.%m
    max log size = 0
    socket address = 128.210.132.45
    socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
    dns proxy = No
    guest account = guest
    hosts allow = 128.210.132. 127.
    security = user

[homes]
    comment = Home Directories
    writeable = Yes
    browseable = No

[printers]
    comment = All Printers
    path = /var/spool/samba
    guest ok = Yes
    printable = Yes
    browseable = No

[lp]
    comment = HP4050_465 via Samba
    path = /var/spool/samba
    writeable = Yes
    guest ok = Yes
    printable = Yes
    printer = lp
 #   oplocks = No
    share modes = Yes
------------------------------------------------------------------



-- 
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
|  Michael T. Cliff                        |
|  Assistant Professor of Finance          |
|  Krannert School of Management           |
|  1310 Krannert Building                  |
|  Purdue University                       |
|  West Lafayette, IN  47907               |
|  e-mail: mcliff at mgmt.purdue.edu          |
|  web: www.mgmt.purdue.edu/faculty/mcliff |
|  phone: (765) 496-7514                   |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~




More information about the samba mailing list