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 <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
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,