IPWorks Auth 2020 Python Edition

Questions / Feedback?

move_to_dn Method

Performs an LDAP 'modify' operation on the entry specified by DN by changing its superior.

Syntax

def move_to_dn(new_superior: str) -> None: ...

Remarks

This method performs an LDAP 'modify' operation on the entry specified by dn by changing its superior. None of the entry's attributes will change. delete_old_rdn property will be set to true to delete the old entry. The result of the operation is returned via the on_result event.

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