NT_STATUS_LOGON_FAILURE fedora 10 with latest samba
Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
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.
you need to add root as well, and use the same password as the unix password. # smbpasswd -a root
Quote:
smbclient //kiska/Admin
means you are connecting to a share called Admin, But in your case you dont have that share. If you want to connect as a specific user, you use -U option
If you want to connect to the server, instead, just do:
Quote:
# smbclient //kiska/businesses -U Admin (to connect to share 'businesses'as admin)
# smbclient //kiska/businesses -U root (to connect to share 'businesses' as root)
Last edited by chitambira; 06-04-2009 at 04:24 AM..
ok That worked beautifully
now that I have that out of the way, I want to figure out how to see the share "businesses" on my windows xp and vista machines. right now they are not visible in "my network places"
is this server a domain controller for your domain? If so, are the windows computers joined to the domain?
Can you reach this server form windows (# ping kiska)? is it in the dns? if not, can you ping it with its ip address from windows (ping 192.168.x.x)? if so then try; net use M: \\192.169.x.x\businesses
Last edited by chitambira; 06-04-2009 at 04:58 AM..
its denied because you are trying to connect as a windows user (who is not added as a samba user)
i think you need to study more about samba, otherwise your aproach will not make you understand the bigger picture.
You didnt answer all my questions though
Quote:
net use M: \\192.169.x.x\businesses /user:NUS\Admin
in windows command prompt ???
Last edited by chitambira; 06-04-2009 at 05:24 AM..
I realized I needed to put "users = Admin" under the [businesses] section. now your mount drive command worked. is there any way to make the computer visible on my network places though. The people I work for like to have it simple and I don't want to have to mount the drive on every single computer
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.