Hello List,
before i start, i am very new to directory
services, therefore please be patient to
me. I am with myself ;)
I am writing an custom schema - and thought
about a way to mapping attributes.
attributeType ( OIDXXX NAME ( 'cn' 'commonName' )
SUP name )
Here we have two ways to query for entries - cn
and commonName, right.
My question: Is is possible to construct a
schema that maps attributes to another
attribute of a different objectclass/schema.
Why? - Lets say an application ask for
"unordinaryattributeName". Now i want to
map it to cn transparently. So i need only
to manipulate cn fields etc.
This idea comes to me as a flash of genius.
But i hope that it is quite old and therefore
possible.