ValidatePin

Metreos.Native.CiscoExtensionMobility.ValidatePin

Summary

Validates a user's pin against Cisco LDAP. This is only valid for Cisco Unified Communicator 3.x/4.x.

Usage

This action will test the pin of a user, using LDAP as the underlying protocol mechanism.

Remarks

If validating a pin (or password) in Cisco Unified Communications Manager 5.x or 6.x, use DoAuthenticateUser (5.x) or DoAuthenticateUser (6.x).

Action Parameters
Parameter Name.NET TypeDefaultDescription
Username *System.StringThe username of the user to validate.
Pin *System.StringThe pin of the user to validate.
CustomUserAttrSystem.StringcnSpecify this field if the user is stored in an attribute other than the default value of cn.
LdapServerHost *System.StringThe IP address or host name of the Cisco Unified Communications Manager publisher or the Active Directory service if the Cisco Unified Communications Manager is integrated into Active Directory.
LdapServerPort *System.UInt32The port of the Cisco Unified Communications Manager publisher or the Active Directory service if the Cisco Unified Communications Manager is integrated into Active Directory.
LdapUsername *System.StringThe name of a user with administrative rights on the LDAP server.
LdapPassword *System.StringThe password of the user specified by LdapUsername.
LdapBaseDnSystem.Stringou=Users,o=cisco.comBase LDAP DN

No Result Data

Branch Conditions 

success

No description.

failure

No description.

InvalidUsernamePin

No description.