2013-02-07 05:06:39 +01:00
|
|
|
case ${ACTION} in
|
|
|
|
post)
|
|
|
|
echo "Generating cracklib dictionary..."
|
2015-06-04 00:30:40 +02:00
|
|
|
usr/bin/create-cracklib-dict -o usr/share/cracklib/pw_dict \
|
2013-02-07 05:06:39 +01:00
|
|
|
usr/share/cracklib/cracklib-words || exit 1
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
|