[squid-users] Re: squid_kerb_group (again)

2013-12-30 Thread Markus Moeller
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

Re: [squid-users] Re: squid_kerb_group (again)

2013-12-29 Thread Eugene M. Zheganin
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

[squid-users] Re: squid_kerb_group (again)

2013-12-29 Thread Markus Moeller
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

Re: [squid-users] Re: squid_kerb_group (again)

2013-12-26 Thread Eugene M. Zheganin
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

[squid-users] Re: squid_kerb_group (again)

2013-12-24 Thread Markus Moeller
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

[squid-users] Re: squid_kerb_group (again)

2013-12-24 Thread Markus Moeller
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

Re: [squid-users] Re: squid_kerb_group (again)

2013-12-23 Thread Eugene M. Zheganin
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

[squid-users] Re: squid_kerb_group (again)

2013-12-23 Thread Markus Moeller
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