IPWorks Auth 2020 JavaScript Edition

Questions / Feedback?

ModifyRDN Method

Performs an LDAP 'modify RDN' operation an entry specified by DN .

Syntax

async ldap.modifyRDN(newRDN : string): Promise<void>

Remarks

This method performs an LDAP 'modify RDN' operation on the entry specified by DN.

NewRDN is the new RDN for the entry specified by DN

The result of the operation is returned via the Result event.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 JavaScript Edition - Version 20.0 [Build 8262]