23 Jul
2008
23 Jul
'08
3:06 p.m.
krzychk2 wrote:
I'd like to do a solution like token authentication.
Token authentication is usually done as part of an existing authentication protocol. Which authentication protocol do you plan on using?
Firts step. User is authorized by user/password.
Secound step: For the authentication from LDAP is taken further informations (like UID, date of birth) and user is asked about it.
I think it is something familiar with CHAP Challenge but I don't know how to combine this solutions.
CHAP does not do end-user challenges. Alan DeKok.