summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorCamiel Dobbelaar <camield@cvs.openbsd.org>2001-08-13 20:36:53 +0000
committerCamiel Dobbelaar <camield@cvs.openbsd.org>2001-08-13 20:36:53 +0000
commit03c9bddb9308a1b95d909bbee2140f4a0d15acf8 (patch)
tree51056f8ea9eaa0f5a66fc5ea2833ae77eb952a97 /libexec
parent0909da8835952a759b6dad296c7fa353ba2342f2 (diff)
Blowfish salt for dummy crypt calls
Diffstat (limited to 'libexec')
-rw-r--r--libexec/popa3d/params.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libexec/popa3d/params.h b/libexec/popa3d/params.h
index 848ed6cff0b..86317dd92aa 100644
--- a/libexec/popa3d/params.h
+++ b/libexec/popa3d/params.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: params.h,v 1.2 2001/08/13 20:19:33 camield Exp $ */
+/* $OpenBSD: params.h,v 1.3 2001/08/13 20:36:52 camield Exp $ */
/*
* Global POP daemon parameters.
@@ -127,7 +127,8 @@
* it harder (but still far from impossible, on most systems) to check
* for valid usernames. Adjust it for your crypt(3).
*/
-#define AUTH_DUMMY_SALT "xx"
+/* echo -n "dummyblowfishsalt" | encrypt -b 7 */
+#define AUTH_DUMMY_SALT "$2a$07$deZMiFIouL0vgRsEG.AJY.Jx2Z8wJj3g5qs11UQWrBj8MERIu/rXi"
#endif