~ubuntu-branches/ubuntu/precise/gosa/precise

« back to all changes in this revision

Viewing changes to contrib/openldap/gosa.schema

  • Committer: Bazaar Package Importer
  • Author(s): Benoit Mortier
  • Date: 2009-05-29 18:23:00 UTC
  • mfrom: (1.2.8 upstream) (7.2.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090529182300-9z5k9r1e9djshrus
Tags: 2.5.19-1
* New upstream release
* Added basque debconf template (Closes: #502289)
* Added italian debconf template (Closes: #502465)
* Added japanese debconf template (Closes: #512979)
* Added finish debconf template (Closes: #501937)
* Added russian debconf template (Closes: #502888)
* Missing attributes in group ACL menu (Closes: #528179)
* Added test in apache for php5 apache module presence (Closes: #523461)
* Corrected bashism in mailqueue script (Closes: #530093)
* Cleaned debian packaging
* Updated German Translation.
* Applied patch to allow selecting the primary Group when copying users
* Added a section how to report a bug
* Added Benoit Mortier as uploader

Show diffs side-by-side

added added

removed removed

Lines of Context:
222
222
        DESC 'Timestamp for switching off current vacation message'
223
223
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE)
224
224
 
 
225
attributetype ( 1.3.6.1.4.1.10098.1.1.12.44 NAME 'gotoLastSystemLogin'
 
226
        DESC 'Timestamp for a Users last System Login'
 
227
        SYNTAX  1.3.6.1.4.1.1466.115.121.1.15)
 
228
 
 
229
attributetype ( 1.3.6.1.4.1.10098.1.1.12.45 NAME 'gotoLastSystem'
 
230
        EQUALITY distinguishedNameMatch
 
231
        DESC 'The DN of the System where the Login was performed'
 
232
        SYNTAX  1.3.6.1.4.1.1466.115.121.1.12)
 
233
 
225
234
attributetype ( 1.3.6.1.4.1.10098.1.1.6.2 NAME 'academicTitle'
226
235
        DESC 'Field to represent the academic title'
227
236
        EQUALITY caseIgnoreMatch
277
286
        DESC 'Objectclass for GOsa Accounts (v2.4)'
278
287
        MUST ( uid )
279
288
        MAY ( lmPassword $ ntPassword $ pwdLastSet $ gosaDefaultPrinter $ gosaDefaultLanguage $
280
 
              academicTitle $ personalTitle $ gosaHostACL $ dateOfBirth $ gender ))
 
289
              academicTitle $ personalTitle $ gosaHostACL $ dateOfBirth $ gender $ 
 
290
              gotoLastSystemLogin $ gotoLastSystem ))
281
291
 
282
292
objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.7 NAME 'gosaHost' SUP top AUXILIARY
283
293
        DESC 'Objectclass for GOsa Hosts (v2.4)'