modify_rdn Method

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

Syntax

def modify_rdn(new_rdn: str) -> None: ...

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 on_result event.

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