aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2023-05-22 10:00:42 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2023-05-22 10:01:04 +0000
commit951beab15d397942b5306aae292cd16564abe9f9 (patch)
tree2fd988ebfe44e746dd11eea45458b70332889ca5
parentbe8d01b51516b96c07ea95e4dbcc6e23c73e3bb5 (diff)
downloadsrc-951beab15d397942b5306aae292cd16564abe9f9.tar.gz
src-951beab15d397942b5306aae292cd16564abe9f9.zip
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
-rw-r--r--lib/libtacplus/taclib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libtacplus/taclib.h b/lib/libtacplus/taclib.h
index cb08d94c0e74..67c7409657bc 100644
--- a/lib/libtacplus/taclib.h
+++ b/lib/libtacplus/taclib.h
@@ -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