Skip to content
Snippets Groups Projects
Commit 1d618e09 authored by Jong Hyuk Choi's avatar Jong Hyuk Choi
Browse files

move componentCertificate to test.schema for now

parent 33f8164c
No related branches found
No related tags found
No related merge requests found
# OpenLDAP Test schema
# OpenLDAP Component Matching schema for testing
# $OpenLDAP$
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
##
......@@ -16,8 +16,11 @@
# For testing purposes only.
# RFC 3687 -- componentFilterMatch
attributetype ( 1.3.6.1.4.1.4203.666.1.34 NAME 'componentTest'
DESC 'RFC 3687 Component Matching, use ;gser'
EQUALITY componentFilterMatch
SYNTAX 1.2.36.79672281.1.5.2 )
attributetype ( 1.3.6.1.4.1.4203.666.1.34 NAME 'componentCertificate'
DESC 'Component version of userCertificate, use ;binary'
SYNTAX 1.3.6.1.4.1.4203.666.2.7 )
objectclass ( 1.3.6.1.4.1.4203.666.3.14 NAME 'componentpkiUser'
DESC 'a PKI user with componentCertificate'
SUP top AUXILIARY
MAY componentCertificate )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment