| Summary: | Uniqueness of DNs in the Certificate Registry | ||
|---|---|---|---|
| Product: | GridShib | Reporter: | Tom Scavo <trscavo@gmail.com> |
| Component: | Certificate Registry | Assignee: | Tom Scavo <trscavo@gmail.com> |
| Status: | NEW | ||
| Severity: | normal | CC: | gridshib-dev@globus.org, tfreeman@mcs.anl.gov, vwelch@uiuc.edu |
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | beta | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | |||
| Bug Blocks: | 4957 | ||
Historical $.02 on this issue: This is a long-running debate in the Grid PKI community. My own take on the matter is that CAs that are operating correctly should not issues certificates with identical DNs (and in the rare cases they do, only to the same individual) because their name spaces are constrained to reasonable relative DNs. Globus has code to specically restrict what DNs a CA can issue to enforce this. There are a number of people though who argue that a Issue:Name approach is better since it simplifies configuration.
Assume that the Subject DN is globally unique, that is, two distinct CAs will not issue certificates with identical DNs, even to the same principal. Is this a reasonable assumption? Under this assumption, it is not necessary to qualify the DN in a SAML Subject. In fact, the SAML V2.0 spec says The NameQualifier and SPNameQualifier attributes SHOULD be omitted unless the identifier's type definition explicitly defines their use and semantics. In particular, the X509SubjectName identifier does not specify NameQualifier, so the latter SHOULD be omitted in this case.
Let me relax the previous assumption somewhat. Assume that the Subject DN is globally unique in the following sense: if two distinct CAs issue certificates with identical DNs, then the DN refers to the same principal. Even under this revised assumption, it is still not necessary to qualify the DN in a SAML Subject.