From c3cf388eaf322b7646aa464774baa324be81a56d Mon Sep 17 00:00:00 2001 From: Kamen Mazdrashki Date: Thu, 19 Aug 2010 02:47:14 +0300 Subject: s4-test: Change attribute syntax and value for readability When it comes to read logs and dumping data received Octet String syntax comes in handy --- source4/torture/drs/rpc/msds_intid.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source4/torture/drs') diff --git a/source4/torture/drs/rpc/msds_intid.c b/source4/torture/drs/rpc/msds_intid.c index 30d181187d..8a847b5cba 100644 --- a/source4/torture/drs/rpc/msds_intid.c +++ b/source4/torture/drs/rpc/msds_intid.c @@ -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" -- cgit