diff dovecot-example.conf @ 3635:c12df370e1b2 HEAD

Added ssl_username_from_cert setting. Not actually tested yet..
author Timo Sirainen <tss@iki.fi>
date Sat, 01 Oct 2005 13:52:14 +0300
parents 24d9c17b4cb6
children 08b768956051
line wrap: on
line diff
--- a/dovecot-example.conf	Sat Oct 01 13:46:57 2005 +0300
+++ b/dovecot-example.conf	Sat Oct 01 13:52:14 2005 +0300
@@ -707,6 +707,10 @@
 
   # Require a valid SSL client certificate or the authentication fails.
   #ssl_require_client_cert = no
+
+  # Take the username from client's SSL certificate, using X509_NAME_oneline()
+  # which typically uses subject's Distinguished Name.
+  #ssl_username_from_cert = no
 }
 
 # It's possible to export the authentication interface to other programs,