passdb struct in smb.h
Gerald Carter
gcarter at valinux.com
Wed Oct 25 21:43:00 GMT 2000
Folks,
Can anyone remember why the password check functions are
#if 0'd out? Are they not needed? Unfinished? etc...
Cheers, jerry
struct passdb_ops {
....
#if 0
/*
* password checking functions
*/
struct smb_passwd *(*smb_password_chal )(char *username,
char lm_pass[24], char nt_pass[24], char chal[8]);
struct smb_passwd *(*smb_password_check )(char *username,
char lm_hash[16], char nt_hash[16]);
struct passwd *(*unix_password_check)(char *username,
char *pass, int pass_len);
#endif
};
Cheers, jerry
--
----------------------------------------------------------------------
/\ Gerald (Jerry) Carter Professional Services
\/ http://www.valinux.com/ VA Linux Systems gcarter at valinux.com
http://www.samba.org/ SAMBA Team jerry at samba.org
http://www.plainjoe.org/ jerry at plainjoe.org
"...a hundred billion castaways looking for a home."
- Sting "Message in a Bottle" ( 1979 )
More information about the samba-technical
mailing list