From d97fdd9971eb0cec6a4de255556af806c23705b9 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Tue, 3 Jul 2001 19:00:53 +0000 Subject: [PATCH] correct path to sample_password_check.c, from Hans Insulander git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10276 ec53bebd-3082-4978-b11e-865c3cabbd6b --- doc/setup.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/setup.texi b/doc/setup.texi index 760e76d2a..4ed35c0fc 100644 --- a/doc/setup.texi +++ b/doc/setup.texi @@ -273,7 +273,7 @@ low quality, it should return a string explaining why that password should not be used. Code for a password quality checking function that uses the cracklib -library can be found in @file{kpasswd/sample_password_check.c} in the +library can be found in @file{lib/kadm5/sample_password_check.c} in the source code distribution. It requires the cracklib library built with the patch available at @url{ftp://ftp.pdc.kth.se/pub/krb/src/cracklib.patch}.