Abdul-Azeez
2004-Jan-15 20:39 UTC
[Samba] I am unable to access my shares: Incorrect password orInvalid user name
Hi Jason, Thanks for your assistance but the problem still pesists. I have modified my conf file thus: # from 128.1.100.67 (128.1.100.67) # Date: 2004/01/15 17:33:15 # Global parameters [global] workgroup = IMSD netbios name = SAMBA log level = 3 ldap ssl = no security = user encrypt passwords = yes smb passwd file = /usr/local/samba/private/smbpasswd [share1] comment = test share path = /var/log read only = No [globus] comment = globus image directory path = /var/globus-image read only = No I ran "testparm " command to test my conf file and I got the following error: Load smb config files from /usr/local/samba/lib/smb.conf Unknown parameter encountered: "ldap ssl" Ignoring unknown parameter "ldap ssl" Processing section "[share1]" Processing section "[globus]" Loaded services file OK. ERROR: pid directory /var/run/samba does not exist Press enter to see a dump of your service definitions PLEASE HELP abdul ----- Original Message ----- From: "Jason Balicki" <kodak@frontierhomemortgage.com> To: "'Abdul-Azeez'" <samba@citizensbankng.com> Sent: Thursday, January 15, 2004 6:19 PM Subject: RE: [Samba] I am unable to access my shares: Incorrect password orInvalid user name> > Your [global] section is missing a few lines. See below. > > >when I issue : "smbclient //host/share" from the Linux machine > >, it prompts me for password and afterwards it displays the > >following message: > > > >session setup failed: NT_STATUS_LOGON_FAILURE > > > >A copy of my smb client file is : > > > ># Samba config file created using SWAT > ># from 128.1.100.67 (128.1.100.67) > ># Date: 2004/01/15 17:33:15 > > > ># Global parameters > >[global] > > workgroup = IMSD > > netbios name = SAMBA > > log level = 3 > > ldap ssl = no > Add: > > security = user > encrypt password=yes > smb passwd file = /path/to/your/smbpasswd > > explanation: > > Your client machines are sending encrypted passwords, and you > need to interpet them, hence the "encrypt passwords" directive. > > Also, you need to tell samba where to find your smbpasswd file > or it won't know where to find authentication information. > > HTH, > > --J(K) > >