From: Stefan Metzmacher Date: Tue, 23 Jul 2024 07:27:37 +0000 (+0200) Subject: selftest:Samba3: don't use PAM_WRAPPER_KEEP_DIR and PAM_WRAPPER_DEBUGLEVEL X-Git-Tag: tdb-1.4.11~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6481fab912bb5d14e39a0140cb882f99fe330081;p=thirdparty%2Fsamba.git selftest:Samba3: don't use PAM_WRAPPER_KEEP_DIR and PAM_WRAPPER_DEBUGLEVEL They are both only for debugging problems. In normal runs we don't need them and this avoids leaving to many /tmp/pam.* directories arround. BUG: https://bugzilla.samba.org/show_bug.cgi?id=9705 Signed-off-by: Stefan Metzmacher Reviewed-by: Andreas Schneider Reviewed-by: Martin Schwenke --- diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm index c7cdbefc72d..b35769266ae 100755 --- a/selftest/target/Samba3.pm +++ b/selftest/target/Samba3.pm @@ -1809,9 +1809,8 @@ sub setup_simpleserver close(FILE); $vars->{PAM_WRAPPER} = "1"; - $vars->{PAM_WRAPPER_KEEP_DIR} = "1"; $vars->{PAM_WRAPPER_SERVICE_DIR} = $pam_service_dir; - $vars->{PAM_WRAPPER_DEBUGLEVEL} = "3"; + #$vars->{PAM_WRAPPER_DEBUGLEVEL} = "3"; if (not $self->check_or_start( env_vars => $vars,