1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

s4-auth Add function to obtain any user's session_info from a given LDB

This will be a building block for a tokenGroups test, which can
compare against a remote server (in particular the rootDSE) against
what we would calculate the tokenGroups to be.

(this meant moving some parts out of the auth_sam code into the
containing library)

Andrew Bartlett
This commit is contained in:
Andrew Bartlett
2010-12-22 17:17:07 +11:00
committed by Andrew Tridgell
parent c82269cf86
commit ece6eae4d8
6 changed files with 209 additions and 81 deletions

View File

@ -48,7 +48,7 @@ bld.SAMBA_SUBSYSTEM('auth_sam_reply',
bld.SAMBA_PYTHON('pyauth',
source='pyauth.c',
public_deps='auth_system_session',
deps='samdb pytalloc-util pyparam_util',
deps='samdb pytalloc-util pyparam_util pyldb-util',
realname='samba/auth.so'
)