We were looking into using LDAP with one of our Taiga servers; we tried to get it working using the taiga-vagrant box provided on the taiga.io github page in order to test that it works, but we are having a few issues. These are the steps we took:
went to taiga-front/dist/js/conf.json file and set the "loginFormType" to ldap
went to taiga-back/requirements.txt and added "taiga-contrib-ldap-auth" to the end of the file
went to taiga-back/settings/local.py file and added our ldap server settings into that file
circusctl reload taiga
We then attempted to log-in to taiga using a user we had set up within LDAP, and it insists the user doesnt exist. The gunicorn.stderr.log file is printing:
We were looking into using LDAP with one of our Taiga servers; we tried to get it working using the taiga-vagrant box provided on the taiga.io github page in order to test that it works, but we are having a few issues. These are the steps we took:
git clone https://github.com/taigaio/taiga-vagrant.git
vagrant up
circusctl reload taiga
We then attempted to log-in to taiga using a user we had set up within LDAP, and it insists the user doesnt exist. The gunicorn.stderr.log file is printing:
We aren't sure what the problem is, or what this output suggests, does anyone have any suggestions as to how we might debug this issue?