[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Attribute Aliasing
- To: openldap-technical@openldap.org
- Subject: Attribute Aliasing
- From: Russell Harmon <russ@eatnumber1.com>
- Date: Tue, 26 Oct 2010 15:50:22 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:sender:received:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=7BSvfJ6u3F66JAJzXupAgZlTl6SAAiGvVanRfAqcAt4=; b=QnKUCXSoxT6WZjSJyX+u+PAp4bMBOzOaeph8q20UGH4Td/AN/huPjHkpWizArZbRix 08QFqw4uzdIYH6oV8Y7jT0ovWNSsSnOCHYZDCYrPlKF6IM8jVQb/uGI9+X4vqZjqU+3L WmAjxC9UFSA8Ntt8PLgFB60IIgG1THVe83C2Q=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type; b=qt/eba8BaJAeNNtHP0psWDvExLoMfxUEm41BKuKRYLpTAeMUYmOuB90DqPe6pvf+QL pL5SovjgYtgLGYv+5p6bbqgktC0CXely6h9tMB/DtRkURIBBH2QM6FE3HjlQH3pCQvdM wBkDXJTYzusSRpsKE3fmFjcrU0VqQgQnOuPwI=
I'm trying to reconfigure my existing OpenLDAP server to expose
personal information under multiple attributes. I'm doing this so that
both Apple's contact application and my custom software will work.
I've read about rwm-map in slapo-rwm, but although it makes the new
attribute accessible, it hides the old one. I need both the new and
old to be accessible.
For example:
I have an existing attribute for a cellular phone number "cellPhone".
I want to make this accessible under both the attributes "cellPhone"
and "mobile"
Is this possible with OpenLDAP?
Thanks
Russell Harmon