From 0e191fa26ab6f0f4119eccca0170e5ebd7f46382 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 29 Nov 2007 16:01:11 +0100 Subject: r26204: Binsings for some more functions. (This used to be commit ab6be3086f7ad8c22e6f4805bccad5a04c0325f2) --- source4/auth/credentials/credentials.i | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/auth/credentials/credentials.i') diff --git a/source4/auth/credentials/credentials.i b/source4/auth/credentials/credentials.i index 2edda111b4..e694f93351 100644 --- a/source4/auth/credentials/credentials.i +++ b/source4/auth/credentials/credentials.i @@ -89,5 +89,9 @@ typedef struct cli_credentials { bool is_anonymous(void); const struct samr_Password *get_nt_hash(TALLOC_CTX *mem_ctx); + + bool authentication_requested(); + + bool wrong_password(); } } cli_credentials; -- cgit