mirror of
https://github.com/samba-team/samba.git
synced 2025-07-20 08:59:06 +03:00
r26496: Move some provision functions to a new SamDB class, support setting session_info on a ldb context from python.
(This used to be commit 75cfb0d609
)
This commit is contained in:
committed by
Stefan Metzmacher
parent
7c34f48827
commit
b0360e3a86
@ -62,6 +62,7 @@ import credentials
|
||||
import param
|
||||
random_password = _misc.random_password
|
||||
ldb_set_credentials = _misc.ldb_set_credentials
|
||||
ldb_set_session_info = _misc.ldb_set_session_info
|
||||
ldb_set_loadparm = _misc.ldb_set_loadparm
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user