How to configure multiple users and group bases ?
...
How can I configure the Live Forms designers ?
The designers will be whatever members are returned by the LDAP filter configured in the property com.frevvo.security.ldap.frevvoDesignersFilter. It can essentially be any valid LDAP filter. One approach used by some customers is to create a group of designers in LDAP (Active Directory for instance), associate members to that group using whatever client is typically used to manage the names in your organization and configure that group in . For instance:
<Parameter name="com.frevvo.security.ldap.frevvoDesignersFilter" value="(memberOf=CN=FrevvoDesigners,CN=Users,DC=test,DC=windows,DC=frevvo,DC=com)" override="false"/>
This is only one way of approaching this and as stated before you can write any valid LDAP here. The only restriction is that the collection of entries returned is expected to contain only users and objects of other types (such as groups) are ignored.
If cache is enabled (it is enabled by default), you may need to restart the server for the changes to take effectDesigner users should be set up on your LDAP server with the special frevvo.designer group. Configuration parameters are no longer used for this function.
LDAP Troubleshooting
If things are not working as you expected:
...