Merge pull request #1433 from coreos-inc/ldapoptions
Add additional options for LDAP
This commit is contained in:
commit
f55fd2049f
5 changed files with 80 additions and 15 deletions
2
app.py
2
app.py
|
@ -173,7 +173,7 @@ analytics = Analytics(app)
|
|||
billing = Billing(app)
|
||||
sentry = Sentry(app)
|
||||
build_logs = BuildLogs(app)
|
||||
authentication = UserAuthentication(app, OVERRIDE_CONFIG_DIRECTORY)
|
||||
authentication = UserAuthentication(app, config_provider, OVERRIDE_CONFIG_DIRECTORY)
|
||||
userevents = UserEventsBuilderModule(app)
|
||||
superusers = SuperUserManager(app)
|
||||
signer = Signer(app, OVERRIDE_CONFIG_DIRECTORY)
|
||||
|
|
Reference in a new issue