Hi all
I have just installed a new installation of ReviewBoard and am trying to setup authentication against Google Secure LDAP
As part of this, I have had to install and setup an stunnel configuration and having done tests, I can see that this works.
If I perform a simple ldapsearch
ldapsearch -x -D CrimsenAc -w myPassword -H ldap://localhost:1636/ -b dc=example,dc=com '*'
I get valid output
I have configured LDAP authentication within ReviewBoard with a valid LDAP Server, no TLS (as I'm using stunnel instead), a bind account (CrimsenAc), the password for the bind account, and the LDAP base DN (dc=example,dc=com).
I have also configured the Username attribute to be '(uid=%s)'
...and this could be the issue (?)
The apache log files show 'Error authenticating user' with an LDAP result of
{'result': -7, 'desc': 'Bad search filter', 'ctrls': [], 'info': 'Valid access code'}
Has anyone managed to get LDAP authentication working with ReviewBoard and Google workspace?
Thanks in advance
Mark