AlternateIdCheck

Security Manager Module

Description: Searches the accounts for an account whose AltID matches the parameter value.
Returns: String
Usage: Script Only.
Related to: AlternateLogoff | AlternateLogon | Authenticate | LogOff | QuietLogon | UserCredChange | UserLogonDialog
Format: \SecurityManager\AlternateIdCheck(AltID [, ReturnName]);
Parameters:  
AltID
The alternate ID to search for in the user accounts.
ReturnName
Optional. A Boolean. If TRUE, returns the account name. If FALSE or Invalid, returns the account ID.
Comments: Returns either the account name, account ID or Invalid if no matching alternate ID was found.
AlternateIDCheck does not log the user in - it only verifies whether the ID is recognized.