From b6935e706cc29a05b827efaea6317885bfa2987b Mon Sep 17 00:00:00 2001 From: Daniel Vassdal Date: Mon, 17 Feb 2014 18:49:44 -0800 Subject: enc_bcrypt.cpp: Get rid of the libxcrypt dependency by including code from libxcrypt, and move enc_bcrypt out of extras --- data/example.conf | 1 + data/modules.example.conf | 17 ----------------- 2 files changed, 1 insertion(+), 17 deletions(-) (limited to 'data') diff --git a/data/example.conf b/data/example.conf index 4d4ba6b17..5ccb4539b 100644 --- a/data/example.conf +++ b/data/example.conf @@ -1217,6 +1217,7 @@ module * */ +#module { name = "enc_bcrypt" } module { name = "enc_sha256" } #module { name = "enc_md5" } #module { name = "enc_sha1" } diff --git a/data/modules.example.conf b/data/modules.example.conf index 30927433f..01e2760c2 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -9,23 +9,6 @@ * running the 'extras' script on Linux and UNIX. */ -/* - * enc_bcrypt [EXTRA] - * - * Adds the possibility to store passwords using bcrypt. - * This follows the same rules as the other encryption modules, - * eg. if you want it to be your primary encryption method it must - * be loaded before any other encryption modules. - * See the Encryption section of services.conf for more information. - * - * Requires libxcrypt. - */ -#module -{ - name = "enc_bcrypt" - rounds = "10" -} - /* * help * -- cgit