mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
move componentCertificate to test.schema for now
This commit is contained in:
parent
33f8164c58
commit
1d618e0964
@ -1,4 +1,4 @@
|
|||||||
# OpenLDAP Test schema
|
# OpenLDAP Component Matching schema for testing
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
||||||
##
|
##
|
||||||
@ -16,8 +16,11 @@
|
|||||||
|
|
||||||
# For testing purposes only.
|
# For testing purposes only.
|
||||||
|
|
||||||
# RFC 3687 -- componentFilterMatch
|
attributetype ( 1.3.6.1.4.1.4203.666.1.34 NAME 'componentCertificate'
|
||||||
attributetype ( 1.3.6.1.4.1.4203.666.1.34 NAME 'componentTest'
|
DESC 'Component version of userCertificate, use ;binary'
|
||||||
DESC 'RFC 3687 Component Matching, use ;gser'
|
SYNTAX 1.3.6.1.4.1.4203.666.2.7 )
|
||||||
EQUALITY componentFilterMatch
|
|
||||||
SYNTAX 1.2.36.79672281.1.5.2 )
|
objectclass ( 1.3.6.1.4.1.4203.666.3.14 NAME 'componentpkiUser'
|
||||||
|
DESC 'a PKI user with componentCertificate'
|
||||||
|
SUP top AUXILIARY
|
||||||
|
MAY componentCertificate )
|
||||||
|
Loading…
Reference in New Issue
Block a user