Previous Topic: Sm_PolicyApi_DisableUser()

Next Topic: Sm_PolicyApi_FlushRealm()

Sm_PolicyApi_EnableUser()

Enables a user by clearing all the disabled bits. It does not clear the qualifier bit Sm_Api_Disabled_PWMustChange.

Type

User and user state function.

Syntax

int SM_EXTERN Sm_PolicyApi_EnableUser (
   void*           pSessionHandle,
   const char*     pszUserDirOid,
   const char*     pszUserDN,
   char*           pszErrMsg
);

Parameter

I/O

Description

pSessionHandle

I

A pointer to an internal Policy Management API data structure. The structure holds information about the administrator session and the client session.

pszUserDirOid

I

A null-terminated string containing the object identifier of the user directory where the user may be found.

pszUserDN

I

The distinguished name of the user to be enabled.

pszErrMsg

O

String containing an error message if the user is not enabled successfully.

Returns


Copyright © 2010 CA. All rights reserved. Email CA about this topic