delete_old_rdn Property

Controls whether the old RDN (Relative Distinguished Name) should be deleted.

Syntax

def get_delete_old_rdn() -> bool: ...
def set_delete_old_rdn(value: bool) -> None: ...

delete_old_rdn = property(get_delete_old_rdn, set_delete_old_rdn)

Default Value

TRUE

Remarks

This property controls whether the old Relative Distinguished Name (RDN) should be deleted. It is used when modify_rdn is called. The default value is True, which instructs the server to delete the old RDN.

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