From fae5b91f36e94c6959fb72130d5d4de5f9669e30 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 3 May 2018 10:27:10 +0200 Subject: PAM prompt: rename from "x2gosession" to "remote command". --- src/pam-x2go.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/pam-x2go.c b/src/pam-x2go.c index 552cb3c..180ec0a 100644 --- a/src/pam-x2go.c +++ b/src/pam-x2go.c @@ -106,7 +106,7 @@ get_item (pam_handle_t * pamh, int type) message.msg_style = PAM_PROMPT_ECHO_OFF; break; case PAM_TYPE_X2GO_COMMAND: - message.msg = "x2gosession:"; + message.msg = "remote command:"; break; default: return NULL; -- cgit v1.2.3