search for: my_ads

Displaying 1 result from an estimated 1 matches for "my_ads".

Did you mean: mads
2011 Jan 13
1
Error compiling Samba 3.5.5 on HP-UX 11.11
...const char *dc_name, const char *user_name, const char *password, ADS_STRUCT **ads) { #define TLDAP_NO_MEMORY (0x5a) ADS_STATUS status; ADS_STRUCT *my_ads = NULL; my_ads = ads_init(dns_domain_name, netbios_domain_name, dc_name); if (!my_ads) { -----> Line 111 return ADS_ERROR_LDAP(LDAP_NO_MEMORY); } Digging through the include files, I have not found a def...