[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Users and Security
webmaster@zope.org
webmaster@zope.org
Thu, 23 Jan 2003 06:15:16 -0500
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/Security.stx#3-19
---------------
The *Domains* field lets you restrict Internet domains from
which the user can log in. This allows you to add another safety
control to your account. For example if you always want your
coworker to log in from work you could enter your work's domain,
for example "myjob.com", in the Domains field. You can specify
multiple domains separated by spaces to allow the user to log in
from multiple domains. For example if you decide that your
coworker should be able to manage Zope from their home account
too, you could set the domains to "myjob.com myhome.net". You
can also use IP numbers with asterisks to indicate wild card
instead of domain names to specify domains. For example,
"209.67.167.*" will match all IP addresses that start with
"209.67.167".
% Anonymous User - Jan. 23, 2003 6:15 am:
Does "10.*" mean 10.*.*.* in this context or do you have to throw in all of the asterixes?