mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
89772e9bdd
holds a single attribute type 'componentTest'. Fix up test031 to avoid modification of standard schema. (Not sure why this attribute is needed, tests likely should operate on userCertificate and other existing attributes which complex syntaxes.)
24 lines
775 B
Plaintext
24 lines
775 B
Plaintext
# OpenLDAP Test schema
|
|
# $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.
|
|
|
|
# RFC 3687 -- componentFilterMatch
|
|
attributetype ( 1.3.6.1.4.1.4203.666.1.33 NAME 'componentTest'
|
|
DESC 'RFC 3687 Component Matching, use ;gser'
|
|
EQUALITY componentFilterMatch
|
|
SYNTAX 1.2.36.79672281.1.5.2 )
|