Merge pull request #1433 from coreos-inc/ldapoptions

Add additional options for LDAP
This commit is contained in:
josephschorr 2016-05-04 14:06:29 -04:00
commit f55fd2049f
5 changed files with 80 additions and 15 deletions

2
app.py
View file

@ -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)