Merge #681 Add Kerberos + LDAP Authentication

This commit is contained in:
Ralph Bean
2017-09-15 16:10:22 +00:00
7 changed files with 468 additions and 22 deletions

View File

@@ -164,6 +164,7 @@ class TestConfiguration(BaseConfiguration):
KOJI_REPOSITORY_URL = 'https://kojipkgs.stg.fedoraproject.org/repos'
SCMURLS = ["git://pkgs.stg.fedoraproject.org/modules/"]
AUTH_METHOD = 'oidc'
class ProdConfiguration(BaseConfiguration):