DeleteOldRDN Property

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

Object Oriented Interface

public function getDeleteOldRDN();
public function setDeleteOldRDN($value);

Procedural Interface

ipworks_ldap_get($res, 8 );
ipworks_ldap_set($res, 8, $value );

Default Value

true

Remarks

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

This property is not available at design time.

Data Type

Boolean

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