mirror of
https://github.com/samba-team/samba.git
synced 2025-11-29 16:23:52 +03:00
r26517: Add functions for setting and getting parameters on a LoadParm.
Pass loadparm context along to Ldb contexts. Other minor Python improvements.
This commit is contained in:
committed by
Stefan Metzmacher
parent
623b7b3114
commit
7a15b486ba
@@ -32,7 +32,7 @@
|
||||
%import "../../auth/credentials/credentials.i"
|
||||
%import "../../param/param.i"
|
||||
%import "../../libcli/security/security.i"
|
||||
%import "../../libcli/util/errors.i";
|
||||
%import "../../libcli/util/errors.i"
|
||||
|
||||
%rename(random_password) generate_random_str;
|
||||
char *generate_random_str(TALLOC_CTX *mem_ctx, size_t len);
|
||||
|
||||
Reference in New Issue
Block a user