From b2ad8796fb5eddfec477119f49941ba2926cd145 Mon Sep 17 00:00:00 2001 From: David Bartley Date: Sun, 28 Oct 2007 20:11:40 -0400 Subject: [PATCH] Update comment about checking for thin client --- pam_csc.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pam_csc.c b/pam_csc.c index c228f38..bd7ca34 100644 --- a/pam_csc.c +++ b/pam_csc.c @@ -225,10 +225,7 @@ PAM_EXTERN int pam_sm_acct_mgmt(pam_handle_t* pamh, int flags, int argc, const c cscf = false; if(pam_get_item(pamh, PAM_RHOST, (const void**)&pam_rhost) && pam_rhost) { - /* TODO: check pam_rhost - * It appears that the thin clients all have hostnames of the form - * tc[0-9]+\.student\.cs - */ + /* TODO: check if pam_rhost is tcNNN.student.cs */ } if(cscf)