~ttx/openldap/lucid-gssapi-495418

« back to all changes in this revision

Viewing changes to servers/slapd/schema_prep.c

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2009-03-06 17:34:21 UTC
  • mto: (0.3.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: james.westby@ubuntu.com-20090306173421-n2o3ca73v9tmrdiy
Tags: upstream-2.4.15
ImportĀ upstreamĀ versionĀ 2.4.15

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* schema_prep.c - load builtin schema */
2
 
/* $OpenLDAP: pkg/ldap/servers/slapd/schema_prep.c,v 1.169.2.11 2009/01/22 00:01:03 kurt Exp $ */
 
2
/* $OpenLDAP: pkg/ldap/servers/slapd/schema_prep.c,v 1.169.2.12 2009/02/22 05:51:52 quanah Exp $ */
3
3
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
4
4
 *
5
5
 * Copyright 1998-2009 The OpenLDAP Foundation.
449
449
                        "EQUALITY objectIdentifierMatch "
450
450
                        "SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 "
451
451
                        "SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation )",
452
 
                NULL, SLAP_AT_MANAGEABLE,
 
452
                NULL, 0,
453
453
                oidValidate, objectClassPretty,
454
454
                NULL, NULL, objectSubClassMatch,
455
455
                        objectSubClassIndexer, objectSubClassFilter,