]> git.sur5r.net Git - openldap/commitdiff
use UUID syntax for queryId
authorPierangelo Masarati <ando@openldap.org>
Fri, 17 Aug 2007 14:43:50 +0000 (14:43 +0000)
committerPierangelo Masarati <ando@openldap.org>
Fri, 17 Aug 2007 14:43:50 +0000 (14:43 +0000)
servers/slapd/overlays/pcache.c

index 4087310720eb2329a9746015f9ac355892a2be12..96664a62444ac306248a072456f4218af651a43a 100644 (file)
@@ -192,17 +192,21 @@ static struct {
        char    *desc;
        AttributeDescription **adp;
 } as[] = {
-       { "( 1.3.6.1.4.1.4203.666.11.9.1.1 NAME 'queryId' "
+       { "( 1.3.6.1.4.1.4203.666.11.9.1.1 "
+               "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} "
-               "NO-USER-MODIFICATION USAGE directoryOperation )",
+               "EQUALITY UUIDMatch "
+               "SYNTAX 1.3.6.1.1.16.1 "
+               "NO-USER-MODIFICATION "
+               "USAGE directoryOperation )",
                &ad_queryId },
-       { "( 1.3.6.1.4.1.4203.666.11.9.1.2 NAME 'cachedQueryURL' "
+       { "( 1.3.6.1.4.1.4203.666.11.9.1.2 "
+               "NAME 'cachedQueryURL' "
                "DESC 'URI describing a cached query' "
                "EQUALITY caseExactMatch "
                "SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 "
-               "NO-USER-MODIFICATION USAGE directoryOperation )",
+               "NO-USER-MODIFICATION "
+               "USAGE directoryOperation )",
                &ad_cachedQueryURL },
        { NULL }
 };