summaryrefslogtreecommitdiffstats
path: root/libraries/cracklib/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/cracklib/README')
-rw-r--r--libraries/cracklib/README12
1 files changed, 0 insertions, 12 deletions
diff --git a/libraries/cracklib/README b/libraries/cracklib/README
deleted file mode 100644
index ab5ef98d14..0000000000
--- a/libraries/cracklib/README
+++ /dev/null
@@ -1,12 +0,0 @@
-CrackLib is a library containing a C function (well, lots of functions
-really, but you only need to use one of them) which may be used in a
-"passwd"-like program.
-
-The idea is simple: try to prevent users from choosing passwords that
-could guessed by "Crack" by filtering them out at the source.
-
-An example of its use can be located in the SAMBA examples directory.
-The crackcheck program included with SAMBA will use the library to ensure
-that the user doesn't pick a weak password.
-
-A larger dictionary is included.