Skip to content

Commit

Permalink
Fixes: #2468 Incorrect syntax for core-fd-conf schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoit Mortier committed Jun 26, 2013
1 parent 30078e5 commit 68212ce
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions contrib/openldap/core-fd-conf.schema
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,12 @@ attributetype ( 1.3.6.1.4.1.38414.8.14.2 NAME 'fdListSummary'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.38414.8.14.3 NAME 'fdHonourUnitTags'
DESC 'FusionDirectory - Honour unit tags'
EQUALITY booleanMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.38414.8.14.4 NAME 'fdModificationDetectionAttribute'
DESC 'FusionDirectory - Modification detection attribute'
EQUALITY caseExactIA5Match
Expand Down Expand Up @@ -340,27 +346,19 @@ objectclass ( 1.3.6.1.4.1.38414.8.2.1 NAME 'fusionDirectoryConf'
MUST ( cn )
MAY (
fdRfc2307bis $ fdSchemaCheck $

fdLanguage $ fdTheme $ fdTimezone $

fdAccountPrimaryAttribute $ fdAccountRDN $ fdNextIdHook $ fdIdGenerator $
fdPersonalTitleInDN $ fdStrictNamingRules $ fdMinId $ fdUidNumberBase $
fdGidNumberBase $ fdUserRDN $ fdGroupRDN $

fdPasswordDefaultHash $ fdPasswordMinLength $ fdPasswordMinDiffer $
fdPasswordHook $ fdHandleExpiredAccounts $ fdSaslRealm $ fdSaslExop $
fdForcePasswordDefaultHash $

fdPrimaryGroupFilter $ fdListSummary $
fdPrimaryGroupFilter $ fdListSummary $ fdHonourUnitTags $
fdModificationDetectionAttribute $ fdCopyPaste $ fdLogging $ fdLdapSizeLimit $

fdLoginAttribute $ fdForceSSL $ fdWarnSSL $ fdStoreFilterSettings $ fdSessionLifeTime $

fdDisplayErrors $ fdLdapMaxQueryTime $ fdLdapStats $ fdDebugLevel $

fdEnableSnapshots $ fdSnapshotBase $ fdSnapshotURI $
fdSnapshotAdminDn $ fdSnapshotAdminPassword $

fdHonourIvbbAttributes $ fdTabHook $ fdShells
) )

Expand Down

0 comments on commit 68212ce

Please sign in to comment.