Fix of a bug in the security.descriptor.as_sddl() method
authornadezhda ivanova <nivanova@ved.salsa.postpath.local>
Thu, 23 Apr 2009 14:18:23 +0000 (17:18 +0300)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 23 Apr 2009 16:21:25 +0000 (18:21 +0200)
commit90cc5e72ba0cf4b5261be2f2aa9db87bd011fbb0
tree3ca9402fe8df738b8305d6391983882db51914e6
parent3cf48ee05ae99fb99d1b7b7204f9b8c444907a4a
Fix of a bug in the security.descriptor.as_sddl() method

security.descriptor.as_sddl() method did not work correctly when invoked without
supplying the domain sid. Returned the same value as when the sid was provided.
Test added for this case in  libcli/security/tests/bindings.py

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
source4/libcli/security/tests/bindings.py
source4/librpc/ndr/py_security.c