From d85924a028f35e4789c70c068f903d677caf7ca0 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 12 Apr 2001 22:15:57 +0000 Subject: forgot one thing (This used to be commit a17f2471571596e97b212ff9de1c8b45dac12eb6) --- source3/include/passdb.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/include/passdb.h') diff --git a/source3/include/passdb.h b/source3/include/passdb.h index 89cb35bd14..302e69105f 100644 --- a/source3/include/passdb.h +++ b/source3/include/passdb.h @@ -49,6 +49,10 @@ struct passdb_ops { BOOL (*update_sam_account) (SAM_ACCOUNT* sampass, BOOL override); BOOL (*delete_sam_account) (char* username); BOOL (*add_sam_account) (SAM_ACCOUNT* sampass); + + /* authenticate a user */ + SAM_ACCOUNT* (*logon_user) (char* username, char* domain, char* lm_pw, + int lm_pw_len, char* nt_pw, int nt_pw_len, char* clear_pass); }; -- cgit