[Date Prev][Date Next] [Chronological] [Thread] [Top]

RE: mail = mailRoutingAddress



Following example shows the attr commonName also referred to cn, this is the
same as ou being organizationalUnit. So mailRoutingAddress can be in mail.
You will need to make sure there no other dependencies on the attrib you
want to use. Be careful when you are changing the schema.

attributeType ( 2.5.4.41 NAME 'name'
                EQUALITY caseIgnoreMatch
                SUBSTR caseIgnoreSubstringsMatch
                SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} )
        attributeType ( 2.5.4.3 NAME
                ( 'cn' $ 'commonName' ) SUP name )

Also, you can refer to RFC2252 and 2253 for additional info at www.ietf.org.

Dhiren Pankhania


-----Original Message-----
From: David Wright [mailto:ichbin@shadlen.org]
Sent: Tuesday, March 26, 2002 9:08 AM
To: Dhiren Pankhania
Cc: openldap-software@OpenLDAP.org
Subject: Re: mail = mailRoutingAddress



> One thought is to use the mail attr as an alias to mailRoutingAddress, but
> this is likely to cause problems as you will need to adjust the schema (or

I am willing to do this, but what does the .schema directive look like?
Sorry, I've compiled/debuged/administrated OpenLDAP extensively, but
I've never written a schema file.