git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81c0b01
)
s4-acl: fixed acl.py test to use correct ldif
author
Andrew Tridgell
<tridge@samba.org>
Thu, 7 Jan 2010 23:03:51 +0000
(10:03 +1100)
committer
Andrew Tridgell
<tridge@samba.org>
Fri, 8 Jan 2010 02:03:07 +0000
(13:03 +1100)
same problem as sec_descriptor.py
source4/lib/ldb/tests/python/acl.py
patch
|
blob
|
history
diff --git
a/source4/lib/ldb/tests/python/acl.py
b/source4/lib/ldb/tests/python/acl.py
index 4544f60736a5075f5e06c035ad9f63ae43a711d6..909adc5129d25210611b1a4ace8717c0eb7cae87 100755
(executable)
--- 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)