[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Attribute mapping?
I suggest you look at back-ldap, it provides some attribute
mapping capabilities.
Kurt
At 11:40 AM 6/1/2004, Hutchins, Mike wrote:
>I am trying to figure out how I can have someone ask for an attribute
>and return them a value from a known attribute.
>
>Such as
>
>facsimileNumber = faxNumber
>
>or
>
>entryUUID = objectGUID :-)
>
>I have an application that is being brought in that will only look for
>the MS attribute objectGUID. I need to supply that application with
>entryUUID.
>
>Thanks in advance guys!