LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Samba & ldap NT_STATUS_ACCESS_DENIED (https://www.linuxquestions.org/questions/linux-software-2/samba-and-ldap-nt_status_access_denied-684525/)

hashim.km 11-19-2008 03:21 AM

Samba & ldap NT_STATUS_ACCESS_DENIED
 
hi
I have cofigured a samba and ldap server. I have mounted shared directory in /data/. That i can see when i use command ls -l.
the thing is when i try to connect by using smbclient for example


#~smbclient \\\\server\\xyz -U xyz
then its prompting for passwd when i supplied its showning the error as

Domain=[CAHCET] OS=[Unix] Server=[Samba 3.0.24]
tree connect failed: NT_STATUS_ACCESS_DENIED

TB0ne 11-19-2008 08:11 AM

Quote:

Originally Posted by hashim.km (Post 3347227)
hi
I have cofigured a samba and ldap server. I have mounted shared directory in /data/. That i can see when i use command ls -l.
the thing is when i try to connect by using smbclient for example


#~smbclient \\\\server\\xyz -U xyz
then its prompting for passwd when i supplied its showning the error as

Domain=[CAHCET] OS=[Unix] Server=[Samba 3.0.24]
tree connect failed: NT_STATUS_ACCESS_DENIED

Ok....either the domain name is different, or the user ID/password is wrong. Have you tried the SMBMOUNT command, which is used to mount disks/shares?

Also, if you're going linux-to-linux, why use Samba at all? NFS works better, in that scenario.


All times are GMT -5. The time now is 07:12 AM.