openldap/contrib/slapd-modules/ciboolean/tests/data/booleantest.schema
Nadezhda Ivanova a0a64e0389 ITS#9855 Implement a module to enable case-insensitive Boolean values
Initial implementation of the ciboolean module
2022-07-06 18:32:58 +03:00

10 lines
242 B
Text

attributetype (1.3.6.1.4.1.4203.1.12.1.1.7 NAME 'IsBusy'
EQUALITY booleanMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
SINGLE-VALUE)
objectclass ( 1.3.6.1.4.1.4203.1.12.1.2.3 NAME 'BusyClass'
SUP top
AUXILIARY
MAY ( IsBusy ))