Displaying 1 result from an estimated 1 matches for "enum_ads_error_ldap".
2018 May 01
1
cannot compile 4-8-stable or 4-8-test
...LTS_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_ERROR_LDAP, rc, 0)
^~
../libgpo/pygpo.c:348:12: note: in expansion of macro ‘ADS_ERROR’
status = ADS_ERROR(LDAP_NO_RESULTS_RETURNED);
^~~~~~~~~
../libgpo/pygpo.c:352:7: warning: implicit declaration of function
‘ads_get_dn’; did y...