From: Kurt D. Z. <Ku...@Op...> - 2001-04-26 16:04:41
|
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. |