-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement domain login #106
Comments
Can you send network traces Of both a login when it works with samba or the windows client We don't have access to a windows domain :) Thanks in advance |
Hi, could you please give a clue what will be the format to log into domain user Ex: DOMAIN\User Thanks, |
I haven't been working on this for quite a while but iirc, adding domain support makes things quite more complicated, so it's not supported at all, it's not just a bug. I'll have a look at the traces to see how it can be done, but I'm afraid the whole domain setup will be a PITA to test |
Hello guys, I'm using TOSMBClient for my SMB Share. Take a look to this issue, I am able to connect to a domain based system and upload files |
Hi,
I'm trying to access the share with domain based users/system (not an WORKSTATION group), here i can able to see the list of systesms and when i try to login, it throws LOGIN AUTHENTICATION FAILED.
thanks for the help.
MORE INFO ::
Here able to Connect with
smb_session_connect(session, hostName, addr.s_addr, SMB_TRANSPORT_TCP) is success and setting credentials as
smb_session_set_creds(session, smb_session_server_name(session), userName, password);
, but after this when i try to login smb_session_login(session); results as -1.
~Narendra.
The text was updated successfully, but these errors were encountered: