s4-test: Change attribute syntax and value for readability
authorKamen Mazdrashki <kamenim@samba.org>
Wed, 18 Aug 2010 23:47:14 +0000 (02:47 +0300)
committerKamen Mazdrashki <kamenim@samba.org>
Thu, 19 Aug 2010 00:34:04 +0000 (03:34 +0300)
When it comes to read logs and dumping data received
Octet String syntax comes in handy

source4/torture/drs/rpc/msds_intid.c

index 30d181187d3843159bee0cc40792f45d480f0d31..8a847b5cbafd6ae0e28b5e96925f66bc36c83f97 100644 (file)
@@ -86,8 +86,8 @@ struct DsIntIdTestCtx {
                "objectClass: attributeSchema\n" \
                "cn: msds-intid-%1$d\n" \
                "attributeID: 1.2.840.%1$d.1.5.9940\n" \
-               "attributeSyntax: 2.5.5.12\n" \
-               "omSyntax: 64\n" \
+               "attributeSyntax: 2.5.5.10\n" \
+               "omSyntax: 4\n" \
                "instanceType: 4\n" \
                "isSingleValued: TRUE\n" \
                "systemOnly: FALSE\n" \
@@ -125,7 +125,7 @@ struct DsIntIdTestCtx {
                "name: dsIntId_usr_%1$d\n" \
                "displayName: dsIntId_usr_%1$d\n" \
                "sAMAccountName: dsIntId_usr_%1$d\n" \
-               "msdsIntid%1$d: msDS-IntId attribute value\n" \
+               "msdsIntid%1$d: msDS-IntId-%1$d attribute value\n" \
                "\n"