1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
##
## demoplugin.schema - Needed by Fusion Directory for the Demo Plugin
##
attributetype ( 1.3.6.1.4.1.38414.1337.10.1 NAME 'hairColor'
DESC 'Fusion Directory - Demo plugin, hair color.'
EQUALITY caseExactIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
attributetype ( 1.3.6.1.4.1.38414.1337.10.2 NAME 'hairLength'
DESC 'Fusion Directory - Demo plugin, hair length.'
EQUALITY caseExactIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
SINGLE-VALUE )
attributetype ( 1.3.6.1.4.1.38414.1337.11.1 NAME 'bicycleBrand'
DESC 'Fusion Directory - Demo plugin, bicycle brand.'
EQUALITY caseExactIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
SINGLE-VALUE )
attributetype ( 1.3.6.1.4.1.38414.1337.11.2 NAME 'bicycleBell'
DESC 'Fusion Directory - Demo plugin, bicyle bell.'
EQUALITY booleanMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
SINGLE-VALUE )
attributetype ( 1.3.6.1.4.1.38414.1337.12.1 NAME 'ftpLoginInfo'
DESC 'Fusion Directory - Demo plugin, FTP login information.'
EQUALITY caseExactIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
SINGLE-VALUE )
# Object Class
objectclass ( 1.3.6.1.4.1.38414.1337.2.1 NAME 'demoPlugin'
DESC 'An argonaut server'
SUP top AUXILIARY
MUST ( hairColor $ bicycleBrand )
MAY ( hairLength $ bicycleBell $ ftpLoginInfo) )
|