[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
substitute a schema
- To: openldap-technical@openldap.org
- Subject: substitute a schema
- From: paulo bruck <paulobruck1@gmail.com>
- Date: Sun, 15 Jul 2012 09:44:53 -0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=NhENg+kWfOAdf1qk3IbIuWIoyjSK1vQLu8bCsvlrDM4=; b=LP09LYDf3ks6FwWEEt2A6I0wEAYUj1PANuKZSPWQbSKrh9K6DRlWNl/AjnRbXho8iE T9XsidG/Z0tWVYWiuBm5VqBZ0ZZQhp4dYMxx5uBCBQFDhx+V+w9qTLiMFNiWFa+DRzI6 VUyzi59t+x9UKCUOJY4YDy7xH0HeKLeRlpZsLMYxJrRApE+JZhkSxtxQTNHKhYZrtAoc DthqI/LHaOTgZCVoylqWk6O9qOD9V/O7G4s+x52sbleu1QbLYzjZPBYrEFRre2xFFmje N6UuLfINGm7omInglFrRY42il5hBC9NukwY2fZqzb8TIMI2u+JeUA4j1b+bCq8L53PTN 2cQQ==
Hi Guys
I develop a simple schema and now I would like to suibstitute the actual schema for another one with same attributes and objectclass + another attibutes and obcejtclass .
See its a superseed of ther previus one...
I have already try using :
ldapdelete -Y EXTERNAL -H ldapi:/// cn={6}squid,cn=schema,cn=config
but received a:
ldap_delete: Server is unwilling to perform (53)
Doing it by hand it worked ( stoping ldap, substituted cn=squid with new one and restarting ldap), but I know that is not correct...
How can I do it using ldapdelete ?
best regards