diff options
Diffstat (limited to 'source4/torture/drs')
-rw-r--r-- | source4/torture/drs/python/repl_schema.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/drs/python/repl_schema.py b/source4/torture/drs/python/repl_schema.py index 6e31dc8c1c..997c94874f 100644 --- a/source4/torture/drs/python/repl_schema.py +++ b/source4/torture/drs/python/repl_schema.py @@ -125,7 +125,7 @@ class DrsReplSchemaTestCase(samba.tests.TestCase): "governsId": "1.2.840." + str(random.randint(1,100000)) + ".1.5.13", "instanceType": "4", "objectClassCategory": "1", - "subClassOf": "organizationalPerson", + "subClassOf": "top", "systemOnly": "FALSE"} # allow overriding/adding attributes if not attrs is None: |