From 5cc2bdb997998edc1cb72eb4091b5cae22f4fcf5 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Thu, 25 Apr 2024 00:00:05 +0200 Subject: [PATCH] configure: print DAuth defaults in the help message --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index cc21e74a..16fcbfab 100644 --- a/configure.ac +++ b/configure.ac @@ -4047,7 +4047,7 @@ AS_VAR_IF([enable_dauth], ["yes"], AC_MSG_CHECKING([[for Digest Authentication default nonce timeout value]]) AC_ARG_ENABLE([dauth-def-timeout], [AS_HELP_STRING([--enable-dauth-def-timeout=NNN], - [set default Digest Auth nonce validity time to NNN seconds])], + [set default Digest Auth nonce validity time to NNN seconds [90]])], [enable_dauth_def_timeout="${enableval}"], [enable_dauth_def_timeout=""] ) @@ -4090,7 +4090,7 @@ AS_VAR_IF([enable_dauth], ["yes"], AC_MSG_CHECKING([[for Digest Authentication default maximum nc value]]) AC_ARG_ENABLE([dauth-def-max-nc], [AS_HELP_STRING([--enable-dauth-def-max-nc=NNN], - [set default Digest Auth maximum nc (nonce count) value to NNN])], + [set default Digest Auth maximum nc (nonce count) value to NNN [1000]])], [enable_dauth_def_max_nc="${enableval}"], [enable_dauth_def_max_nc=""] )