I'm using smartcards with Apache for user authentication. It works fine, but Trac is receiving the Distinguished Name concatenated to the Common Name e.g.
C=US,O=Acme Inc.,OU=North America,OU=PKI,OU=EMPLOYEE,CN=CODER.JOE.B. 0123456789 instead of just CODER.JOE.B.0123456789. Ideally, it would be better to map the Common Name to something more simple (i.e. Joe.Coder). Is this something that should be done in Apache so that it doesn't have to reimplemented when Trac is upgraded? Or is there way to configure Trac? TIA, Bill -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
