Motorola CA50 Developer & User Manual page 343

Table of Contents

Advertisement

AuthenticateUserPassword
This function attempts to authenticate a UCA console user and password. It only checks the validity of the
username and password pair.
int AuthenticateUserPassword(string sUser, string sPassword, string ipAddr, ref UCAWebServiceStatus
WSStatus)
Parameters
sUser
User login ID.
sPassword
User password.
ipAddr
IP address of source machine (optional - used for logging).
Pass "" when address logging is not required.
WSStatus
UCAWebServiceStatus class describes the status of the call
Return Values
Returns a value of 1 when successful. If the return value is 0, check WSStatus for the error code and description.
Remarks
Any errors are logged to the NT Event log.
UCA Server Optional APIs 11 - 41

Advertisement

Table of Contents
loading

Table of Contents