Hi Eric!
So I did some changes of config:
1. xwiki.authentication.ldap.bind_DN=COMPANY\\{0}
2. xwiki.authentication.ldap.bind_DN=COMPANY\\{0},ou=COMPANY,dc=company,dc=intranet
Both time if I try to connect with the sAMAccontName value then I got
an error that "Wrong user name", but if I try with cn then I got
"Wrong password" error message :(
Best Regards,
bzg
2008/7/16 Eric Johnson <emj10(a)vt.edu>du>:
Try checking to see if you need to be using a
subdomain on your binddn.
My company uses a subdomain for logging in:
Example, for windows login, we enter our username and password and where to
login (either to the network or to the local machine). IF THIS IS THE CASE,
then an admin username and admin password will most likely NOT be required.
If you are logging into a subdomain, try changing the bind_DN=***\\{0} and
bind_pass={1}, where *** is the subdomain you log into. As far as I know
the double \'s are needed.