1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

forgot one thing

This commit is contained in:
Gerald Carter 0001-01-01 00:00:00 +00:00
parent ff7c5be88a
commit a17f247157

View File

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