Re: pcache LDAP_MATCHING_RULE_IN_CHAIN support

2023-03-27 Thread Quanah Gibson-Mount
--On Saturday, February 18, 2023 10:08 AM +0100 Johan wrote: Le vendredi 10 février 2023, 11:38:02 CET Howard Chu a écrit : > P.S.: Is there a reason mr_passthru is not included to OpenLDAP ? not > even in contrib ? Since no one has contributed it upstream, I have no idea what you're talki

Re: pcache LDAP_MATCHING_RULE_IN_CHAIN support

2023-02-20 Thread Johan
Le vendredi 10 février 2023, 11:38:02 CET Howard Chu a écrit : > > P.S.: Is there a reason mr_passthru is not included to OpenLDAP ? not even > > in contrib ? > > Since no one has contributed it upstream, I have no idea what you're talking > about. Ask whoever wrote whatever it is. > https://git

Re: pcache LDAP_MATCHING_RULE_IN_CHAIN support

2023-02-10 Thread Howard Chu
Howard Chu wrote: > Johan wrote: >> Hello all, > >> We have an OpenLDAP instance proxying an active directory with back_meta >> and> mr_passthru. >> We also have pcache on top, and as it do not support >> LDAP_MATCHING_RULE_IN_CHAIN, I looked about implementing it. > >> I found that we could ret

Re: pcache LDAP_MATCHING_RULE_IN_CHAIN support

2023-02-10 Thread Howard Chu
Johan wrote: > Hello all, > We have an OpenLDAP instance proxying an active directory with back_meta and> > mr_passthru. > We also have pcache on top, and as it do not support > LDAP_MATCHING_RULE_IN_CHAIN, I looked about implementing it. > I found that we could retrieve cached results with pcac

pcache LDAP_MATCHING_RULE_IN_CHAIN support

2023-02-04 Thread Johan
Hello all, We have an OpenLDAP instance proxying an active directory with back_meta and mr_passthru. We also have pcache on top, and as it do not support LDAP_MATCHING_RULE_IN_CHAIN, I looked about implementing it. I found that we could retrieve cached results with pcacheQueryID, but I can't g