netFORUM has the ability to log iWeb users in by a web form instead of a Windows challenge. This also allows for authenticating against multiple sources, all of which must expose an LDAP. Forms Based Authentication is the default configuration for netFORUM.
During product implementation, use the information in the following sections to verify forms based authentication is properly enabled.
Update the iWeb web.config file and uncomment the following two sections:
<!-- Form Authentication Section -->
<section name="LDAPconfig" type="Avectra.netForum.Common.LDAPconfigSection, common" />
<!-- Forms Auth Config -->
<LDAPconfig>
<LDAP url="LDAP://LDAP_LOCATION" domain="DOMAIN" setup="[domain]\[user]" />
</LDAPconfig>
The sections shown above are what you see after you remove the comment.
The fields in the LDAP Configuration should be set as follows:
This configuration challenges users with a form based login instead of the windows prompt.
In most cases, the LDAP is behind a network firewall. Your network staff must open a port in the firewall to allow the IP address of the netFORUM web server to connect to your LDAP.
Forms Based Authentication provides the following functionality:
The Logout option is available in the upper right corner of all netFORUM pages.
Clicking this menu option immediately logs the user out of the netFORUM session and returns them to the login screen.
Forms Based Authentication also provides a session timeout feature.
Users can set a preference that returns them to the page they were working on before the session timeout. However, any unsaved work is lost.