check-object-password

Used to validate a password against an eDirectory object. A <status> result is returned indicating success or failure.

Remarks

An <association> element, a dest-dn attribute, or a dest-entry-id attribute is used to specify the eDirectory object against which the password is to be checked.

If the eDirectory object's Login Disabled attribute is set to true, then the <status> indicates an error even if the password is correct.

Example

<check-object-passworddest-dn="container\object">abdc1234</check-object-password>

Allowed Content

Element

Description

association

Unique key of the application object.

password

The authentication password.

operation-data

Operation additional custom data.

Attributes

Attribute

Possible Values

Default Value

dest-dn

CDATA

The distinguished name of the target object in the namespace of the receiver.

#IMPLIED

dest-entry-id

CDATA

The entry ID of the target object in the namespace of the receiver.

#IMPLIED

event-id CDATAAn identifier used to tag the results of an event or command.

CDATA

An identifier used to tag the results of an event or command.

#IMPLIED

Content Rule

( association ? , password , operation-data ? )

Parent Elements

Element

Description

input

Input events or commands.