Example #1
0
 /** @inheritdoc */
 public function listComputer(array $attributes = [])
 {
     parent::listComputer();
     // TODO: Change the autogenerated stub
 }
Example #2
0
 /**
  * {@inheritdoc}
  */
 public function getDomain()
 {
     return OpenLdap::getDomainName($this->getDn());
 }
Example #3
0
 /**
  * @param string      $host
  * @param string      $baseDn
  * @param string|null $accountSuffix
  */
 public function __construct($host, $baseDn, $accountSuffix = null)
 {
     parent::__construct($host, $baseDn);
     $this->setAccountSuffix($accountSuffix);
 }