]> git.sur5r.net Git - openldap/commitdiff
Redefine queryid
authorKurt Zeilenga <kurt@openldap.org>
Thu, 6 Mar 2003 20:20:13 +0000 (20:20 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 6 Mar 2003 20:20:13 +0000 (20:20 +0000)
servers/slapd/schema_prep.c

index 87aaf2437dcc2a421a6ca6d2c02456b121ac9174..1a16384f33e75d534fb744b15689d258b4f5e937 100644 (file)
@@ -476,8 +476,8 @@ static struct slap_schema_ad_map {
                offsetof(struct slap_internal_schema, si_ad_superiorUUID) },
 
 #ifdef LDAP_CACHING 
-       /* LDAP cache specific operation attribute */
-       { "queryid", "( 2.5.18.16 NAME 'queryid' "   
+       /* LDAP cache specific operational attribute */
+       { "queryid", "( 1.3.6.1.4.1.4203.666.1.12 NAME 'queryid' "
                        "DESC 'list of queries the entry belongs to' "
                        "EQUALITY octetStringMatch "
                        "SYNTAX 1.3.6.1.4.1.1466.115.121.1.40{64} "