Monogramm / taiga-contrib-ldap-auth-ext

:snake: :alembic: Extended Taiga plugin for LDAP authentication
http://taiga.io
GNU Affero General Public License v3.0
45 stars 15 forks source link

Add the possibility to disable ldap password stored in DB #26

Closed Pbast closed 5 years ago

Pbast commented 5 years ago

Hello, Since release 0.4 LDAP authentication store LDAP password in DB and this way is against our security policies. I'm a newbie in python langage but I can try to add a new setting to disable this storing. For this could you show me pieces of code about this issue https://github.com/Monogramm/taiga-contrib-ldap-auth-ext/issues/21 ? Thxs. Pascal B

madmath03 commented 5 years ago

Hello,

Sorry for the delay. Here are a few tips on what should be done to develop this feature:

The password is saved in services.py so this is the only Python file you will need to update:

That's pretty all there is to it.

Do not hesitate to open the PR even if your work is not finished. I can help you review your code while your PR is in progress.