taclib: 0 (not set) is a valid auth type in authorization requests.

MFC after:	1 week
Sponsored by:	Klara, Inc.
Reviewed by:	rew
Differential Revision:	https://reviews.freebsd.org/D40132
This commit is contained in:
Dag-Erling Smørgrav 2023-05-22 10:00:42 +00:00
parent be8d01b515
commit 951beab15d

View file

@ -60,6 +60,7 @@ struct tac_handle;
#define TAC_AUTHEN_SENDAUTH 0x04
/* Authentication types */
#define TAC_AUTHEN_TYPE_NOT_SET 0x00
#define TAC_AUTHEN_TYPE_ASCII 0x01
#define TAC_AUTHEN_TYPE_PAP 0x02
#define TAC_AUTHEN_TYPE_CHAP 0x03