...
-
Access to DPOD's Web Console is provided via a supported web browser over HTTPS (SSL).
-
The Console uses a Self signed certificate and key (in PEM format) generated during the DPOD installation process.The user should replace them with the organization’s certificate.
-
Audit log (Access log ) - exists and enabled by default - You can config format.. Can configure its format, It can be done from /app/ui/MonTier-UI/conf/server.xml look for the string: access_log and look for explanation in the comments.
-
Session timeout - yes (30 min) - session timeout - It can be configured from the config files only . Can It can be done from /app/ui/MonTier-UI/conf/web.xml - lookfor look for the string: session-timeout and look for explanation in the the comments.
- DOD Lockout - You can config configure the number of retry retries and period of lockout from the config files only . Can It can be done from the file /app/ui/MonTier-UI/conf/server.xml change the LockOutRealm as required.For example <Realm className="org.apache.catalina.realm.LockOutRealm" failureCount="3" lockOutTime="300" cacheSize="1000" cacheRemovalWarningTime="3600">