Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

TrustedIPList

Summary

Sets IP addresses that users can log in from even though their accounts are locked.

Usage

 

TrustedIPList[]
TrustedIPList[]= ip1|network1
TrustedIPList[]= ip2|network2

Description

This configuration array can contain a set of IP addresses and/or ranges. The entered values define trusted hosts and/or zones. Login requests coming from trusted locations will be processed regardless if the user accounts are locked. For example, if the site administrator's account is locked, the administrator will still be able to login from a host/zone which is defined in the trusted IP list.

Examples

Example 1

TrustedIPList[]
TrustedIPList[]=192.168.0.1
TrustedIPList[]=192.0.0.0/27

If a user's account is locked, the user will still be able to login if the request is coming from 192.168.0.1 or 192.0.0.1 - 192.0.0.30.

Julia Shymova (16/04/2007 2:09 pm)

Julia Shymova (28/12/2007 1:45 pm)

Julia Shymova, Balazs Halasy


Comments

There are no comments.