1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

Add in a way to get at the private_path() function from python

Andrew Bartlett
This commit is contained in:
Andrew Bartlett 2008-04-14 11:48:43 +02:00
parent 2b8cf1b2a4
commit 416d2e3a52

View File

@ -78,3 +78,8 @@ bool dsdb_set_ntds_invocation_id(struct ldb_context *ldb, const char *guid)
return samdb_set_ntds_invocation_id(ldb, &invocation_id_in);
}
%}
char *private_path(TALLOC_CTX* mem_ctx,
struct loadparm_context *lp_ctx,
const char *name);