aboutsummaryrefslogtreecommitdiff
path: root/src/pam-x2go-children.h
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2012-11-09 12:04:48 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2012-11-09 12:04:48 +0100
commitedd14a06a92de3b1275f4aeb377d8fa3852f823e (patch)
tree64f22a313e0694b6b5431169e4732c2fd707fb39 /src/pam-x2go-children.h
parent42b8b279e62e6e2f5a7455e30bb0a211763ee187 (diff)
downloadlibpam-x2go-edd14a06a92de3b1275f4aeb377d8fa3852f823e.tar.gz
libpam-x2go-edd14a06a92de3b1275f4aeb377d8fa3852f823e.tar.bz2
libpam-x2go-edd14a06a92de3b1275f4aeb377d8fa3852f823e.zip
Adaptations of the forked original to work with X2Go: Check the authentication token via libssh (ssh login to the remote server).
Diffstat (limited to 'src/pam-x2go-children.h')
-rw-r--r--src/pam-x2go-children.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pam-x2go-children.h b/src/pam-x2go-children.h
index cb36312..d300d46 100644
--- a/src/pam-x2go-children.h
+++ b/src/pam-x2go-children.h
@@ -16,8 +16,8 @@
* Author: Ted Gould <ted@canonical.com>
*/
-#ifndef _PAM_FREERDP_CHILDREN_H_
-#define _PAM_FREERDP_CHILDREN_H_
+#ifndef _PAM_X2GO_CHILDREN_H_
+#define _PAM_X2GO_CHILDREN_H_
#define PAM_TYPE_DOMAIN 1234
#define ALL_GOOD_SIGNAL "Ar, ready to authenticate cap'n"
@@ -27,4 +27,4 @@ pam_sm_authenticate_helper (int *stdinpipe, const char* username, const char* rh
int
session_socket_handler (struct passwd * pwdent, int readypipe, const char * ruser, const char * rhost, const char * rdomain, const char * password);
-#endif //_PAM_FREERDP_CHILDREN_H_
+#endif //_PAM_X2GO_CHILDREN_H_