diff dovecot-example.conf @ 6364:7ad61f00ee55 HEAD

Added ssl_cert_username_field setting.
author Timo Sirainen <tss@iki.fi>
date Sun, 09 Sep 2007 05:54:32 +0300
parents 0e08960275f8
children 9e74c008484a
line wrap: on
line diff
--- a/dovecot-example.conf	Sun Sep 09 05:30:20 2007 +0300
+++ b/dovecot-example.conf	Sun Sep 09 05:54:32 2007 +0300
@@ -107,6 +107,11 @@
 # ssl_require_client_cert=yes in auth section.
 #ssl_verify_client_cert = no
 
+# Which field from certificate to use for username. commonName and
+# x500UniqueIdentifier are the usual choices. You'll also need to set
+# ssl_username_from_cert=yes.
+#ssl_cert_username_field = commonName
+
 # How often to regenerate the SSL parameters file. Generation is quite CPU
 # intensive operation. The value is in hours, 0 disables regeneration
 # entirely.