nyxcharon / vault-ui

A webapp for working with Hashicorp's Vault https://github.com/hashicorp/vault
GNU General Public License v3.0
140 stars 22 forks source link

Fixed typo for LDAP backend support #21

Closed lagrianitis closed 7 years ago

lagrianitis commented 7 years ago

I think you need to comment it out only if you want to use ldap. If you comment out it then usepass won't work though.

matthewmrichter commented 7 years ago

So, to enable LDAP you would just specify an AUTH_BACKEND environment variable for the container?

Can you update the readme to reflect this?

lagrianitis commented 7 years ago

hi, I am not using docker container. I've set up my own uwsgi stack. What I've done to make it work is to rename the variable in the settings.py file.