summaryrefslogtreecommitdiff
path: root/python/samba/auth_util.py
AgeCommit message (Collapse)AuthorFilesLines
2020-06-05python: fix slow's mail addressBjörn Baumbach1-1/+1
Signed-off-by: Björn Baumbach <bb@sernet.de> Reviewed-by: Ralph Boehme <slow@samba.org>
2019-12-20python: move system_session_unix to new auth_util.pyRalph Boehme1-0/+34
system_session_unix() will be used by many more callers soon. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>