[TYPO3-dev] FYI: IP-range for Admins/Be-user

Peter Russ "peter,russ" at 4many.net
Fri Nov 28 07:53:06 CET 2008


--- Original Nachricht ---
Absender:   Steffen Kamper
Datum:       27.11.2008 10:14:
> Hi,
> 
> i published an extension yesterday [1], may be you're interested
> 
> It gives the possibility to configure a valid IP-range for BE-users
> 
> There are 2 vars for configuration: one for admins and one for other 
> be-user
> 
> IP-ranges are configured in a comma-list. Only v4-addresses are valid.
> 
> Examples:
> 
> 192.168.0.1-192.168.0.15  is valid for any IP-address from  192.168.0.1 
> to 192.168.0.15
> 
> 127.0.0.1-127.0.0.1 is valid for a single IP-address 127.0.0.1 (only 
> from local machine)
> 
> Configuration
> 
> Use localconf.php for configuration.
> 
> For Admins:
> 
> $TYPO3_CONF_VARS['BE']['adminAuth']['ipRange'] = 
> '192.168.0.1-192.168.0.15,96.0.112.80-96.0.112.96';
> 
> For other BE-users:
> 
> $TYPO3_CONF_VARS['BE']['userAuth']['ipRange'] = 
> '192.168.0.1-192.168.0.15,96.0.112.80-96.0.112.96';
> 
> vg Steffen
> 
> [1] http://typo3.org/extensions/repository/view/beuser_iprange/current/

Why not add this to be group?
Is mask supported as t3lib_div::validIPv4 or t3lib_div::validIPv6 does?

Jm2c

Peter

-- 
Fiat lux!
Docendo discimus.
_____________________________
4Many® Services
XING: http://www.xing.com/go/invuid/Peter_Russ




More information about the TYPO3-dev mailing list