search for: ldap_opt_x_tl

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

Did you mean: ldap_opt_x_tls
2002 May 20
1
Compilation problem with samba2.2.4
...from Finland. I have couple problem to compile Samba 2.2.4 I need LDAP options, 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...
2010 Jan 21
0
Samba/Winbind 3.4.4 on AIX 5.3 TL 10 does not retrieve ANY User's Secondary Groups
...dap_set_option: debug -> 0 sudo: ldap_set_option: ldap_version -> 3 sudo: ldap_set_option: tls_checkpeer -> 0 sudo: ldap_set_option: tls_cacertdir -> /etc/openldap/cacerts/ sudo: ldap_set_option: timelimit -> 3 sudo: ldap_set_option(LDAP_OPT_NETWORK_TIMEOUT, 3) sudo: ldap_set_option(LDAP_OPT_X_TLS, LDAP_OPT_X_TLS_HARD) sudo: ldap_sasl_bind_s() ok sudo: found:CN=defaults,OU=SUDOers,DC=peps,DC=local sudo: ldap sudoOption: 'timestamp_timeout=0' sudo: ldap sudoOption: 'loglinelen=0' sudo: ldap sudoOption: 'syslog_badpri=alert' sudo: ldap sudoOption: 'syslog=local2&...
2002 Mar 01
3
--with-ldapsam Compile error on Solaris 8
Hi guys, I'm getting the following errors during 'make' (configure went just fine) Compiling passdb/pdb_ldap.c passdb/pdb_ldap.c: In function `ldap_open_connection': passdb/pdb_ldap.c:75: `LDAP_OPT_X_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: `LDA...