At the moment dbFront appears to only support a single Active Directory.
We have a need to query multiple OU's in a Forest and select a very specific set of users. What changes do we need to make to the dbFront configuration to make this happen?
dbFront 1.2.2.1045 now allows you to set a ADFS/LDAP Filter.
An example of a valid filter is: "(|(givenName=Anthony)(givenName=Lucille))", this filter will select users that have the first name of 'Anthony' or 'Lucille'.
(|(givenName=Anthony)(givenName=Lucille))
For more details on creating LDAP filters see: LDAP Filters
You can set the filter on the first tab of the Settings screen. For more details see: Authentication