Modify

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#3678 closed defect (invalid)

Why do you not configure login in apache?

Reported by: jerico.dev@… 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 in reply to:  description Changed 16 years ago by Giel van Schijndel

Resolution: invalid
Status: newclosed

Replying to jerico.dev@gmail.com:

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?

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.

comment:2 Changed 16 years ago by jerico.dev@…

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.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Giel van Schijndel.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.