Persistent search not working with OpenLDAP 2.3

2006-12-20 Thread Jim Schnitter
with the refreshandPersist option to work. I'm trying to track down more up to date OpenLDAP rpms for SLES10. My guess is this is just a bug with the .19 version. Have others run into a similar problem and then got it working with a later version? Thanks in advance, Jim Schnitter

Re: OID not set by Net::LDAP::Control::PersistentSearch constructor?

2006-01-13 Thread Jim Schnitter
Hi Peter, My Linux test server had the perl-ldap 0.29 version. Once I installed the 0.33 version, the test program worked like a champ. Thanks so much for your help. Regards, Jim Schnitter >>> Peter Marschall <[EMAIL PROTECTED]> 01/12/06 10:02 am >>> Hi, On Tuesday

OID not set by Net::LDAP::Control::PersistentSearch constructor?

2006-01-10 Thread Jim Schnitter
if (defined $persist) { print "OID of control is ",$persist->type(),"\n"; } else { print "didn't create control\n"; The output is "OID of control is "; the OID value is blank. Am I missing something basic? Doe