what is the best way to manage user data for multiple applications using opendj. is creating different backends with different baseDN a good option?
ex:
backend1 baseDN dc=app1,dc=abc,dc=company,dc=com
backend2 baseDN dc=app2,dc=abc,dc=company,dc=com
....
searching in this case be done using,
$ ldapsearch --baseDN dc=app1,dc=abc,dc=company,dc=com "search"
or modify the modify the ldap schema to include an objectClass/attribute value as an application name? in this case, searching certainly can be an issue.