Release Notes

16| Implementing Accounting-Based Authorization Amigopod |Technical Note
<style type="text/css"><!--{literal}
.apHomePageClass { behavior:url(#default#homepage) }
{/literal}--></style>
<span id="apGoHome" class="apHomePageClass"></span>
<script type="text/javascript">{literal}
function goHome() {
var isSafari3 = window.devicePixelRatio;
if (typeof(window.home) == 'function' || isSafari3) {
window.home();
} else if (document.all) {
var homePage = document.getElementById('apGoHome');
try {
homePage.navigateHomePage();
} catch (e) {
window.location.href = "about:home";
}
}
return false;
}
{/literal}</script>
<p>
<a href="#Home" onclick="return goHome();" style="font-
size:22px; line-height:30px;">Go to my home page &raquo;</a>
</p>
8. Delete the contents of the Login Message field, as it is not required.
9. Click Save Changes to create the landing page.
Create Login page
Navigate to RADIUS>Web Logins and then click the Create a new web login page link.
1. Enter a suitable name for the page, such as Guest Login, provide a page name such as
login (this will appear in the URL for the page), and optionally supply a description.
2. Select appropriate vendor settings for the login page. Depending on the vendor you
have selected, you may need to provide additional information such as the vendor IP
address.
3. Select the [x] Perform a local authentication check checkbox. This is to ensure
that local users are verified before attempting a login. However, if you will use an
external authentication server (such as Microsoft Active Directory or an LDAP server)
to authenticate guests, you should leave this checkbox unselected.
4. Select the [x] Require a Terms and Conditions confirmation checkbox. This is to
ensure that guests acknowledge their acceptance of the terms of use.
5. In the Default URL field, enter the following value:
http://{$smarty.server.HTTP_HOST}/traffic_stats.php
This expression evaluates to a URL consisting of the current hostname and the
traffic_stats page, which was created previously. If you are using HTTPS for guest