]> git.sur5r.net Git - openldap/blob - tests/data/test.schema
Move test.schema to tests/data
[openldap] / tests / data / test.schema
1 # OpenLDAP Test schema
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 # For Attribute Aliasing.
20 attributetype ( 1.3.6.1.4.1.4203.666.1.34 NAME 'x509CertificateIssuer'
21        EQUALITY distinguishedNameMatch
22        DESC 'Aliasing attribute: Issuer, use'
23        SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
24
25 attributetype ( 1.3.6.1.4.1.4203.666.1.35 NAME 'x509CertificateSerial'
26        DESC 'Aliasing attribute: Serial, use'
27        EQUALITY integerMatch
28        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 )
29
30 attributetype ( 1.3.6.1.4.1.4203.666.1.36 NAME 'x509CertificateSerialAndIssuer'
31        DESC 'Aliasing attribute: Serial and Issuer together, use'
32        EQUALITY certificateExactMatch
33        SYNTAX 1.2.826.0.1.3344810.7.1 )