Previous Topic: Sm_PolicyApi_RemovePolicyLinkFromPolicy()

Next Topic: Sm_PolicyApi_RemoveResponseAttr()

Sm_PolicyApi_RemoveRegularExpressionFromPasswordPolicy()

Removes a Regular Expression from the referenced password policy. Implemented only if the session's version is set to SM_POLICY_API_VERSION_6_0.

Type

Regular Expression function.

Syntax

int SM_EXTERN    Sm_PolicyApi_RemoveRegularExpressionFromPasswordPolicy(
   void*        pSessionHandle,
   const char*  pszRegularExpressionOid,
   const char*  pszPasswordPolicyOid
);

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.

pszRegular
  ExpressionOid

I

The OID of the regular expression to be removed.

pszPassword
  PolicyOid

I

The OID of the password policy to remove the expression from.

Returns


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