changeset 5262:bf40ec268264 HEAD

Added %m and %c to dovecot-auth.
author Timo Sirainen <tss@iki.fi>
date Sat, 10 Mar 2007 16:09:02 +0200
parents 70d972264186
children 8384f797c0fc
files doc/variables.txt
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/variables.txt	Sat Mar 10 16:08:34 2007 +0200
+++ b/doc/variables.txt	Sat Mar 10 16:09:02 2007 +0200
@@ -49,6 +49,12 @@
 return "0001", "1000" and "12345". %1.04i for the same string would return
 "001", "000" and "2345".
 
+For dovecot-auth there are also these variables:
+
+ %m - authentication method (eg. PLAIN)
+ %c - "secured" string with SSL, TLS and localhost connections.
+      Otherwise empty.
+
 For login_log_format_elements there are also these variables:
 
  %m - authentication method (eg. PLAIN)