I am trying to use the openldap meta back end to accomplish the following in a single query:
query the local openldap database for the account. (I control this resource and only a few accounts will be stored here.)
if the account is not found locally, then next query active directory (where I have no ability to create accounts)
The user will only be found in one or the other, but not both.
I have tried to follow numerous tutorials …