From: Roland S. <rol...@ep...> - 2001-04-26 16:11:56
|
"Kurt D. Zeilenga" wrote: > > At 08:31 AM 4/26/01, Graham Barr wrote: > >On Thu, Apr 26, 2001 at 05:20:08PM +0200, Roland Stigge wrote: > >> > >> Using OpenLDAP 2.0.7 now, I know that the client tools ldapmodify and > >> ldapdelete use the Control "ManageDsaIT". I tried this one, but didn't > >> succeed: > >> ----- > >> $ldap->delete("ref=\"ldap://asser/c=us,o=epigenomics\",o=epigenomics", > >> control => {type => "ManageDsaIT", value => 1} ); > > > >type need to be an OID > > and no value. ----- $mesg = $ldap->delete("ref=\"ldap://asser/c=us,o=epigenomics\",o=epigenomics", control => {type => "2.16.16.840.1.113730.3.4.2"}); ----- (perl-ldap 0.23) produces: code: 10, message: Referral received It is the right OID, right? ;) bye, -- Roland Stigge Epigenomics AG Kastanienallee 24 www.epigenomics.com 10435 Berlin |