>From linux, I can mount.cifs, but smbclient fails: Searching through the archives, I found: "IIRC you should use mount.cifs instead of smbclient on an ADS"... ok but can smbclient be made to work? But for my application, it would be *really nice* to be able to use smbclient, but if I have to, I can setup an intermediate server that can run mount.cifs (the main application server is locked into an old kernel version that doesn't support mount.cifs... ).
Any comments/suggestions are appreciated. Thanks, E. --------------- # mount.cifs //10.24.132.11/shares /mnt/cifs -o user=correctuser,pass=correctpassword # $ smbclient //10.24.132.11/shares -Ucorrectuser%correctpassword session setup failed: NT_STATUS_LOGON_FAILURE $ Here's the log on the server side: Subject: Security ID: NULL SID Account Name: - Account Domain: - Logon ID: 0x0 Logon Type: 3 Account For Which Logon Failed: Security ID: NULL SID Account Name: correctuser Account Domain: DOMAIN Failure Information: Failure Reason: Unknown user name or bad password. Status: 0xc000006d Sub Status: 0xc0000064 Process Information: Caller Process ID: 0x0 Caller Process Name: - Network Information: Workstation Name: SAMBA Source Network Address: 10.24.132.4 Source Port: 34097 Detailed Authentication Information: Logon Process: NtLmSsp Authentication Package: NTLM Transited Services: - Package Name (NTLM only): - Key Length: 0 -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
