OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-35-g85ab7ba

Gerrit Code Review gerrit@openafs.org
Fri, 20 Dec 2024 10:39:11 -0500


The following commit has been merged in the master branch:
commit 85ab7bae4eecd254388928d3a12d82d094d15ec6
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Mon Dec 16 23:37:40 2024 -0600

    cf: Disable pam for --disable-kauth
    
    Since commit f7ddab6606 (Merge pam into the kauth configure option), we
    set enable_pam="yes" if --enable-kauth was given to configure. That
    makes sense, but we also do that if --disable-kauth was given to
    configure. This doesn't make any sense, since we disable enable_pam and
    enable_kauth if no --enable-kauth/--disable-kauth option was given at
    all.
    
    This doesn't affect much, since INSTALL_KAUTH will be disabled for
    --disable-kauth, so the items in src/pam won't be installed in this case
    regardless. But to make our behavior more consistent, and actually avoid
    kauth stuff for --disable-kauth, set enable_pam to the same thing as
    enable_kauth when an option is given, so pam is disabled when kauth is
    disabled.
    
    Change-Id: Ib36e9fdffb93d659e1fadab5f1bb1334770806b8
    Reviewed-on: https://gerrit.openafs.org/15995
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>

 src/cf/options.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
OpenAFS Master Repository