~ubuntu-branches/debian/sid/fusiondirectory/sid

« back to all changes in this revision

Viewing changes to core/contrib/openldap/core-fd-conf.schema

  • Committer: Package Import Robot
  • Author(s): Mike Gabriel, Benoit Mortier
  • Date: 2014-10-25 18:53:35 UTC
  • Revision ID: package-import@ubuntu.com-20141025185335-mkilnn3ta58ztl7d
Tags: 1.0.8.2-2
[ Benoit Mortier ]
* debian/control:
  + Add D (fusiondirectory): libarchive-extract-perl. Fixes current piuparts
    failure.
* debian/patches:
  + Add 0001_fdSaslRealm-and-fdSaslExop-are-not-booleans.patch.
    Provide fix for upstream bug: #3432.

Show diffs side-by-side

added added

removed removed

Lines of Context:
191
191
 
192
192
attributetype ( 1.3.6.1.4.1.38414.8.13.6 NAME 'fdSaslRealm'
193
193
  DESC 'FusionDirectory - SASL Realm'
194
 
  EQUALITY booleanMatch
195
 
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
196
 
  SINGLE-VALUE )
 
194
  EQUALITY caseExactIA5Match
 
195
  SUBSTR caseExactIA5SubstringsMatch
 
196
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
 
197
  SINGLE-VALUE)
197
198
 
198
199
attributetype ( 1.3.6.1.4.1.38414.8.13.7 NAME 'fdSaslExop'
199
200
  DESC 'FusionDirectory - SASL Exop'
200
 
  EQUALITY booleanMatch
201
 
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
202
 
  SINGLE-VALUE )
 
201
  EQUALITY caseExactIA5Match
 
202
  SUBSTR caseExactIA5SubstringsMatch
 
203
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
 
204
  SINGLE-VALUE)
203
205
 
204
206
attributetype ( 1.3.6.1.4.1.38414.8.13.8 NAME 'fdForcePasswordDefaultHash'
205
207
  DESC 'FusionDirectory - Force password default hash'