~ubuntu-branches/ubuntu/maverick/gosa/maverick

« back to all changes in this revision

Viewing changes to contrib/openldap/gosa+samba3.schema

  • Committer: Bazaar Package Importer
  • Author(s): Cajus Pollmeier
  • Date: 2007-04-11 10:02:20 UTC
  • Revision ID: james.westby@ubuntu.com-20070411100220-p30rdbqio3m61dvj
Tags: 2.5.10-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
 
71
71
attributetype ( 1.3.6.1.4.1.10098.1.1.12.11 NAME 'gosaVacationMessage'
72
72
        DESC 'Text to display in case of vacation'
73
 
        EQUALITY caseIgnoreIA5Match
74
 
        SUBSTR caseIgnoreIA5SubstringsMatch
75
 
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
 
73
        EQUALITY caseIgnoreMatch
 
74
        SUBSTR caseIgnoreSubstringsMatch
 
75
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
76
76
 
77
77
attributetype ( 1.3.6.1.4.1.10098.1.1.12.12 NAME 'gosaMailDeliveryMode'
78
78
        DESC 'What to do with mails'
216
216
        SUBSTR caseIgnoreIA5SubstringsMatch
217
217
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
218
218
 
 
219
attributetype ( 1.3.6.1.4.1.10098.1.1.12.41 NAME 'gosaVacationStart'
 
220
        DESC 'Timestamp for enabling current vacation message'
 
221
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE)
 
222
 
 
223
attributetype ( 1.3.6.1.4.1.10098.1.1.12.42 NAME 'gosaVacationStop'
 
224
        DESC 'Timestamp for switching off current vacation message'
 
225
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE)
 
226
 
219
227
attributetype ( 1.3.6.1.4.1.10098.1.1.6.2 NAME 'academicTitle'
220
228
        DESC 'Field to represent the academic title'
221
229
        EQUALITY caseIgnoreIA5Match
265
273
        MUST ( mail $ gosaMailServer $ gosaMailDeliveryMode)
266
274
        MAY  ( gosaMailQuota $ gosaMailAlternateAddress $ gosaMailForwardingAddress $
267
275
               gosaMailMaxSize $ gosaSpamSortLevel $ gosaSpamMailbox $
268
 
               gosaVacationMessage $ gosaSharedFolderTarget $ acl))
 
276
               gosaVacationMessage $ gosaVacationStart $ gosaVacationStop $ gosaSharedFolderTarget $ acl))
269
277
 
270
278
objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.6 NAME 'gosaAccount' SUP top AUXILIARY
271
279
        DESC 'Objectclass for GOsa Accounts (v2.4)'