SearchReturnValues Property

Controls whether the search operation returns values of attributes, or only types.

Object Oriented Interface

public function getSearchReturnValues();
public function setSearchReturnValues($value);

Procedural Interface

ipworksauth_ldap_get($res, 28 );
ipworksauth_ldap_set($res, 28, $value );

Default Value

true

Remarks

This property controls whether the search operation returns values of attributes, or only types. If only attributes are needed, disabling returning of values will enhance performance.

Data Type

Boolean

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