[dovecot] Patch for passdb-passwd-file.c

Armin Wolfermann aw at osn.de
Tue Apr 8 19:41:15 EEST 2003


Index: passdb-passwd-file.c
===================================================================
RCS file: /home/cvs/dovecot/src/auth/passdb-passwd-file.c,v
retrieving revision 1.6
diff -u -u -r1.6 passdb-passwd-file.c
--- passdb-passwd-file.c	18 Feb 2003 19:24:44 -0000	1.6
+++ passdb-passwd-file.c	8 Apr 2003 15:59:53 -0000
@@ -28,7 +28,7 @@
 
 	crypted_pass = pu->password;
 	scheme = password_get_scheme(&crypted_pass);
-	if (scheme == NULL) scheme = "DES";
+	if (scheme == NULL) scheme = "CRYPT";
 
 	ret = password_verify(password, crypted_pass, scheme,
 			      request->user);




More information about the dovecot mailing list