the big problem is:
in the file ldap-authentication.properties
I have seen many different examples for the ldap.authentication.userNameFormat; examples like
ldap.authentication.userNameFormat=cn\=%s,ou\=Users,ou\=Corporate,dc\=sepracor,dc\=com
and
ldap.authentication.userNameFormat=%s@nacc.local
and
ldap.authentication.userNameFormat=cn=%s,ou=marketing,dc= etc
each case is a case; how can I know what's gonna work for me…
can anyone break it down to stating or perheaps explaining what each one of those "cn\" "ou\" "dc\" stand for and how i can find out what's gonna work for me