16 lines
461 B
Text
16 lines
461 B
Text
##
|
|
## template-fd.schema - Needed by Fusion Directory for managing templates
|
|
##
|
|
|
|
# Attributes
|
|
attributetype ( 1.3.6.1.4.1.38414.38.1.1 NAME 'fdTemplateField'
|
|
DESC 'FusionDirectory - template field'
|
|
EQUALITY octetStringMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.40)
|
|
|
|
# Objectclasses
|
|
objectclass (1.3.6.1.4.1.38414.38.2.1 NAME 'fdTemplate'
|
|
DESC 'FusionDirectory - template object'
|
|
MUST ( cn )
|
|
MAY ( fdTemplateField ) )
|