scripting: Modify samba.descriptor.get_diff_sds() to cope with a missing reference...
authorAndrew Bartlett <abartlet@samba.org>
Fri, 22 Mar 2013 11:16:03 +0000 (22:16 +1100)
committerStefan Metzmacher <metze@samba.org>
Mon, 25 Mar 2013 10:35:03 +0000 (11:35 +0100)
commit874a93bc1c437543474a6c574b0065b7b953ad38
treeaa0563ff79f7918234da4125ffc46e3d58ce40d2
parent4789a3072a4241841c096115dbdb0c3259968e68
scripting: Modify samba.descriptor.get_diff_sds() to cope with a missing reference owner

This allows the reference SD not to have an owner specified, and still
have the comparison with a database SD that does have an owner pass.
(And the same for owning group).

Andrew Bartlett

Reviewed-by: Stefan Metzmacher <metze@samba.org>
python/samba/descriptor.py