[samba] smbclient Question (on Tru64)

From: Wilkinson,Alex (Alex.Wilkinson@dsto.defence.gov.au)
Date: Mon May 27 2002 - 23:47:33 EDT


Howdy all,

In summary:
----------

This is the error:

shell>./smbclient -U <username> -L localhost
I enter my password and get this error:

"session setup failed: SUCCESS - 0"

In detail:
---------

* System is a Alpha 1000XP running Tru64 5.1A
* I have just installed samba-2.2.4 from source
* It compile and installed fine
* I created a smb.conf file
* I ran testparm and all looks good.
....
* this is where the problem occurs
* to test it I do a:

  shell>./smbclient -U% -L localhost

  That works fine.

  However, when I do a:

  shell>./smbclient -U <username> -L localhost
  I enter my password and get this error:

  "session setup failed: SUCCESS - 0"

The logs report:

shell> tail -f /usr/local/samba/var/log.nmbd
[2002/05/28 12:52:03, 0] nmbd/nmbd.c:(794)
 Netbios nameserver version 2.2.4 started.
 Copyright Andrew Tridgell and the Samba Team 1994-2002
[2002/05/28 12:52:07, 0] nmbd/nmbd_responserecordsdb.c:(234)
  find_response_record: response packet id 29209 received with no matching record.
[2002/05/28 12:52:07, 0] nmbd/nmbd_responserecordsdb.c:(234)
  find_response_record: response packet id 29210 received with no matching record.

NOTE: log.smbd doesn't report anything.

It seems to obviously be an authentication issue.

The authentication on this system is NISplus, therefore I ran:

shell>./configure --with-nisplus --with-automount

...no complaints from configure.

This is the very basic smb.conf file I created:

#======================= Global Settings =====================================
[global]
   workgroup = SIMPLE
   server string = Samba Server
   max log size = 1000
   security = USER

#============================ Share Definitions ==============================

[homes]
   comment = Home Directories
   browseable = yes
   writable = yes

Any ideas ?

 - Alex



This archive was generated by hypermail 2.1.7 : Sat Apr 12 2008 - 10:48:42 EDT