[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Renaming of attributes in ldap schema
- To: openldap-technical@openldap.org
- Subject: Renaming of attributes in ldap schema
- From: Thilko Richter <thilko.richter@googlemail.com>
- Date: Thu, 24 Dec 2009 12:49:56 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=9TRR3yMPzSJd9aR4nKHebVrK0OkeodaJR8Y96PEqVWo=; b=Q6iioHiYdb05IgYOc0HY/glqROiUx7ReJCg5HWH2Ys8KkHZmxMpe32cbZx+nvqUS3Z YYW7ZrrsmxjA6/rVh4HQoIayV1r/J8MWGaCue0aByV7GJp1t2nCQ9lPdRl/ZVYxGKOlZ zBk7B2+cMxxKxILBElpitvzp5MAgMwDPERPZ8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=RhwbdI6g4tJrkmLM23lkCw/DxuYo1ymSOaxkZ64w5ioEipY62kYC7OwbkjYb/BFDT/ ejnXp9KxMMi/O25DAFiI1JSSpvmmOE+zCa9BnWmVtK5pjf8iL4+oNnzMRYE98dfZWjmN w3auHFdCuzJuy7aARp+m20PveeE7laXb/qBpw=
Hello,
I have a general ldap question: I would like to use ldap as
configuration store for my applications. Each application gets his own
object schema, since then the number properties is deterministic.
Since a number of developers are involved, I try to generate the
schema definition from a ruby DSL. I am now thinking about what
happens to existing entries in the dit if the oids or names of the
attribute definitons has changed? Are they invalid after ldap server
restart? Would you recommend not to renaming any elements in the
schema?
I have seen that the attributes on existing entries disappeared if I
change the name in the schema.
Regards,
Thilko