taiga-contrib-ldap-auth icon indicating copy to clipboard operation
taiga-contrib-ldap-auth copied to clipboard

Taiga plugin for LDAP authentication

Results 30 taiga-contrib-ldap-auth issues
Sort by recently updated
recently updated
newest added

Hi guys, I'm wondering if it's possible to use both LDAP and and taigadb authentication. I would like to keep "Registration" on taiga open and still let my LDAP users...

We have installed taiga successfully and we are now trying to setup ldap authentication. This is the Taiga version we are using: ``` root@taiga:/home/taiga/taiga-back# git log | head -4 commit...

follow up from https://github.com/taigaio/taiga-front/issues/1373#issuecomment-333405851 when ldap is turned on, "publicRegisterEnabled": false," flag in conf.json doesn't work properly anymore

The register method calls 'unique slugify' (or thereabouts) on the username, which removes periods from the username on saving to the database. A subsequent login attempt will find no user...

I'm getting this error from curl: ``` curl -X POST -H "Content-Type: application/json" -d '{ "type": "ldap", "username": "username", "password": "password" }' http://taiga.domain/api/v1/auth {"error_message": "LDAP account or password incorrect: list...

Hi, I can't install this package on Centos. Following logs: ``` pip3.4 install taiga-contrib-ldap-auth Requirement already satisfied: taiga-contrib-ldap-auth in /opt/virtual_env/taiga/lib/python3.4/site-packages Requirement already satisfied: ldap3>=0.9.8.4 in /opt/virtual_env/taiga/lib/python3.4/site-packages (from taiga-contrib-ldap-auth) Requirement already...

Is there any way to for the LDAP bind password to be hashed so that way it isn't stored in clear text? I didn't see an option in there to...

Hi We use local accounts and LDAP accounts on TAIGA. When activating the plugin LDAP local accounts no longer works. We can activate both types of authentication? Thank you

enhancement

Hi guys. I'm trying to setup ldap in my instance. I'm following the steps for CentOS to run it on RH7, but I got to a point that when I...