summaryrefslogtreecommitdiff
path: root/source4/auth/credentials/credentials.i
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-04-05 21:39:26 +1100
committerAndrew Bartlett <abartlet@samba.org>2008-04-05 21:39:26 +1100
commit4c449fe95f20676553b04a6028310191b4a2a32a (patch)
tree99bbe9f1d2ea690e407ebaeee48f674059ad30be /source4/auth/credentials/credentials.i
parentcb98235a833bd3e67902ffe4d4a90801c5e75ada (diff)
downloadsamba-4c449fe95f20676553b04a6028310191b4a2a32a.tar.gz
samba-4c449fe95f20676553b04a6028310191b4a2a32a.tar.bz2
samba-4c449fe95f20676553b04a6028310191b4a2a32a.zip
Extend credentials python API to include set_machine_account.
Andrew Bartlett (This used to be commit 88b7a3980c7be90ea0099a3ecf08ad00fa89ea1a)
Diffstat (limited to 'source4/auth/credentials/credentials.i')
-rw-r--r--source4/auth/credentials/credentials.i2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/auth/credentials/credentials.i b/source4/auth/credentials/credentials.i
index 0a604cf002..152d2e673c 100644
--- a/source4/auth/credentials/credentials.i
+++ b/source4/auth/credentials/credentials.i
@@ -95,6 +95,8 @@ typedef struct cli_credentials {
bool set_workstation(const char *workstation,
enum credentials_obtained obtained=CRED_SPECIFIED);
+ NTSTATUS set_machine_account(struct loadparm_context *lp_ctx);
+
void guess(struct loadparm_context *lp_ctx);
bool is_anonymous(void);