[SCM] pam wrapper repository - branch master updated

Andreas Schneider asn at samba.org
Fri Nov 10 17:43:33 UTC 2023


The branch, master has been updated
       via  9f0cccf pwrap: Fix PAM_WRAPPER_DISABLE_DEEPBIND environment variable
      from  164d598 tests: Define PATH_MAX for Hurd.

https://git.samba.org/?p=pam_wrapper.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 9f0cccf7432dd9be1de953f9b13a7f9b06c40442
Author: Andreas Schneider <asn at cryptomilk.org>
Date:   Fri Nov 10 15:38:37 2023 +0100

    pwrap: Fix PAM_WRAPPER_DISABLE_DEEPBIND environment variable
    
    Signed-off-by: Andreas Schneider <asn at cryptomilk.org>
    Reviewed-by: Pavel Filipenský <pfilipensky at samba.org>

-----------------------------------------------------------------------

Summary of changes:
 src/pam_wrapper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/src/pam_wrapper.c b/src/pam_wrapper.c
index 66673f0..c47b564 100644
--- a/src/pam_wrapper.c
+++ b/src/pam_wrapper.c
@@ -336,7 +336,7 @@ static void *pwrap_load_lib_handle(enum pwrap_lib lib)
 
 #ifdef RTLD_DEEPBIND
 	const char *env_preload = getenv("LD_PRELOAD");
-	const char *env_deepbind = getenv("UID_WRAPPER_DISABLE_DEEPBIND");
+	const char *env_deepbind = getenv("PAM_WRAPPER_DISABLE_DEEPBIND");
 	bool enable_deepbind = true;
 
 	/* Don't do a deepbind if we run with libasan */


-- 
pam wrapper repository



More information about the samba-cvs mailing list