When we have a tunneled MS-CHAP2-Success attribute, it goes
[freeradius.git] / src / modules / rlm_smb / valid.h
1 #ifndef _VALID_H_
2 #define _VALID_H_
3 /* SMB User verification function */
4
5 #define NTV_NO_ERROR 0
6 #define NTV_SERVER_ERROR 1
7 #define NTV_PROTOCOL_ERROR 2
8 #define NTV_LOGON_ERROR 3
9
10 int Valid_User(char *USERNAME,char *PASSWORD,char *SERVER, char *BACKUP, char *DOMAIN);
11
12 #endif