<%-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%>

Create Security Realm -- Step 3: Advanced Configuration

Error: ${AdvancedError}

Enable Auditing:
checked="checked" onclick="document.getElementById('auditDiv').style.display=this.checked ? 'block' : 'none';document.getElementById('auditPath').value='';"/>
noneblock;"> Log File:
If enabled, every login attempt will be recorded to the specified file. The path should be relative to the Geronimo home directory (a typical value would be var/log/login-attempts.log).
Enable Lockout:
checked="checked" onclick="document.getElementById('lockoutDiv').style.display=this.checked ? 'block' : 'none';document.getElementById('lockoutCount').value='';document.getElementById('lockoutWindow').value='';document.getElementById('lockoutDuration').value='';"/>
blocknone;"> Lock a user after failures within seconds
and keep the account locked for seconds.
If enabled, a certain number of failed logins in a particular time frame will cause a user's account to be locked for a certain period of time. This is a defense against brute force account cracking attacks.
Store Password:
checked="checked"/>
If enabled, the realm will store each user's password in a private credential in the Subject. This will allow access to the password later after the login process has completed. This is not normally required.
Named Credential:
checked="checked" onclick="document.getElementById('namedUPCDiv').style.display=this.checked ? 'block' : 'none';document.getElementById('credentialName').value='';"/>
noneblock;"> Credential Name:
If enabled, the realm will store each username and password in a private credential in the Subject under a specified credential name.

">Cancel