Hi Eugene,
Most of the debug comes from my functions. Can you set the ldap debug in
support_ldap.cc to -1 ?
e.g.
#ifndef HAVE_SUN_LDAP_SDK
/*
* Initialise ldap
*/
ldap_debug = 127 /* LDAP_DEBUG_TRACE */ ;
ldap_debug = -1 /* LDAP_DEBUG_ANY */ ;
/*ldap_debug = 0;*/
(voi
Hi.
On 29.12.2013 18:59, Markus Moeller wrote:
> I setup a virtual machine with freebsd 10-RC3
>
> $ uname -a
> FreeBSD freebsd 10.0-RC3 FreeBSD 10.0-RC3 #0 r259778: Mon Dec 23
> 23:27:58 UTC 2013
> r...@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
>
> the attached packages and compile
Hi Eugene,
I setup a virtual machine with freebsd 10-RC3
$ uname -a
FreeBSD freebsd 10.0-RC3 FreeBSD 10.0-RC3 #0 r259778: Mon Dec 23 23:27:58
UTC 2013 r...@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
the attached packages and compiled squid trunk.
Although squid does not fully c
Hi.
On 24.12.2013 20:39, Markus Moeller wrote:
>
>
> Could you tell me which OS , kerberos, ldap and sasl version you use ?
>
>
It's
FreeBSD 10.0-BETA2 amd64
Heimdal Kerberos 1.5.2
cyrus-sasl 2.1.26
openldap-sasl-client-2.4.38
last two are from FreeBSD ports, -sasl- means it's compiled with
--w
Hi Eugene,
Could you tell me which OS , kerberos, ldap and sasl version you use ?
Markus
"Eugene M. Zheganin" wrote in message
news:52b91c8a.4080...@norma.perm.ru...
Hi.
On 23.12.2013 22:39, Markus Moeller wrote:
Hi Eugene,
I can only guess that the memory cache is not working. Can yo
Hi Eugene,
I am not sure of the cause, but it must be somewhere deep in the ldap
or kerberos library. I have seen this behaviour before on Solaris only.
Markus
"Eugene M. Zheganin" wrote in message
news:52b91c8a.4080...@norma.perm.ru...
Hi.
On 23.12.2013 22:39, Markus Moeller wrote
Hi.
On 23.12.2013 22:39, Markus Moeller wrote:
> Hi Eugene,
>
> I can only guess that the memory cache is not working. Can you
> change in include/autoconf.h
>
> /* Define if kerberos has MEMORY: cache support */
> #define HAVE_KRB5_MEMORY_CACHE 1
>
> to
>
> #undef HAVE_KRB5_MEMORY_CACHE
>
> and
Hi Eugene,
I can only guess that the memory cache is not working. Can you change in
include/autoconf.h
/* Define if kerberos has MEMORY: cache support */
#define HAVE_KRB5_MEMORY_CACHE 1
to
#undef HAVE_KRB5_MEMORY_CACHE
and recompile ?
Markus
"Eugene M. Zheganin" wrote in message
news