[Contents]
[Prev]
[Next]
[Index]
[Report an Error]
Properties in
the idpsdx.py File
You can modify the following properties in the idpsdx.py file.
RECORD URL
- URL of the record interface of the IDP captive portal
that stores information received from IDP. The interface records information
about detrimental traffic under the source and destination of the
traffic. The security rules configured in IDP determine the type of
incidents recorded.
- Value—“ <URL>”
- Guidelines—Enclose the URL in quotation marks because
this entry is a Python string. The value “ http://<IP-address>/idpPortal/Record”
is the default URL specified in the WEB-INF/web.xml file for idpPortal.war.
- Example—“ http://192.0.2.25/idpPortal/Record”
DSA URL
DEBUG
- Specifies whether or not to print diagnostic messages
to the screen.
- Value—True or False
RECORD
- Specifies whether or not to send messages to the captive
portal to record the details of an incident. The portal stores these
messages and provides information about the incidents to a subscriber
when Web requests for the subscriber are redirected to the captive
portal.
- Value—True or False
CAPTIVE
- Specifies whether or not to activate a captive portal
to notify subscribers that IDP detected malicious traffic sent to
or received from them.
- Value—True or False
CAPTIVE SERVICE
EMAIL
- Specifies whether or not to send notification e-mail messages
to subscribers that IDP detected malicious traffic sent or received
by them.
- Value—True or False
[Contents]
[Prev]
[Next]
[Index]
[Report an Error]