From c6a1d0bcbef495512a7cea8ac5759b769145b159 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 10 Nov 2012 21:41:14 +0100 Subject: renaming rdomain to rsession, put password as last string into the socket buffer --- src/pam-x2go-children.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pam-x2go-children.h') diff --git a/src/pam-x2go-children.h b/src/pam-x2go-children.h index 012120e..4cf8e63 100644 --- a/src/pam-x2go-children.h +++ b/src/pam-x2go-children.h @@ -23,8 +23,8 @@ #define ALL_GOOD_SIGNAL "Ar, ready to authenticate cap'n" void -pam_sm_authenticate_helper (int *stdinpipe, const char* username, const char* rhost, const char* ruser, const char* rdomain); +pam_sm_authenticate_helper (int *stdinpipe, const char* username, const char* rhost, const char* ruser, const char* rsession); int -session_socket_handler (struct passwd * pwdent, int readypipe, const char * ruser, const char * rhost, const char * rdomain, const char * password); +session_socket_handler (struct passwd * pwdent, int readypipe, const char * ruser, const char * rhost, const char * rsession, const char * password); #endif //_PAM_X2GO_CHILDREN_H_ -- cgit v1.2.3