python/samba/provision: set unix session info for user session, used for sysvol acl...
commitefea16f367e4b4e7bf140b15a023770470124898
authorBjörn Baumbach <bb@sernet.de>
Thu, 4 Jun 2020 14:02:24 +0000 (4 16:02 +0200)
committerRalph Boehme <slow@samba.org>
Fri, 5 Jun 2020 10:32:31 +0000 (5 10:32 +0000)
treed9c715a2130ec33083d83778d8aba373832453ed
parentd72a512e0f1ce265f6bd2af01feebcfe809c9079
python/samba/provision: set unix session info for user session, used for sysvol acl reset

The unix session info is required and expected by e.g. many vfs
modules. Missing unix session info leads to samba panic.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=14400

Signed-off-by: Björn Baumbach <bb@sernet.de>
Reviewed-by: Ralph Boehme <slow@samba.org>
python/samba/provision/__init__.py