From: Justin <da...@io...> - 2001-02-26 21:48:05
|
Greetings! I am now trying to write a modified schema entry back to the directory and am having problems. Perhaps someone here can see the error of my ways. This is how I'm trying to do it: Create a Net::LDAP::Entry, $entry Set the $entry->dn("cn=Schema"); Create a multivalued hash with keys "attributetypes" and "objectclasses" Call $entry->modify() with "replace" and the reference to the above hash. This call returns: 0x35 LDAP_MOD_REPLACE is not implemented on schema entry What I'm wondering is: -Is this error coming from the perl ldap modules? -Is modify/replace the proper way to programmatically affect the directory schema? Thanks for your suggestions. Justin |