Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mounting W2K Shares failed: Access denied 1

Status
Not open for further replies.

dasa123

IS-IT--Management
Sep 26, 2002
32
DE
Dear all,

pls. let me ask first this question for a better understanding:
In the case I'm only interested in mounting via /etc/fstab some Windows
Shares ie. my Linux system is a Samba Client is there any need for

- smb.conf
- smbd
- nmbd ?

Main problem I have under Suse 9.1 + libsmbclient-3.04-1.12 + this /etc/fstab entry

//W2K-Server/FORALL /mnt/for_all smbfs auto,username=DE\tester,password=test,debug=10


is this system message:

session setup failed: ERRDOS - ERRnoaccess (Access denied.) SMB connection failed

By the way a normal login with tester/test into our W2K-Server (Domain: DE) works great!
In the same way

#smbclient -L W2K-Server

is showing these lines:

Password:
Domain=[DE] OS=[Windows Server 2003 3790] Server=[Windows Server 2003 5.2]
Domain=[DE] OS=[Windows Server 2003 3790] Server=[Windows Server 2003 5.2]
Anonymous login successful

Sharename Type Comment
--------- ---- -------
Error returning browse list: NT_STATUS_ACCESS_DENIED
session request to 149.yyy.xxx.zz failed (Called name not present)
session request to 149 failed (Called name not present)

What's wrong here with our configuration?
Thanks in advance for any hints

Rainer
 
Have you tried this ?
smbclient -L W2K-Server -N -U tester%tst -W DE

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
@PHV
=====

Many thanks for your suggestion.
This is the result of the command above:

session setup failed: NT_STATUS_ACCOUNT_LOCKED_OUT

Any idea why?

Rainer
 
Sems you have to ask your admin to unlock the DE\tester account.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top