diff options
author | Kamen Mazdrashki <kamenim@samba.org> | 2010-08-19 02:47:14 +0300 |
---|---|---|
committer | Kamen Mazdrashki <kamenim@samba.org> | 2010-08-19 03:34:04 +0300 |
commit | c3cf388eaf322b7646aa464774baa324be81a56d (patch) | |
tree | 7526538c1243e6bb8eeafa02fec8aff1d4ce9de2 /source4/torture/drs/rpc | |
parent | a46ead0724f54a6034913fe5d1da077140d58133 (diff) | |
download | samba-c3cf388eaf322b7646aa464774baa324be81a56d.tar.gz samba-c3cf388eaf322b7646aa464774baa324be81a56d.tar.bz2 samba-c3cf388eaf322b7646aa464774baa324be81a56d.zip |
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
Diffstat (limited to 'source4/torture/drs/rpc')
-rw-r--r-- | source4/torture/drs/rpc/msds_intid.c | 6 |
1 files changed, 3 insertions, 3 deletions
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" |