mirror of
https://github.com/samba-team/samba.git
synced 2025-06-23 11:17:06 +03:00
add the new test-schema test (This used to be commit 42a20f6fa4073fc5ea1ca6254137a4ef53caee01)
26 lines
538 B
Plaintext
26 lines
538 B
Plaintext
dn: CN=Test,CN=Users,DC=schema,DC=test
|
|
changetype: modify
|
|
replace: description
|
|
description: this test must not fail
|
|
|
|
dn: CN=Test,CN=Users,DC=schema,DC=test
|
|
changetype: modify
|
|
delete: description
|
|
# this test must not fail
|
|
|
|
dn: CN=Test,CN=Users,DC=schema,DC=test
|
|
changetype: modify
|
|
add: description
|
|
description: this test must not fail
|
|
|
|
dn: CN=Test,CN=Users,DC=schema,DC=test
|
|
changetype: modify
|
|
add: foo
|
|
foo: this test must fail
|
|
|
|
dn: CN=Test,CN=Users,DC=schema,DC=test
|
|
changetype: modify
|
|
delete: nTSecurityDescriptor
|
|
# this test must fail
|
|
|