auth::get_local_account (private)
auth::get_local_account [ -return_url return_url ] -username username \ [ -authority_id authority_id ] [ -email email ] \ [ -first_names first_names ] [ -last_name last_name ]
Defined in packages/acs-authentication/tcl/authentication-procs.tcl
Get the user_id of the local account for the given username and domain combination.
- Switches:
- -return_url (optional)
- -username (required)
- The username to find
- -authority_id (optional)
- The ID of the authority to ask to verify the user. Leave blank for local authority.
- -email (optional)
- -first_names (optional)
- -last_name (optional)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.