From: Kurt Zeilenga Date: Fri, 31 Dec 2004 04:32:49 +0000 (+0000) Subject: Move test.schema to tests/data X-Git-Tag: OPENLDAP_REL_ENG_2_3_0ALPHA~3^2~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3ea0f0cd0bd39a0adca1fb326509817952809e91;p=openldap Move test.schema to tests/data --- diff --git a/servers/slapd/schema/test.schema b/servers/slapd/schema/test.schema deleted file mode 100644 index 0fca74166a..0000000000 --- a/servers/slapd/schema/test.schema +++ /dev/null @@ -1,33 +0,0 @@ -# OpenLDAP Test schema -# $OpenLDAP$ -## This work is part of OpenLDAP Software . -## -## 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 -## . -# - -# For testing purposes only. - -# For Attribute Aliasing. -attributetype ( 1.3.6.1.4.1.4203.666.1.34 NAME 'x509CertificateIssuer' - EQUALITY distinguishedNameMatch - DESC 'Aliasing attribute: Issuer, use' - SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 ) - -attributetype ( 1.3.6.1.4.1.4203.666.1.35 NAME 'x509CertificateSerial' - DESC 'Aliasing attribute: Serial, use' - EQUALITY integerMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 ) - -attributetype ( 1.3.6.1.4.1.4203.666.1.36 NAME 'x509CertificateSerialAndIssuer' - DESC 'Aliasing attribute: Serial and Issuer together, use' - EQUALITY certificateExactMatch - SYNTAX 1.2.826.0.1.3344810.7.1 ) diff --git a/tests/data/slapd-component.conf b/tests/data/slapd-component.conf index 1d52888a2b..5c1739d178 100644 --- a/tests/data/slapd-component.conf +++ b/tests/data/slapd-component.conf @@ -15,12 +15,12 @@ ## . include ./schema/core.schema -include ./schema/test.schema include ./schema/cosine.schema include ./schema/inetorgperson.schema include ./schema/openldap.schema include ./schema/nis.schema +include ./testdata/test.schema include ./testdata/ditcontentrules.conf pidfile ./testrun/slapd.1.pid diff --git a/tests/data/test.schema b/tests/data/test.schema new file mode 100644 index 0000000000..0fca74166a --- /dev/null +++ b/tests/data/test.schema @@ -0,0 +1,33 @@ +# OpenLDAP Test schema +# $OpenLDAP$ +## This work is part of OpenLDAP Software . +## +## 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 +## . +# + +# For testing purposes only. + +# For Attribute Aliasing. +attributetype ( 1.3.6.1.4.1.4203.666.1.34 NAME 'x509CertificateIssuer' + EQUALITY distinguishedNameMatch + DESC 'Aliasing attribute: Issuer, use' + SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 ) + +attributetype ( 1.3.6.1.4.1.4203.666.1.35 NAME 'x509CertificateSerial' + DESC 'Aliasing attribute: Serial, use' + EQUALITY integerMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 ) + +attributetype ( 1.3.6.1.4.1.4203.666.1.36 NAME 'x509CertificateSerialAndIssuer' + DESC 'Aliasing attribute: Serial and Issuer together, use' + EQUALITY certificateExactMatch + SYNTAX 1.2.826.0.1.3344810.7.1 )