You are here

public function LdapAuthenticationConf::hasEnabledAuthenticationServers in Lightweight Directory Access Protocol (LDAP) 8.2

Same name and namespace in other branches
  1. 7.2 ldap_authentication/LdapAuthenticationConf.class.php \LdapAuthenticationConf::hasEnabledAuthenticationServers()
  2. 7 ldap_authentication/LdapAuthenticationConf.class.php \LdapAuthenticationConf::hasEnabledAuthenticationServers()
1 call to LdapAuthenticationConf::hasEnabledAuthenticationServers()
LdapAuthenticationConf::enabled_servers in ldap_authentication/LdapAuthenticationConf.class.php

File

ldap_authentication/LdapAuthenticationConf.class.php, line 195

Class

LdapAuthenticationConf

Code

public function hasEnabledAuthenticationServers() {
  return !(count($this->enabledAuthenticationServers) == 0);
}