[dovecot-cvs] dovecot/doc auth-protocol.txt,1.1,1.2
cras at dovecot.org
cras at dovecot.org
Fri Jan 7 19:27:23 EET 2005
- Previous message: [dovecot-cvs] dovecot/src/lib-auth auth-server-request.c,1.20,1.21
- Next message: [dovecot-cvs] dovecot/src/auth auth-client-connection.c, 1.23,
1.24 mech-anonymous.c, 1.6, 1.7 mech-apop.c, 1.6,
1.7 mech-cram-md5.c, 1.13, 1.14 mech-digest-md5.c, 1.27,
1.28 mech-login.c, 1.4, 1.5 mech-ntlm.c, 1.10,
1.11 mech-plain.c, 1.22, 1.23 mech-rpa.c, 1.9, 1.10 mech.c,
1.51, 1.52 mech.h, 1.29, 1.30 passdb-ldap.c, 1.16,
1.17 passdb-passwd-file.c, 1.12, 1.13 passdb-sql.c, 1.9,
1.10 passdb.c, 1.27, 1.28 passdb.h, 1.17, 1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot/doc
In directory talvi:/tmp/cvs-serv11214/doc
Modified Files:
auth-protocol.txt
Log Message:
Make FAIL reply contain "temp" parameter if the authentication failed
because of temporary internal error. Also cleaned up the auth code a bit.
Index: auth-protocol.txt
===================================================================
RCS file: /var/lib/cvs/dovecot/doc/auth-protocol.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- auth-protocol.txt 22 Oct 2004 13:44:03 -0000 1.1
+++ auth-protocol.txt 7 Jan 2005 17:27:20 -0000 1.2
@@ -111,9 +111,10 @@
FAIL parameters may contain "reason=.." parameter which should be sent to
remote user instead of a standard "Authentication failed" message. For
-example "invalid base64 data" or "temporary internal failure". It should
-NOT be used to give exact reason for authentication failure (ie. "user not
-found" vs. "password mismatch").
+example "invalid base64 data". It should NOT be used to give exact reason
+for authentication failure (ie. "user not found" vs. "password mismatch").
+Sending "temp" parameter indicates that the error was a temporary internal
+failure, eg. connection was lost to SQL database.
CONT command means that the authentication continues, and more data is
expected from client to finish the authentication. Given base64 data should
- Previous message: [dovecot-cvs] dovecot/src/lib-auth auth-server-request.c,1.20,1.21
- Next message: [dovecot-cvs] dovecot/src/auth auth-client-connection.c, 1.23,
1.24 mech-anonymous.c, 1.6, 1.7 mech-apop.c, 1.6,
1.7 mech-cram-md5.c, 1.13, 1.14 mech-digest-md5.c, 1.27,
1.28 mech-login.c, 1.4, 1.5 mech-ntlm.c, 1.10,
1.11 mech-plain.c, 1.22, 1.23 mech-rpa.c, 1.9, 1.10 mech.c,
1.51, 1.52 mech.h, 1.29, 1.30 passdb-ldap.c, 1.16,
1.17 passdb-passwd-file.c, 1.12, 1.13 passdb-sql.c, 1.9,
1.10 passdb.c, 1.27, 1.28 passdb.h, 1.17, 1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list