Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

How to configure multiple users and group bases ?

The properties com.frevvo.security.ldap.usersBase and com.frevvo.security.ldap.groupsBase define a root node to search for entries. The searches are recursive and will traverse the hierarchy starting from those nodes.  If your multiple paths share a common base you can configure that value in these properties. For instance, lets assume the following bases:

...

A common path among these is CN=Users,DC=test,DC=windows,DC=frevvo,DC=com and that is what you can configure for com.frevvo.security.ldap.usersBase for instance.

Can I have more than one LDAP tenant ?

Yes, you can configure as many tenants as you want but they will all share the same configuration.

Can I connect to more than one LDAP Server ?

That is not supported. You can only connect to one server.

How can I configure the frevvo designers ?

The frevvo 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 created a group of frevvo 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 frevvo. For instance:

...