Home | History | Annotate | Line # | Download | only in data
test.schema revision 1.1.1.1.6.2
      1  1.1.1.1.6.2  wrstuden # OpenLDAP Test schema
      2  1.1.1.1.6.2  wrstuden # $OpenLDAP: pkg/ldap/tests/data/test.schema,v 1.9.2.4 2008/02/11 23:26:50 kurt Exp $
      3  1.1.1.1.6.2  wrstuden ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
      4  1.1.1.1.6.2  wrstuden ##
      5  1.1.1.1.6.2  wrstuden ## Copyright 1998-2008 The OpenLDAP Foundation.
      6  1.1.1.1.6.2  wrstuden ## All rights reserved.
      7  1.1.1.1.6.2  wrstuden ##
      8  1.1.1.1.6.2  wrstuden ## Redistribution and use in source and binary forms, with or without
      9  1.1.1.1.6.2  wrstuden ## modification, are permitted only as authorized by the OpenLDAP
     10  1.1.1.1.6.2  wrstuden ## Public License.
     11  1.1.1.1.6.2  wrstuden ##
     12  1.1.1.1.6.2  wrstuden ## A copy of this license is available in the file LICENSE in the
     13  1.1.1.1.6.2  wrstuden ## top-level directory of the distribution or, alternatively, at
     14  1.1.1.1.6.2  wrstuden ## <http://www.OpenLDAP.org/license.html>.
     15  1.1.1.1.6.2  wrstuden #
     16  1.1.1.1.6.2  wrstuden 
     17  1.1.1.1.6.2  wrstuden # For testing purposes only.
     18  1.1.1.1.6.2  wrstuden 
     19  1.1.1.1.6.2  wrstuden # For Attribute Aliasing.
     20  1.1.1.1.6.2  wrstuden attributetype ( 1.3.6.1.4.1.4203.1.12.1.1.1
     21  1.1.1.1.6.2  wrstuden 	NAME 'x509CertificateIssuer'
     22  1.1.1.1.6.2  wrstuden 	EQUALITY distinguishedNameMatch
     23  1.1.1.1.6.2  wrstuden 	DESC 'Aliasing attribute: Issuer, use'
     24  1.1.1.1.6.2  wrstuden 	SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
     25  1.1.1.1.6.2  wrstuden 
     26  1.1.1.1.6.2  wrstuden attributetype ( 1.3.6.1.4.1.4203.1.12.1.1.2
     27  1.1.1.1.6.2  wrstuden 	NAME 'x509CertificateSerial'
     28  1.1.1.1.6.2  wrstuden 	DESC 'Aliasing attribute: Serial, use'
     29  1.1.1.1.6.2  wrstuden 	EQUALITY integerMatch
     30  1.1.1.1.6.2  wrstuden 	SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 )
     31  1.1.1.1.6.2  wrstuden 
     32  1.1.1.1.6.2  wrstuden attributetype ( 1.3.6.1.4.1.4203.1.12.1.1.3
     33  1.1.1.1.6.2  wrstuden 	NAME 'x509CertificateSerialAndIssuer'
     34  1.1.1.1.6.2  wrstuden 	DESC 'Aliasing attribute: Serial and Issuer together, use'
     35  1.1.1.1.6.2  wrstuden 	EQUALITY certificateExactMatch
     36  1.1.1.1.6.2  wrstuden 	SYNTAX 1.3.6.1.1.15.1 )
     37  1.1.1.1.6.2  wrstuden 
     38  1.1.1.1.6.2  wrstuden # generalized time testing
     39  1.1.1.1.6.2  wrstuden attributetype ( 1.3.6.1.4.1.4203.1.12.1.1.4
     40  1.1.1.1.6.2  wrstuden 	name 'testTime'
     41  1.1.1.1.6.2  wrstuden 	equality generalizedTimeMatch
     42  1.1.1.1.6.2  wrstuden 	ordering generalizedTimeOrderingMatch
     43  1.1.1.1.6.2  wrstuden 	syntax 1.3.6.1.4.1.1466.115.121.1.24
     44  1.1.1.1.6.2  wrstuden 	single-value )
     45  1.1.1.1.6.2  wrstuden 
     46  1.1.1.1.6.2  wrstuden # for UUID testing
     47  1.1.1.1.6.2  wrstuden attributetype ( 1.3.6.1.4.1.4203.1.12.1.1.5
     48  1.1.1.1.6.2  wrstuden 	name 'testUUID'
     49  1.1.1.1.6.2  wrstuden 	equality UUIDMatch
     50  1.1.1.1.6.2  wrstuden 	ordering UUIDOrderingMatch
     51  1.1.1.1.6.2  wrstuden 	syntax 1.3.6.1.1.16.1 )
     52  1.1.1.1.6.2  wrstuden 
     53  1.1.1.1.6.2  wrstuden # for obsolete testing
     54  1.1.1.1.6.2  wrstuden attributetype ( 1.3.6.1.4.1.4203.1.12.1.1.6
     55  1.1.1.1.6.2  wrstuden 	name 'testObsolete'
     56  1.1.1.1.6.2  wrstuden 	obsolete
     57  1.1.1.1.6.2  wrstuden 	equality booleanMatch
     58  1.1.1.1.6.2  wrstuden 	syntax 1.3.6.1.4.1.1466.115.121.1.7
     59  1.1.1.1.6.2  wrstuden 	single-value )
     60  1.1.1.1.6.2  wrstuden 
     61  1.1.1.1.6.2  wrstuden objectClass ( 1.3.6.1.4.1.4203.1.12.1.2.1
     62  1.1.1.1.6.2  wrstuden 	name 'testPerson' sup OpenLDAPperson
     63  1.1.1.1.6.2  wrstuden 	may testTime )
     64  1.1.1.1.6.2  wrstuden 
     65  1.1.1.1.6.2  wrstuden objectClass ( 1.3.6.1.4.1.4203.1.12.1.2.2
     66  1.1.1.1.6.2  wrstuden 	name 'obsoletePerson'
     67  1.1.1.1.6.2  wrstuden 	obsolete auxiliary
     68  1.1.1.1.6.2  wrstuden 	may ( testObsolete ) )
     69  1.1.1.1.6.2  wrstuden 
     70