Displaying 2 results from an estimated 2 matches for "cli_cm_set_credentials".
2007 Apr 06
1
Authentication problems using libsmbclient API and DFS shares
...ame, password, and
workgroup are all changed to my Unix username and the workgroup that I've
defined in smb.conf.? I'm prompted for a password from the do_connect
function and authentication to the server/share fails.
One
difference between the two scenarios is that in the first case the
cli_cm_set_credentials function is being called in the second case it's
not.? I'm not sure, but should the authentication callback function
be used when resolving a DFS path?? I'm still looking into where the
defaults are set and if it's possible to get authentication info that's
not statically define...
2007 Sep 19
0
Authentication problems using libsmbclient to traverse DFS links
...2)...
Authentication function:
tree connect failed:
NT_STATUS_ACCESS_DENIED
Unable to follow dfs referral
[//Fileserv-2/FileShare2]
Could not resolve \Link2\*
Could not
open [smb://10.4.1.107/DFSRoot/Link2] (0:Success) *****
One
difference between the two scenarios is that in the first case the
cli_cm_set_credentials function is being called in the second case
it's not. I'm not sure, but should the authentication callback
function be used when resolving a DFS path? I'm still looking
into where the defaults are set and if it's possible to get
authentication info that's not statically define...