Home
last modified time | relevance | path

Searched refs:objectSecurity (Results 1 – 1 of 1) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DDirSync.php58 protected $objectSecurity = false;
234 * @param bool $objectSecurity argument
237 public function useObjectSecurity(bool $objectSecurity = true)
239 $this->objectSecurity = $objectSecurity;
290 if ($this->objectSecurity) {
55 protected $objectSecurity = false; global() variable in FreeDSx\\Ldap\\Search\\DirSync