diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-01-08 10:03:51 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-01-08 13:03:07 +1100 |
commit | 66f161dee13fc027ea0253abdf40dfb7dc4bffa3 (patch) | |
tree | 00e297a12029cc3d3b3ec3c20027e8a4028ee45d /source4 | |
parent | 81c0b01585c93472a14e3027a6da0b6d65a2ed7c (diff) | |
download | samba-66f161dee13fc027ea0253abdf40dfb7dc4bffa3.tar.gz |
s4-acl: fixed acl.py test to use correct ldif
same problem as sec_descriptor.py
Diffstat (limited to 'source4')
-rwxr-xr-x | source4/lib/ldb/tests/python/acl.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/lib/ldb/tests/python/acl.py b/source4/lib/ldb/tests/python/acl.py index 4544f60736a..909adc5129d 100755 --- a/source4/lib/ldb/tests/python/acl.py +++ b/source4/lib/ldb/tests/python/acl.py @@ -164,7 +164,8 @@ replace: nTSecurityDescriptor """ ldif = """ dn: """ + group_dn + """ -changetype: add +changetype: modify +add: member member: """ + member_dn _ldb.modify_ldif(ldif) |