responseAttributes.setStatus(HttpServletResponse.SC_OK);
principal = mapCert(certs); /* Custom method to map from certificate to
Build Forge LDAP principal. */
result = new Result(Result.UseridOnlyOID, domain, principal); /* Specify
the domain name of the LDAP server the principal exists in. */
return result;