# mantis.schema # This schema is for experimental use only. # All the OIDs are not registered. attributetype ( 1.3.6.1.4.1.999999.1.1 NAME 'mantisAccessLevel' DESC 'Mantis Access Level' EQUALITY caseExactMatch ORDERING caseExactOrderingMatch SUBSTR caseExactSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) objectclass ( 1.3.6.1.4.1.999999.2.1 NAME 'mantisUser' DESC 'Mantis User' SUP top AUXILIARY MAY ( mantisAccessLevel ) )