Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I've configured samba to use LDAP authentication to an Active Directory Domain Controller. The eventual goal is to be able to authenticate users through the domain controller and have them be able to access the Samba shares, but only once they've authenticated.
Whenever I try to access the samba share, however, I get a box that pops up asking for a username and password. The error I get in the samba log is:
Quote:
[2006/01/30 14:21:03, 2] smbd/reply.c:reply_special(235)
netbios connect: name1=CRASH name2=CJOHNSON
[2006/01/30 14:21:03, 2] smbd/reply.c:reply_special(242)
netbios connect: local=crash remote=cjohnson, name type = 0
[2006/01/30 14:21:03, 2] smbd/sesssetup.c:setup_new_vc_session(608)
setup_new_vc_session: New VC == 0, if NT4.x compatible we would close all old resources.
[2006/01/30 14:21:03, 1] smbd/sesssetup.c:reply_spnego_kerberos(250)
Username AMCOLOR\chad is invalid on this system
[2006/01/30 14:21:03, 2] smbd/sesssetup.c:setup_new_vc_session(608)
setup_new_vc_session: New VC == 0, if NT4.x compatible we would close all old resources.
[2006/01/30 14:21:03, 1] smbd/sesssetup.c:reply_spnego_kerberos(250)
Username AMCOLOR\chad is invalid on this system
[2006/01/30 14:21:03, 2] smbd/server.c:exit_server(571)
Closing connections
[2006/01/30 14:21:03, 2] smbd/sesssetup.c:setup_new_vc_session(608)
setup_new_vc_session: New VC == 0, if NT4.x compatible we would close all old resources.
[2006/01/30 14:21:04, 1] smbd/sesssetup.c:reply_spnego_kerberos(250)
Username AMCOLOR\chad is invalid on this system
[2006/01/30 14:21:04, 2] smbd/server.c:exit_server(571)
Closing connections
[2006/01/30 14:21:04, 2] smbd/sesssetup.c:setup_new_vc_session(608)
setup_new_vc_session: New VC == 0, if NT4.x compatible we would close all old resources.
[2006/01/30 14:21:04, 1] smbd/sesssetup.c:reply_spnego_kerberos(250)
Username AMCOLOR\chad is invalid on this system
[2006/01/30 14:21:04, 2] smbd/sesssetup.c:setup_new_vc_session(608)
setup_new_vc_session: New VC == 0, if NT4.x compatible we would close all old resources.
[2006/01/30 14:21:04, 1] smbd/sesssetup.c:reply_spnego_kerberos(250)
Username AMCOLOR\chad is invalid on this system
[2006/01/30 14:21:04, 2] smbd/server.c:exit_server(571)
Closing connections
Yet the username exists both on the DC and using a wbinfo -u
Did I miss a flag somewhere? I'm not able to access the share even if I put in my user name and password.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.