]> git.sur5r.net Git - openldap/blob - servers/slapd/schema/test.schema
move componentCertificate to test.schema for now
[openldap] / servers / slapd / schema / test.schema
1 # OpenLDAP Component Matching schema for testing
2 # $OpenLDAP$
3 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
4 ##
5 ## Copyright 1998-2004 The OpenLDAP Foundation.
6 ## All rights reserved.
7 ##
8 ## Redistribution and use in source and binary forms, with or without
9 ## modification, are permitted only as authorized by the OpenLDAP
10 ## Public License.
11 ##
12 ## A copy of this license is available in the file LICENSE in the
13 ## top-level directory of the distribution or, alternatively, at
14 ## <http://www.OpenLDAP.org/license.html>.
15 #
16
17 # For testing purposes only.
18
19 attributetype ( 1.3.6.1.4.1.4203.666.1.34 NAME 'componentCertificate'
20         DESC 'Component version of userCertificate, use ;binary'
21         SYNTAX 1.3.6.1.4.1.4203.666.2.7 )
22
23 objectclass ( 1.3.6.1.4.1.4203.666.3.14 NAME 'componentpkiUser'
24     DESC 'a PKI user with componentCertificate'
25     SUP top AUXILIARY
26     MAY componentCertificate )