Merge "SSO via client SSL certificates"
This commit is contained in:
@@ -146,6 +146,7 @@ public class AuthConfig {
|
||||
case HTTP_LDAP:
|
||||
case LDAP:
|
||||
case LDAP_BIND:
|
||||
case CLIENT_SSL_CERT_LDAP:
|
||||
// Its safe to assume yes for an HTTP authentication type, as the
|
||||
// only way in is through some external system that the admin trusts
|
||||
//
|
||||
|
||||
@@ -127,6 +127,7 @@ public class GerritGlobalModule extends FactoryModule {
|
||||
case HTTP_LDAP:
|
||||
case LDAP:
|
||||
case LDAP_BIND:
|
||||
case CLIENT_SSL_CERT_LDAP:
|
||||
install(new LdapModule());
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user