/usr/share/cagefs-skeleton/usr/sbin
#!/usr/bin/sh usage() { cat <<-EOF Usage: create-cracklib-dict [options] wordlist ... This script takes one or more word list files as arguments and converts them into cracklib dictionaries for use by password checking programs. The results are placed in the default compiled-in dictionary location. If you wish to store the dictionary in a different location, use the cracklib-format and cracklib-packer commands directly. Options: -o, --output <file> Alternative output file for cracklib-packer -h, --help This help output Example: create-cracklib-dict /usr/share/words EOF if [ -n "$*" ] ; then echo 1>&2 echo "Error: $*" 1>&2 exit 1 else exit 0 fi } output="" while [ -n "$1" ] ; do case $1 in -o|--output) output=$2; shift;; -h|--help) usage;; --) break;; -*) usage "unknown option '$*'";; *) break;; esac shift done [ -z "$*" ] && usage exec cracklib-format "$@" | cracklib-packer ${output}
.
Edit
..
Edit
chroot
Edit
cloudlinux-selector
Edit
consoletype
Edit
cracklib-check
Edit
cracklib-format
Edit
cracklib-packer
Edit
cracklib-unpacker
Edit
create-cracklib-dict
Edit
ddns-confgen
Edit
exim
Edit
faillock
Edit
ip
Edit
ldconfig
Edit
mkhomedir_helper
Edit
named-checkzone
Edit
named-compilezone
Edit
named-nzd2nzf
Edit
nsec3hash
Edit
pam_console_apply
Edit
pam_namespace_helper
Edit
pam_timestamp_check
Edit
pluginviewer
Edit
proxyexec
Edit
pwhistory_helper
Edit
saslauthd
Edit
sasldblistusers2
Edit
saslpasswd2
Edit
sendmail
Edit
testsaslauthd
Edit
tmpwatch
Edit
tsig-keygen
Edit
unix_chkpwd
Edit
unix_update
Edit