Modify ↓
#3678 closed defect (invalid)
Why do you not configure login in apache?
Reported by: | Owned by: | Giel van Schijndel | |
---|---|---|---|
Priority: | low | Component: | SslAuthenticationPlugin |
Severity: | minor | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
I configured SSL client authentication like this:
http://trac.edgewall.org/wiki/TracClientCertificates
What's the advantage of a plugin when there is a configurable solution?
Attachments (0)
Change History (2)
comment:1 Changed 16 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 16 years ago by
Thus this plugin basically makes it possible to use a different display name than the login/user name.
Ok that makes sense to me! :-) Thanks for the explanation.
Note: See
TracTickets for help on using
tickets.
Replying to jerico.dev@gmail.com:
Actually what TracClientCertificates describes is only part of this plugin. SslAuthenticationPlugin will use the e-mail address found in the client certificate for authenticating, while at the same time using the certificate's common name (usually the person's name) for display purposes. Most of the time the e-mail address is the only truly unique thing about the client certificate, thus you'll need to use that for authentication.
Thus this plugin basically makes it possible to use a different display name than the login/user name.