ntacls: add session_info arg to setntacl and pass down to set_nt_acl api
authorJoe Guo <joeg@catalyst.net.nz>
Tue, 3 Jul 2018 22:27:23 +0000 (10:27 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 12 Jul 2018 02:32:00 +0000 (04:32 +0200)
commit8dc8b8d7f9dda3e83632e18bca002b71552a8fa7
tree4cc3652cdf0e17e558f8b2a640cf70e389efe3fd
parente2e6dd9d865b97bd5c574181f02208b79c895006
ntacls: add session_info arg to setntacl and pass down to set_nt_acl api

Then underneath code can reuse the authentication info in session to
improve performance.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13521

Signed-off-by: Joe Guo <joeg@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
python/samba/ntacls.py