search for: ldap_no_results_return

Displaying 4 results from an estimated 4 matches for "ldap_no_results_return".

2018 May 01
1
cannot compile 4-8-stable or 4-8-test
...DAP_OPT_SUCCESS ../libgpo/pygpo.c:341:8: note: each undeclared identifier is reported only once for each function it appears in In file included from ../source3/include/ads.h:9:0, from ../libgpo/gpo.h:23, from ../libgpo/pygpo.c:23: ../libgpo/pygpo.c:348:22: error: ‘LDAP_NO_RESULTS_RETURNED’ undeclared (first use in this function); did you mean ‘WERR_DS_NO_RESULTS_RETURNED’? status = ADS_ERROR(LDAP_NO_RESULTS_RETURNED); ^ ../source3/libads/ads_status.h:43:65: note: in definition of macro ‘ADS_ERROR_LDAP’ #define ADS_ERROR_LDAP(rc) ads_build_error(ENUM_ADS_E...
2007 Jul 28
1
Error while contacting ADS from Samba server
Hi List, We have a problem in connecting ADS server from SAMBA. Whenever we try to contact the ADS server from the Samba its giving error as LDAP_NO_RESULTS_RETURNED. We have varified the code also, in the code also its giving three possibilities to raise that error message, I am pasting the portion of code here, File name: libads/ldap.c Function name: ads_server_info Code snippet within this function: value = ads_pull_string(ads, ctx, res, &quot...
2020 Apr 24
0
Wine release 5.7
...ount. wldap32: Implement ldap_get_next_page_s. adsldp: Add support for paged search. adsldp: Fix memory leaks (Valgrind). adsldp/tests: Fix memory leaks (Valgrind). wldap32/tests: Add a test for LDAP paged search. wldap32: Set count and result to 0 when returning LDAP_NO_RESULTS_RETURNED. windowscodecs: Add support for 16bppGray and 32bppGrayFloat formats to TIFF decoder. windowscodecs: Add support for 128bppRGBAFloat format to TIFF decoder. windowscodecs: Add support for 32bppCMYK and 64bppCMYK formats to TIFF decoder. windowscodecs: Add support for 3bps...
2006 Jul 13
2
Kerberos Keytab Code Update in 3.0.23
First thing - I'd like to say a big "THANK YOU" to the developers. I just upgraded to samba-3.0.23 and I've noticed an alarming issue with respect to my configuration. I've been using the built-in keytab management and it looks like the updated code no longer creates the userPrincipal in Active Directory. Whether this is an issue for others or not, it would be nice to have