tubearchivist/tubearchivist/config
BrianCArnold 6b2fe125d4
Add LDAP attribute mapping env variables. (#344)
* Added ability to specify LDAP attribute mapping.

Specifically made sure that LDAP auth works the same if the
new environment variables aren't set, in order to maintain
behavior for users who are already using LDAP if they don't
set the new envvars.

* Updated env var name to match the name of the parent global.

* Updated README.md to include information on new user attribute mapping environment variables.

* Added additional environment var options, and updated comment explaining why there are multiple.

* I'm not a python programmer, so these were stupid mistakes. Works now.

* Addressing lint error.

* Finished updating formatting according to black linter.

* Shortened comments to fit within line length.

* fix whitespace linting

Co-authored-by: simon <simobilleter@gmail.com>
2022-10-27 13:20:41 +07:00
..
__init__.py minimal viable product 2021-09-06 00:10:14 +07:00
asgi.py linting everything in black 2021-09-21 16:25:22 +07:00
settings.py Add LDAP attribute mapping env variables. (#344) 2022-10-27 13:20:41 +07:00
urls.py new django api app, implementing basic get views 2022-01-10 22:51:52 +07:00
wsgi.py linting everything in black 2021-09-21 16:25:22 +07:00