Elaborate on LDAP DN details

This commit is contained in:
Will Nilges 2021-10-11 00:51:21 -04:00
parent e3783a4919
commit 48e4b6e820
2 changed files with 9 additions and 2 deletions

View file

@ -134,7 +134,8 @@ vim config_local.py
# LDAP
# You can just use your CSH credentials here (remember to keep them hidden!)
# You can just use your LDAP Bind DN and Password here
# (remember to keep them hidden!)
LDAP_BIND_DN = environ.get('PROXSTAR_LDAP_BIND_DN', '')
LDAP_BIND_PW = environ.get('PROXSTAR_LDAP_BIND_PW', '')
@ -190,4 +191,6 @@ Now, you should be ready to run your dev instance. I like to use `tmux` for this
rq worker
```
(You might have to specify your host as `-h 127.0.0.1` if Flask is misbehaving)
Open a web browser and navigate to http://localhost:8000. You should see Proxstar running.