~james-page/ubuntu/maverick/openldap/fix-666028

« back to all changes in this revision

Viewing changes to debian/schema/misc.ldif

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2010-02-18 00:58:13 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100218005813-8230cn0y207m8wzy
Tags: 2.4.21-0ubuntu1
* New upstream release.
* debian/rules, debian/schema/extra/: 
  Fix get-orig-source rule to supports extra schemas shipped as part of the
  debian/schema/ directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# misc.ldif
2
 
#
3
 
# This is the ldif version of misc.schema to be used with cn=config.
4
 
# The nss overlay requires rfc822MailMember which is defined here.
5
 
#
6
 
dn: cn=misc,cn=schema,cn=config
7
 
objectClass: olcSchemaConfig
8
 
cn: misc
9
 
olcAttributeTypes: ( 2.16.840.1.113730.3.1.13 NAME 'mailLocalAddress' DESC 
10
 
 'RFC822 email address of this recipient' EQUALITY caseIgnoreIA5Match SYNTAX 1
11
 
 .3.6.1.4.1.1466.115.121.1.26{256} )
12
 
olcAttributeTypes: ( 2.16.840.1.113730.3.1.18 NAME 'mailHost' DESC 'FQDN of
13
 
  the SMTP/MTA of this recipient' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4
14
 
 .1.1466.115.121.1.26{256} SINGLE-VALUE )
15
 
olcAttributeTypes: ( 2.16.840.1.113730.3.1.47 NAME 'mailRoutingAddress' DES
16
 
 C 'RFC822 routing address of this recipient' EQUALITY caseIgnoreIA5Match SYNT
17
 
 AX 1.3.6.1.4.1.1466.115.121.1.26{256} SINGLE-VALUE )
18
 
olcAttributeTypes: ( 1.3.6.1.4.1.42.2.27.2.1.15 NAME 'rfc822MailMember' DES
19
 
 C 'rfc822 mail address of group member(s)' EQUALITY caseIgnoreIA5Match SYNTAX
20
 
  1.3.6.1.4.1.1466.115.121.1.26 )
21
 
olcObjectClasses: ( 2.16.840.1.113730.3.2.147 NAME 'inetLocalMailRecipient'
22
 
  DESC 'Internet local mail recipient' SUP top AUXILIARY MAY ( mailLocalAddres
23
 
 s $ mailHost $ mailRoutingAddress ) )
24
 
olcObjectClasses: ( 1.3.6.1.4.1.42.2.27.1.2.5 NAME 'nisMailAlias' DESC 'NIS
25
 
  mail alias' SUP top STRUCTURAL MUST cn MAY rfc822MailMember )