Wednesday, March 25, 2009

Sample Login Module Stacks for Using Logon Tickets

Sample Login Module Stack for Creating Logon Tickets When processing the following login module stack, the server will issue the user a logon ticket after successful authentication using the Basic Authentication mechanism (user ID and password). Login Modules Flag BasicPasswordLoginModule OPTIONAL CreateTicketLoginModule SUFFICIENT Sample Login Module Stack for Accepting Logon Tickets When processing the following login module stack, the server will accept a user’s logon ticket. If the user does not possess a valid logon ticket, then the server reverts to using Basic Authentication. Login Modules Flag EvaluateTicketLoginModule SUFFICIENT BasicPasswordLoginModule SUFFICIENT Sample Login Module Stack for Creating and Accepting Logon Tickets When processing the following login module stack, the server will revert to authentication using Basic Authentication if the user does not possess a valid logon ticket. After successful authentication, the server then issues a logon ticket to the user. This is the login module stack provided with the ticket component. Login Modules Flag EvaluateTicketLoginModule SUFFICIENT BasicPasswordLoginModule REQUISITE CreateTicketLoginModule OPTIONAL

No comments:

Post a Comment