search for: respsonse

Displaying 4 results from an estimated 4 matches for "respsonse".

Did you mean: response
2001 Dec 18
0
openssh, pam and cryptocard's cryptoadmin / easyradius
...do Paliot <guido.paliot at to.com> Subject: OpenSSH and PAM Guido, Upgrading to the latest version of CRYPTOAdmin 5.16 will not help. Here is what happens. If the sshd pam configuration file is setup like this: auth sufficient /lib/security/pam_radius_auth.so - A normal numeric respsonse will go through. - If an alpha numeric response is entered into the response prompt it will take it but then display a challenge and ask for the same response again. Once the response is entered again you will be connected. This is not a function of the CRYPTOAdmin server or the PAM module (th...
2012 Mar 21
1
small scales in fwdmsa
...+ 1 - length(msamp))] : only 0's may be mixed with negative subscripts I understand that the error is triggered when the algorithm is fetching cases to enter into the next step of the forward search. I don't understand what I can do to remedy this error. The data are dichotomized (1,0) respsonses from a multiple-choice exam that 150 students have completed. If I run the entire test (37 items) , the fwd.msa algorithm works fine. However, the entire test is not unidimensional, so I want to perform separate analyses with the several unidimensional scales comprised by the entire test. Yet when...
2003 Feb 17
1
OT: suggestion! (was Re: !!ATTENTION NEWBIES!!)
> -----Original Message----- > From: Robert Adkins II [mailto:radkins@impelind.com] > I have read a few more of your responses. It appears that you > believe wholeheartedly that your more advanced questions are going > unanswered simply because of the volume of lower skilled questions. I see it go both ways. The really "interesting" problems that uncover new bugs in
2006 Jan 17
30
MVC design good/bad
I am curious what you find is good and bad MVC design. Let''s use the find and find_by_sql methods as examples. Currently I have these spread out all over the place... View: here I have some find methods when I am for example populating a select list with choices in a form. Controller: here I have the simpler find methods. Model: here I have the more complicated find methods (usually