]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Update CHANGES.md
authorZdenek Dohnal <zdohnal@redhat.com>
Wed, 14 Feb 2024 13:10:39 +0000 (14:10 +0100)
committerZdenek Dohnal <zdohnal@redhat.com>
Wed, 14 Feb 2024 13:10:39 +0000 (14:10 +0100)
CHANGES.md
configure

index 64a6edef0d5a960f841aefa098aac7b71c4241bd..400f082e677449788666ea20bbf1550e42263fe2 100644 (file)
@@ -13,6 +13,7 @@ Changes in CUPS v2.5b1 (TBA)
 - Added a new argument value for `lpstat` argument '-W' - `successful` -
   to get successfully printed jobs (Issue #830)
 - Added driver filter to web interface (Issue #848)
+- Added support for PAM modules password-auth and system-auth (Issue #892)
 - Updated CUPS to require TLS support - OpenSSL, GNUTLS and LibreSSL are
   supported.
 - Updated CUPS to require ZLIB.
index e238272e1c52d4e20e0a33ae02cd23487d5a0b3e..e77b85467a74581c86b7b26124b3e81e6db4307e 100755 (executable)
--- a/configure
+++ b/configure
@@ -4726,11 +4726,11 @@ if test x$ac_prog_cxx_stdcxx = xno
 then :
   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++11 features" >&5
 printf %s "checking for $CXX option to enable C++11 features... " >&6; }
-if test ${ac_cv_prog_cxx_11+y}
+if test ${ac_cv_prog_cxx_cxx11+y}
 then :
   printf %s "(cached) " >&6
 else $as_nop
-  ac_cv_prog_cxx_11=no
+  ac_cv_prog_cxx_cxx11=no
 ac_save_CXX=$CXX
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
@@ -4772,11 +4772,11 @@ if test x$ac_prog_cxx_stdcxx = xno
 then :
   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++98 features" >&5
 printf %s "checking for $CXX option to enable C++98 features... " >&6; }
-if test ${ac_cv_prog_cxx_98+y}
+if test ${ac_cv_prog_cxx_cxx98+y}
 then :
   printf %s "(cached) " >&6
 else $as_nop
-  ac_cv_prog_cxx_98=no
+  ac_cv_prog_cxx_cxx98=no
 ac_save_CXX=$CXX
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
@@ -9974,6 +9974,16 @@ then :
 
            PAMFILE="pam.common"
 
+elif test -f /etc/pam.d/password-auth
+then :
+
+           PAMFILE="pam.password"
+
+elif test -f /etc/pam.d/system-auth
+then :
+
+           PAMFILE="pam.system"
+
 else $as_nop
 
            moddir=""