...
Access to DPOD's Web Console is provided via a supported web browser over HTTPS (SSL).
- The Console uses a self-signed certificate and a key (in PEM format) generated during DPOD's installation process. The user should replace them with the organization’s certificate.
- Audit log (access log) exists and is enabled by default. The user may configure its format in /app/ui/MonTier-UI/conf/server.xml (under the key "access_log").
Session timeout is set to 30 minutes by default. The user may change this default in /app/ui/MonTier-UI/conf/web.xml (under the key "session-timeout").
- DOD Lockout is enabled by default. The user may configure the number of retries and period of lockout in /app/ui/MonTier-UI/conf/server.xml (change LockOutRealm parameters as required).
For example: <Realm className="org.apache.catalina.realm.LockOutRealm" failureCount="3" lockOutTime="300" cacheSize="1000" cacheRemovalWarningTime="3600"> - Admin users access may be limited by IP address. See Limit admin users access Admin Users Access by IP.