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

Steffen Kamper info at sk-typo3.de
Thu Nov 27 10:14:55 CET 2008


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/




More information about the TYPO3-dev mailing list