Re: Control::VLV error
Graham Barr <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.ldap |
|---|---|
| Message-ID | <[email protected]> |
On Sep 22, 2009, at 4:35 AM, Dieter Kluenter wrote: > Hi, > my ldap server is OpenLDAP-2.4.18 with sssvlv overlay configured. > Running my perl script, which is in principle based on > Net::LDAP::Control::VLV, I get following errors: > > slapd: >> get_ctrls: oid="2.16.840.1.113730.3.4.9" (critical) > <= get_ctrls: n=2 rc=2 err="vlv control value is absent" > send_ldap_result: conn=0 op=2 p=3 can you call $ldap->debug(5); before your call to search and post the output Graham.