You are here

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

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

File

ldap_authentication/LdapAuthenticationConf.class.php, line 199

Class

LdapAuthenticationConf

Code

public function enabled_servers() {
  return $this
    ->hasEnabledAuthenticationServers();
}