Hello,
I can succesfully authenticate my application with ApacheDS
But know i use only one domain.
I want to add subdomains or sub organizations under root domain.
For example a root organization as
dc=example,dc=com
and sub organizations dc=x
another sub organization dc=y
Now i can authenticate users using uid attribute
like:
user-search-filter="(uid={0})"
i use login name like user1, without a @ postfix
But i want to have suborganizations and i want to use [email protected]
Is it possible and how?
My application is a spring application but i think subject is independent
from my application side.