search for: ldap_opt_success

Displaying 3 results from an estimated 3 matches for "ldap_opt_success".

2002 May 20
1
Compilation problem with samba2.2.4
...s, and when I run ./configure --with-ldapsam everything going ok, but when I run make It gives couple error messages, thats are below: Compiling passdb/pdb_ldap.c "passdb/pdb_ldap.c", line 76: undefined symbol: LDAP_OPT_X_TLS_HARD "passdb/pdb_ldap.c", line 96: undefined symbol: LDAP_OPT_SUCCESS "passdb/pdb_ldap.c", line 128: undefined symbol: LDAP_OPT_X_TLS cc: acomp failed for passdb/pdb_ldap.c *** Error code 2 make: Fatal error: Command failed for target `passdb/pdb_ldap.o' I run Sun Netra X1, with Solaris 8 and I using iPlanet LDAP-server, I allready download iPlanet SDK...
2018 May 01
1
cannot compile 4-8-stable or 4-8-test
...did you mean ‘ads_do_search_all_fn’? [-Wimplicit-function-declaration] status = ads_do_search_all(ads, ads->config.bind_path, ^~~~~~~~~~~~~~~~~ ads_do_search_all_fn ../libgpo/pygpo.c:341:8: error: ‘LDAP_SCOPE_SUBTREE’ undeclared (first use in this function); did you mean ‘LDAP_OPT_SUCCESS’? LDAP_SCOPE_SUBTREE, filter, attrs, &res); ^~~~~~~~~~~~~~~~~~ LDAP_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 ../li...
2002 Mar 01
3
--with-ldapsam Compile error on Solaris 8
..._TLS_HARD' undeclared (first use in this function) passdb/pdb_ldap.c:75: (Each undeclared identifier is reported only once passdb/pdb_ldap.c:75: for each function it appears in.) passdb/pdb_ldap.c:95: `LDAP_OPT_PROTOCOL_VERSION' undeclared (first use in this function) passdb/pdb_ldap.c:95: `LDAP_OPT_SUCCESS' undeclared (first use in this function) passdb/pdb_ldap.c:110: `LDAP_VERSION3' undeclared (first use in this function) passdb/pdb_ldap.c:127: `LDAP_OPT_X_TLS' undeclared (first use in this function) passdb/pdb_ldap.c: In function `ldap_search_one_user': passdb/pdb_ldap.c:190: warni...