aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-05-03 10:27:10 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-05-03 10:27:10 +0200
commitfae5b91f36e94c6959fb72130d5d4de5f9669e30 (patch)
tree3853fdfa45ca22f50bfe01f9069c2c5968e329d4 /src
parentb2bcfc0f277c369bcf9eecfaa7fea648b6caa80d (diff)
downloadlibpam-x2go-fae5b91f36e94c6959fb72130d5d4de5f9669e30.tar.gz
libpam-x2go-fae5b91f36e94c6959fb72130d5d4de5f9669e30.tar.bz2
libpam-x2go-fae5b91f36e94c6959fb72130d5d4de5f9669e30.zip
PAM prompt: rename from "x2gosession" to "remote command".
Diffstat (limited to 'src')
-rw-r--r--src/pam-x2go.c2
1 files changed, 1 insertions, 1 deletions
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;