NO Methods: %s
',implode('|',$methods));
	}
	/**
	 * Return the LDAP server ID
	 *
	 * @return int Server ID
	 */
	public function getServerID() {
		if (isset($this->server_id))
			return $this->server_id;
		else
			return null;
	}
	/**
	 * Return this LDAP Server object
	 *
	 * @return object DataStore Server
	 */
	protected function getServer() {
		return $_SESSION[APPCONFIG]->getServer($this->getServerID());
	}
}
?>