<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE ModuleProperties PUBLIC "=//iPlanet//Authentication Module Properties XML Interface 1.0 DTD//EN"
          "jar://com/sun/identity/authentication/Auth_Module_Properties.dtd">
<ModuleProperties moduleName="VIPLoginModule" version="1.0" >
    <Callbacks length="3" order="1" timeout="60" 
             header="In order to authenticate, you must enter your
		     username, TokenID, and a OTP." >
        <NameCallback>
            <Prompt>
	Username
            </Prompt>
        </NameCallback>
        <NameCallback>
            <Prompt>
	TokenID
            </Prompt>
        </NameCallback>
        <NameCallback>
            <Prompt>
	OTP
            </Prompt>
        </NameCallback>
    </Callbacks>
</ModuleProperties>