| ClearBox Server v2.3 Developer's Guide |
ICommonAuthentication::SetUserPasswordCalled by server when user changes his password. HRESULT SetUserPassword( [in] long tag, [in] USERINFO * userInf, [out] VARIANT_BOOL * success); Parameters
Return ValuesIf extension returns error code, error TACACS+ packet is sent back. Thread SafetyThis method is called in context of WORK thread. (See Server Threads Model for details.) You should synchronize data which is shared with other threads. Memory ManagementServer allocates and frees memory for userInf fields, so extension must not change them. RemarksAlthough this method is in common authentication interface, in current server implementation it is used with TACACS+. See AlsoICommonAuthentication, Common authentication process, TACACS+ specific authentication © 2001-2004 XPerience Technologies. www.xperiencetech.com |
| Browser Based Help. Published by chm2web software. |