Does anyone know what scheme to use when setting up email aliases in LDAP? I could use anything, but it seems kind of abusive to use "title" for example as the email alias. extensibleObject may be the correct thing to use, but it seems wrong.
Asked
Active
Viewed 2,177 times
2 Answers
1
Sounds like you want misc.schema
(or misc.ldif
), usually included with OpenLDAP
.
It contains the schema definitions for the following attributetypes and objectClasses:
mailLocalAddress
mailHost
mailRoutingAddress
inetLocalMailRecipient
rfc822MailMember
nisMailAlias

84104
- 12,905
- 6
- 45
- 76