Displaying 2 results from an estimated 2 matches for "wbc_error_is_ok".
Did you mean:
w_error_is_ok
2017 May 29
1
samba-4.5.x Doesn't work against Anonymous login to windows
Hi List,
I have samba-4.1.x and samba-4.5.x.
Windows 7 has an user with no password (anonymous login allowed).
I am trying to connect to windows 7 from smbc calls.
call smbc_opendir() with username and empty password.
When smbc_opendir() is called from samba-4.5.x "SPNEGO(ntlmssp) login
failed: NT_STATUS_WRONG_CREDENTIAL_HANDLE" is returned.
But the same call from samba-4.1.x is no
2012 Nov 11
0
ANNOUNCE: cifs-utils release 5.8 is ready for download
...lt;jlayton at samba.org>
Date: Wed Nov 7 10:19:18 2012 -0500
getcifsacl: fix endianness before handing off SID to winbind
winbind expects SIDs to be expressed in host-endian. Convert them
from little-endian before asking winbind to convert them to names.
Also use the WBC_ERROR_IS_OK() macro to check the return code.
Signed-off-by: Jeff Layton <jlayton at samba.org>
commit 067a0c8c63c8e5e4e7e70a95009d25a9d089b5dd
Author: Jeff Layton <jlayton at samba.org>
Date: Wed Nov 7 10:19:18 2012 -0500
getcifsacl: don't use wbcDomainSid internally...