[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Attribute Aliasing
- To: Dieter Kluenter <dieter@dkluenter.de>
- Subject: Re: Attribute Aliasing
- From: Russell Harmon <russ@eatnumber1.com>
- Date: Wed, 27 Oct 2010 02:32:41 -0700
- Cc: openldap-technical@openldap.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:sender:received :in-reply-to:references:from:date:x-google-sender-auth:message-id :subject:to:cc:content-type; bh=GulScIK26AL+QuwqlbTTceZ8zWCsJqZyVxktt0+S6tI=; b=ctRPn7MOkcG0R9plZlb6GG43icdPJU0V5UoaswZYWT1Bfft7ngf/rukilH7YZzMYy0 IiubO8rmaOFbdo1nwJFJGKHQahLhUEpY8zZnc4VnTZ2dHtrQZYsxNKtdIIuqIMT5roJ0 1eUayqBqaEVMWW4mXAFQno145bkh8waolOpc8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; b=gX//JNOJYjU6Uk4J6s/6bEVYZmiXNRBRBEOxPNO3K6Ma2ThqoFlGtkI/0unmo8qNFG noCnjfDY2aUY2YlJeIEC7fPAXsgfW8qaX1hmgTiRVpJsYzBbUh6DSEY56oEdsFYK0/6f UyEw4Ei4YHJhFDKC2Knx1pEeHZVn8MbMWpgdo=
- In-reply-to: <87fwvsurge.fsf@magenta.l4b.de>
- References: <AANLkTikx36M4-xq0P4vKn7e_CP3ShJ8deMX6XDRywWp8@mail.gmail.com> <87fwvsurge.fsf@magenta.l4b.de>
On Tue, Oct 26, 2010 at 22:37, Dieter Kluenter <dieter@dkluenter.de> wrote:
> Russell Harmon <russ@eatnumber1.com> writes:
>
>> 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?
>
> either include the evolution.schema or create your own schema and define
> mobileTelephoneNumber superior to cellPhone.
>
That seems to work only so far as searching for the attribute "mobile"
will return the attribute "cellPhone". I need it to return the data in
the attribute "cellPhone" as the attribute "mobile".
Thanks
Russell Harmon