diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2013-04-26 00:57:56 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2013-04-26 00:57:56 +0200 |
commit | 3fe57419d765633159094c1a5082ebbc284926ba (patch) | |
tree | c691af323d8a526257d1b0899a78acc91cdc2719 | |
parent | 96ce439c78880ba7153d0969cb49dda3b8c54f00 (diff) | |
download | libpam-x2go-3fe57419d765633159094c1a5082ebbc284926ba.tar.gz libpam-x2go-3fe57419d765633159094c1a5082ebbc284926ba.tar.bz2 libpam-x2go-3fe57419d765633159094c1a5082ebbc284926ba.zip |
switch over to »x2gosession« as identifier used by pam_x2go and rls
-rw-r--r-- | src/pam-x2go.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pam-x2go.c b/src/pam-x2go.c index 4f28907..0ed8a6b 100644 --- a/src/pam-x2go.c +++ b/src/pam-x2go.c @@ -99,7 +99,7 @@ get_item (pam_handle_t * pamh, int type) message.msg_style = PAM_PROMPT_ECHO_OFF; break; case PAM_TYPE_SESSIONTYPE: - message.msg = "sessiontype:"; + message.msg = "x2gosession:"; break; default: return NULL; |