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

RFC822MailMember.schema (ITS#876)



Full_Name: Joe Little
Version: 2.0.x
OS: linux
URL: http://www.open-it.org/download
Submission from: (NULL) (171.64.73.190)


I'm submitting the contents of the file rfc822-MailMember.schema. This
represents
a schema definition required for PADL's rfc2307 NIS-in-LDAP implementation to 
work with the schema defs on OpenLDAP 2.0.x. This entry was created by myself
and
Luke Howard. Please include it in your provided schema defs to enable users to 
continue to use PAM_LDAP and NSS_LDAP w/ openldap 2.0.x. Also, FYI, the required

schemas in slapd.conf are: "core, cosine, inetorgperson, nis, and
rfc822-MailMember"

attributetype
   ( 1.3.6.1.4.1.42.2.27.2.1.15
      NAME 'rfc822MailMember'
      DESC 'rfc822 mail address of group member(s)'
      EQUALITY caseIgnoreIA5Match
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 
   )
objectclass ( 1.3.6.1.4.1.42.2.27.1.2.5
        NAME 'nisMailAlias'
        SUP top STRUCTURAL
        DESC 'NIS mail alias'
        MUST cn
        MAY rfc822MailMember )