Merge "SSO via client SSL certificates"

This commit is contained in:
Shawn Pearce
2010-10-13 21:12:52 -07:00
committed by Android Code Review
10 changed files with 173 additions and 3 deletions

View File

@@ -481,6 +481,7 @@ public class Gerrit implements EntryPoint {
switch (cfg.getAuthType()) {
case HTTP:
case HTTP_LDAP:
case CLIENT_SSL_CERT_LDAP:
break;
case OPENID:

View File

@@ -225,6 +225,7 @@ public class AccountGroupScreen extends AccountScreen {
case HTTP_LDAP:
case LDAP:
case LDAP_BIND:
case CLIENT_SSL_CERT_LDAP:
break;
default:
return;