Section |
---|
Column |
---|
Sometimes, is deployed to an existing servlet container that is already handling user authentications through, for instance, LDAP. Here the authentication is the responsibility of the container, but is still responsible for the runtime authorization and the design time querying of user metadata. The LDAP Container Security Manager reuses the existing LDAP connector but relies on the container for user authentications. |
|
...
- Stop if it is running.
- Modify the <frevvo-home>\tomcat\conf\server.xml file. Here is an example of the changes needed when using tomcat.
- Edit this file with a text editor.
- Search for 'ldap://localhost:389 - you should find this in the org.apache.catalina.realm.JNDIRealm section of the file.
- Notice lines 98 - 107 are commented out.
- Uncomment this section. Replace the existing code with the code shown below:
- Replace the connectionURL, connectionName and the connectionPassword default values with your LDAP server information.
- Refer to this website for detailed information about the remaining parameters.
Code Block |
---|
<Realm className="org.apache.catalina.realm.JNDIRealm"
connectionURL="ldap://test.windows.frevvo.com:389" connectionName="TEST\Administrator"
connectionPassword="FrevvoTest00" adCompat="true" referrals="follow"
userBase="CN=Users,DC=test,DC=windows,DC=frevvo,DC=com" userSearch="(&(objectClass=user)(sAMAccountName={0}))"
userSubtree="true" userRoleName="memberOf"
roleBase="CN=Users,DC=test,DC=windows,DC=frevvo,DC=com" roleSubtree="true"
roleName="cn" roleSearch="(&(objectClass=group)(member={0}))" /> |
3.
Configure LDAP - The LDAP Container Security Manager uses the LDAP Security Manager so the setup for both is the same. LDAP Security Manager configuration is done via the UI when you add the tenant. 4. Start . 5. Create a tenant with the LDAP Container Security Manager class.
- Login to Live Forms as a Live Forms administrator (user:admin@d and password:admin if you have not changed it).
- Click on Manage and then Manage Tenants.
- You will see a page where the current tenants are listed. If this is a new installation you will only see the default tenant d.
- Click on the plus sign (+) to add a new tenant.
- Configure the new tenant following the steps below:
...
Column |
---|
|
Image Removed |
Column |
---|
|
- In the drop down Security Manager Class choose LDAP Container Security Manager.
- Enter your LDAP configuration parameters.
- Enter a tenant id, tenant name and description.
- The Max Concurrent Users is the maximum allowed by your license or less. Leave this field blank if you do not want to set a max.
- Specify the LDAP User ID that will have the tenant admin permission. The LDAP-CSM tenant admin must exist on the LDAP server and have the frevvo.TenantAdmin and frevvo.Designer roles.
- Click Submit. You will see this message with the name of your newly created tenant and it will show in the tenant list.
Image Removed
|
...
Image Removed
...
If the tenant admin user does not exist or it does not have the required roles, this error will display with the name of the tenant you are trying to add:
...