get oauth data from providers

This commit is contained in:
Matthew Scragg 2015-11-12 17:19:26 -06:00
parent 96b583d63b
commit 6edaec3876
3 changed files with 38 additions and 15 deletions

View file

@ -84,7 +84,7 @@ DB_URI = 'sqlite:////tmp/wiki.db'
# DB_URI = 'crate://'
LDAP = {
'URI': 'ldap://localhost:8389',
'URI': '',
# This BIND_DN/BIND_PASSWORD default to '', this is shown here for demonstrative purposes
# The values '' perform an anonymous bind so we may use search/bind method