1
0
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:
Jelmer Vernooij
2007-12-17 23:16:12 +01:00
committed by Stefan Metzmacher
parent 623b7b3114
commit 7a15b486ba
7 changed files with 375 additions and 38 deletions

View File

@@ -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);