openldap/servers/slapd/schema/test.schema
2004-10-27 22:01:19 +00:00

27 lines
918 B
Plaintext

# OpenLDAP Component Matching schema for testing
# $OpenLDAP$
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
##
## Copyright 1998-2004 The OpenLDAP Foundation.
## All rights reserved.
##
## Redistribution and use in source and binary forms, with or without
## modification, are permitted only as authorized by the OpenLDAP
## Public License.
##
## A copy of this license is available in the file LICENSE in the
## top-level directory of the distribution or, alternatively, at
## <http://www.OpenLDAP.org/license.html>.
#
# For testing purposes only.
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 )