Class Auth_ipbasic

Description

The Auth_ipbasic class provides access control based on CIDR masks (client IP addresses). It is not meant for user-based systems, but for times when you want a block of IPs to be able to access a site, and that access is simply on/off - no preferences, etc...

Parameters: 'blocks' An array of CIDR masks which are allowed access.

$Horde: framework/Auth/Auth/ipbasic.php,v 1.20.10.13 2009/01/06 15:22:49 jan Exp $

Copyright 1999-2009 The Horde Project (http://www.horde.org/)

See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://opensource.org/licenses/lgpl-license.php.

Located in /Auth/Auth/ipbasic.php (line 22)

Auth
   |
   --Auth_ipbasic
Variable Summary
Method Summary
 Auth_ipbasic Auth_ipbasic ([array $params = array()])
 boolean transparent ()
Variables
array $capabilities = array('add' => false,
'update' => false,
'resetpassword' => false,
'remove' => false,
'list' => false,
'transparent' => true)
(line 30)

An array of capabilities, so that the driver can report which operations it supports and which it doesn't.


Redefinition of:
Auth::$capabilities
An array of capabilities, so that the driver can report which operations it supports and which it doesn't.

Inherited Variables

Inherited from Auth

Auth::$_authCredentials
Auth::$_params
Methods

Documentation generated on Sun, 30 Jan 2011 05:18:37 +0000 by phpDocumentor 1.4.3