aop_setpasswordΒΆ

aop_setpassword sets a new password.

ok = aop_setpassword(envId, userId, oldpwd, newpwd, cl)

Return Value

ok.

Parameters

envId

envId is the environment Id, returned by aop_openenv.

userId

userId is the user Id.

oldpwd

oldpwd is the old password.

newpwd

newpwd is the new password.

cl

cl is the client pointer, returned by rpc_clnt_create.

Example

]]
[[

History

Version Description
5.0.0 New

id-845326