Searched refs:authok (Results 1 – 1 of 1) sorted by relevance
85 int authok; in bsdauth_respond() local93 authok = auth_userresponse(authctxt->as, responses[0], 0); in bsdauth_respond()95 debug3("bsdauth_respond: <%s> = <%d>", responses[0], authok); in bsdauth_respond()97 return (authok == 0) ? -1 : 0; in bsdauth_respond()