aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2025-08-11 22:12:09 +0000
committerCy Schubert <cy@FreeBSD.org>2025-08-11 22:12:09 +0000
commit89c82750da1ad6a31eea8ccb0a5ca29351a3ee68 (patch)
tree02b782447372faee5d9be21a74ab619858013783
parent7a4a305f1300c27dd12585d5442e2ee52b97b940 (diff)
krb5 ksu: Enable prompt for password
Enable prompt for password when no TGT is available. Reported by: Dan Mahoney <dmahoney@isc.org>
-rw-r--r--krb5/usr.bin/ksu/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/krb5/usr.bin/ksu/Makefile b/krb5/usr.bin/ksu/Makefile
index 37a4c166aec6..7296ea61b73d 100644
--- a/krb5/usr.bin/ksu/Makefile
+++ b/krb5/usr.bin/ksu/Makefile
@@ -23,7 +23,8 @@ SRCS= authorization.c \
xmalloc.c
CFLAGS+=-I${KRB5_DIR}/include \
- -I${KRB5_SRCTOP}/include
+ -I${KRB5_SRCTOP}/include \
+ -DGET_TGT_VIA_PASSWD
MAN= ksu.1