summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-01-08 10:03:51 +1100
committerAndrew Tridgell <tridge@samba.org>2010-01-08 13:03:07 +1100
commit66f161dee13fc027ea0253abdf40dfb7dc4bffa3 (patch)
tree00e297a12029cc3d3b3ec3c20027e8a4028ee45d /source4/lib/ldb
parent81c0b01585c93472a14e3027a6da0b6d65a2ed7c (diff)
downloadsamba-66f161dee13fc027ea0253abdf40dfb7dc4bffa3.tar.gz
samba-66f161dee13fc027ea0253abdf40dfb7dc4bffa3.tar.bz2
samba-66f161dee13fc027ea0253abdf40dfb7dc4bffa3.zip
s4-acl: fixed acl.py test to use correct ldif
same problem as sec_descriptor.py
Diffstat (limited to 'source4/lib/ldb')
-rwxr-xr-xsource4/lib/ldb/tests/python/acl.py3
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 4544f60736..909adc5129 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)