diff options
Diffstat (limited to 'sesman/verify_user_kerberos.c')
| -rw-r--r-- | sesman/verify_user_kerberos.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sesman/verify_user_kerberos.c b/sesman/verify_user_kerberos.c index 4f58c83a..bf011506 100644 --- a/sesman/verify_user_kerberos.c +++ b/sesman/verify_user_kerberos.c @@ -77,7 +77,7 @@ struct user_info /******************************************************************************/ /* returns boolean */ -static int DEFAULT_CC +static int k5_begin(struct k_opts *opts, struct k5_data *k5, struct user_info *u_info) { krb5_error_code code = 0; @@ -168,7 +168,7 @@ k5_begin(struct k_opts *opts, struct k5_data *k5, struct user_info *u_info) } /******************************************************************************/ -static void DEFAULT_CC +static void k5_end(struct k5_data *k5) { if (k5->name) @@ -399,7 +399,7 @@ cleanup: /******************************************************************************/ /* returns boolean */ -int DEFAULT_CC +int auth_userpass(const char *user, const char *pass, int *errorcode) { struct k_opts opts; @@ -428,7 +428,7 @@ auth_userpass(const char *user, const char *pass, int *errorcode) /******************************************************************************/ /* returns error */ -int DEFAULT_CC +int auth_start_session(long in_val, int in_display) { return 0; @@ -436,21 +436,21 @@ auth_start_session(long in_val, int in_display) /******************************************************************************/ /* returns error */ -int DEFAULT_CC +int auth_stop_session(long in_val) { return 0; } /******************************************************************************/ -int DEFAULT_CC +int auth_end(long in_val) { return 0; } /******************************************************************************/ -int DEFAULT_CC +int auth_set_env(long in_val) { return 0; |
