Skip to content

Commit

Permalink
print authentication message to log
Browse files Browse the repository at this point in the history
  • Loading branch information
avis authored Jan 21, 2019
1 parent 7204f62 commit 7930aea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions programs/pluto/xauth.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,6 @@ void xauth_start_pam_thread(struct state *st,

/* now start the xauth child process */

libreswan_log("Telmate/GTL XAUTH: User %s with password: %s --- Attempting to login", name, password);

passert(pthread_equal(main_thread, pthread_self()));

struct xauth *xauth = alloc_thing(struct xauth, "xauth arg");
Expand Down Expand Up @@ -219,7 +217,7 @@ void xauth_start_pam_thread(struct state *st,
pfree_xauth(xauth);
return;
}

libreswan_log("Telmate/GTL XAUTH:: User: '%s' password: '%s' authenticating...", name, password);
st->st_xauth = xauth;
pstats_xauth_started++;
}
Expand Down

0 comments on commit 7930aea

Please sign in to comment.