DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

EXT: IP-range for Admins/Be-user

Author:Steffen Kamper
Created:2006-03-08T12:45:49
Changed:2008-11-26T23:42:13
Email:info@sk-typo3.de
Info 2:
Info 3:
Info 4:

EXT: IP-range for Admins/Be-user

Extension Key: beuser_iprange

Copyright 2000-2002, Steffen Kamper, <info@sk-typo3.de>

This document is published under the Open Content License

available from http://www.opencontent.org/opl.shtml

The content of this document is related to TYPO3

- a GNU/GPL CMS/Framework available from www.typo3.com

Table of Contents

EXT: IP-range for Admins/Be-user 1

Introduction 1

What does it do? 1

Configuration 1

Changelog 1

Introduction

What does it do?

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’;

Changelog

- 0.0.1 First Release

img-1 EXT: IP-range for Admins/Be-user - 2