search for: ldap_opt_x_tls_hard

Displaying 5 results from an estimated 5 matches for "ldap_opt_x_tls_hard".

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, with...
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: `LDAP_OPT_...
2001 Nov 06
0
Compile problem RedHat 7.1 with-ldapsam
...d the latest CVS code for samba-2.2.2 (HEAD) and configured with the --with-ldapsam option. I'm using RedHat 7.1 and have openldap-2.0.11-8 and openldap-devel-2.0.11-8 installed. The compilation stops with the error: passdb/pdb_ldap.c: In function `ldap_open_connection`: passdb/pdb_ldap.c:72: `LDAP_OPT_X_TLS_HARD` undeclared (first use in this function) .... some other missing declarations are following. All those variables (except for the LDAP_SSL_ON) are declared in my /usr/include/ldap.h. My ldap libraries are in /usr/lib. What am I missing here? Thanks for any hints. Dirk Kastens
2010 Jan 21
0
Samba/Winbind 3.4.4 on AIX 5.3 TL 10 does not retrieve ANY User's Secondary Groups
...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' sudo: ldap sudoOp...
2009 Oct 22
39
[Bug 1663] New: Allow to use agent for distribution of public keys.
https://bugzilla.mindrot.org/show_bug.cgi?id=1663 Summary: Allow to use agent for distribution of public keys. Product: Portable OpenSSH Version: 5.3p1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: unassigned-bugs at mindrot.org