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

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

View File

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