Displaying 1 result from an estimated 1 matches for "sanrfc822nam".
Did you mean:
sanrfc822name
2012 Apr 09
1
Username from rfc822Name subject alternative name
...dd this, it's bound to make the code a little bit more
complicated since SAN's can't be retrieved in the same way.
So far in terms of options I have, I can see the following:
1. Create a distinct configuration option for the
ssl_cert_username_field (i.e. specify something like "sanrfc822Name" to
have Dovecot extract the username from the designated alternative name).
2. Make the current code fail-over to rfc822Name SAN if emailAddress is
provided for ssl_cert_username (less invasion in code, but less
flexibility as well).
Any input/recommendation/directioning is welcome. I...