]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
*/: Remove support for MD5_CRYPT_ENAB
authorAlejandro Colomar <alx@kernel.org>
Sat, 27 Dec 2025 01:02:24 +0000 (02:02 +0100)
committerSerge Hallyn <serge@hallyn.com>
Tue, 24 Feb 2026 14:55:18 +0000 (08:55 -0600)
It has been deprecated for a very long time.  In fact, the first commit
that documented MD5_CRYPT_ENAB already documented it as deprecated.
6e3ad7a27546 (2007-11-20).

Signed-off-by: Alejandro Colomar <alx@kernel.org>
332 files changed:
etc/login.defs
lib/getdef.c
lib/obscure.c
lib/salt.c
man/Makefile.am
man/chgpasswd.8.xml
man/chpasswd.8.xml
man/gpasswd.1.xml
man/login.defs.5.xml
man/login.defs.d/ENCRYPT_METHOD.xml
man/login.defs.d/MD5_CRYPT_ENAB.xml [deleted file]
man/login.defs.d/PASS_MAX_LEN.xml
man/newusers.8.xml
man/passwd.1.xml
tests/chage/15_chage-I_no_shadow_entry/config/etc/login.defs
tests/chage/16_chage-m_no_shadow_entry/config/etc/login.defs
tests/chage/17_chage-M_no_shadow_entry/config/etc/login.defs
tests/chage/18_chage-d_no_shadow_entry/config/etc/login.defs
tests/chage/19_chage-W_no_shadow_entry/config/etc/login.defs
tests/chage/20_chage-E_no_shadow_entry/config/etc/login.defs
tests/chage/25_chage_interactive/config/etc/login.defs
tests/chage/26_chage_interactive_date_0/config/etc/login.defs
tests/chage/27_chage_interactive_date_-1/config/etc/login.defs
tests/chage/28_chage_interactive_date_EPOCH/config/etc/login.defs
tests/chage/29_chage_interactive_date_pre-EPOCH/config/etc/login.defs
tests/chage/30_chage_interactive_date_pre-EPOCH2/config/etc/login.defs
tests/chage/31_chage_interactive_date_invalid/config/etc/login.defs
tests/chage/32_chage_interactive_date_invalid2/config/etc/login.defs
tests/chage/33_chage_interactive-W_invalid1/config/etc/login.defs
tests/chage/34_chage_interactive-W_invalid2/config/etc/login.defs
tests/chage/35_chage_interactive-W-1/config/etc/login.defs
tests/chage/36_chage_interactive-I_invalid1/config/etc/login.defs
tests/chage/37_chage_interactive-I_invalid2/config/etc/login.defs
tests/chage/38_chage_interactive-I-1/config/etc/login.defs
tests/chage/39_chage_interactive-d-1/config/etc/login.defs
tests/chroot/chage/01_chage--root/config_chroot/etc/login.defs
tests/chroot/chgpasswd/01_chgpasswd--root/config_chroot/etc/login.defs
tests/chroot/chpasswd/01_chpasswd--root_nopam/config_chroot/etc/login.defs
tests/chroot/chpasswd/02_chpasswd--root_pam/config_chroot/etc/login.defs
tests/chroot/chsh/01_chsh--root/config_chroot/etc/login.defs
tests/chroot/gpasswd/01_gpasswd--root/config_chroot/etc/login.defs
tests/chroot/groupadd/01_groupadd--root/config_chroot/etc/login.defs
tests/chroot/groupdel/01_groupdel--root/config_chroot/etc/login.defs
tests/chroot/groupmod/01_groupmod--root/config_chroot/etc/login.defs
tests/chroot/grpck/01_grpck--root/config_chroot/etc/login.defs
tests/chroot/grpconv/01_grpconv--root/config_chroot/etc/login.defs
tests/chroot/grpunconv/01_grpunconv--root/config_chroot/etc/login.defs
tests/chroot/lastlog/01_lastlog--root/config_chroot/etc/login.defs
tests/chroot/login/01_login_sublogin/config/etc/login.defs
tests/chroot/login/01_login_sublogin/config_chroot/etc/login.defs
tests/chroot/pwck/01_pwck--root/config_chroot/etc/login.defs
tests/chroot/pwconv/01_pwconv--root/config_chroot/etc/login.defs
tests/chroot/pwunconv/01_pwunconv--root/config_chroot/etc/login.defs
tests/chroot/useradd/01_useradd--root/config_chroot/etc/login.defs
tests/chroot/useradd/02_useradd--root_login.defs/config_chroot/etc/login.defs
tests/chroot/useradd/03_useradd--root_useradd.default/config_chroot/etc/login.defs
tests/chroot/useradd/04_useradd--root_useradd-D/config_chroot/etc/login.defs
tests/chroot/useradd/05_useradd--root_useradd-D-e-g/config_chroot/etc/login.defs
tests/chroot/userdel/01_userdel--root/config_chroot/etc/login.defs
tests/chroot/usermod/01_usermod--root/config_chroot/etc/login.defs
tests/crypt/login.defs_DES-MD5_CRYPT_ENAB/01_chpasswd.test [deleted file]
tests/crypt/login.defs_DES-MD5_CRYPT_ENAB/01_chpasswd/group [deleted file]
tests/crypt/login.defs_DES-MD5_CRYPT_ENAB/01_chpasswd/gshadow [deleted file]
tests/crypt/login.defs_DES-MD5_CRYPT_ENAB/01_chpasswd/passwd [deleted file]
tests/crypt/login.defs_DES-MD5_CRYPT_ENAB/01_chpasswd/shadow [deleted file]
tests/crypt/login.defs_DES-MD5_CRYPT_ENAB/config/etc/group [deleted file]
tests/crypt/login.defs_DES-MD5_CRYPT_ENAB/config/etc/gshadow [deleted file]
tests/crypt/login.defs_DES-MD5_CRYPT_ENAB/config/etc/login.defs [deleted file]
tests/crypt/login.defs_DES-MD5_CRYPT_ENAB/config/etc/passwd [deleted file]
tests/crypt/login.defs_DES-MD5_CRYPT_ENAB/config/etc/shadow [deleted file]
tests/crypt/login.defs_DES/config/etc/login.defs
tests/crypt/login.defs_MD5/config/etc/login.defs
tests/crypt/login.defs_MD5_CRYPT_ENAB/01_chpasswd.test [deleted file]
tests/crypt/login.defs_MD5_CRYPT_ENAB/01_chpasswd/shadow [deleted file]
tests/crypt/login.defs_MD5_CRYPT_ENAB/02_chgpasswd.test [deleted file]
tests/crypt/login.defs_MD5_CRYPT_ENAB/02_chgpasswd/gshadow [deleted file]
tests/crypt/login.defs_MD5_CRYPT_ENAB/config/etc/group [deleted file]
tests/crypt/login.defs_MD5_CRYPT_ENAB/config/etc/gshadow [deleted file]
tests/crypt/login.defs_MD5_CRYPT_ENAB/config/etc/login.defs [deleted file]
tests/crypt/login.defs_MD5_CRYPT_ENAB/config/etc/passwd [deleted file]
tests/crypt/login.defs_MD5_CRYPT_ENAB/config/etc/shadow [deleted file]
tests/crypt/login.defs_SHA256-round-max/config/etc/login.defs
tests/crypt/login.defs_SHA256-round-min-max/config/etc/login.defs
tests/crypt/login.defs_SHA256-round-min/config/etc/login.defs
tests/crypt/login.defs_SHA256/config/etc/login.defs
tests/crypt/login.defs_SHA512/config/etc/login.defs
tests/crypt/login.defs_none/config/etc/login.defs
tests/failures/chage/01_chage_openRW_passwd_failure/config/etc/login.defs
tests/failures/chage/02_chage_openRO_passwd_failure/config/etc/login.defs
tests/failures/chage/03_chage_openRW_shadow_failure/config/etc/login.defs
tests/failures/chage/04_chage_openRO_shadow_failure/config/etc/login.defs
tests/failures/chage/05_chage_rename_shadow_failure/config/etc/login.defs
tests/failures/chage/06_chage_rename_passwd_failure/config/etc/login.defs
tests/failures/chgpasswd/01_chgpasswd-e_open_group_failure/config/etc/login.defs
tests/failures/chgpasswd/02_chgpasswd-e_open_gshadow_failure/config/etc/login.defs
tests/failures/chgpasswd/03_chgpasswd-e_rename_group_failure/config/etc/login.defs
tests/failures/chgpasswd/04_chgpasswd-e_rename_gshadow_failure/config/etc/login.defs
tests/failures/chpasswd-PAM/01_chpasswd-e_open_passwd_failure/config/etc/login.defs
tests/failures/chpasswd-PAM/02_chpasswd-e_open_shadow_failure/config/etc/login.defs
tests/failures/chpasswd-PAM/03_chpasswd-e_rename_passwd_failure/config/etc/login.defs
tests/failures/chpasswd-PAM/04_chpasswd-e_rename_shadow_failure/config/etc/login.defs
tests/failures/chsh/01_chsh_open_passwd_failure/config/etc/login.defs
tests/failures/chsh/02_chsh_rename_passwd_failure/config/etc/login.defs
tests/failures/gpasswd/01_gpasswd_group_open_failure/config/etc/login.defs
tests/failures/gpasswd/02_gpasswd_gshadow_open_failure/config/etc/login.defs
tests/failures/gpasswd/03_gpasswd-a_group_open_failure/config/etc/login.defs
tests/failures/gpasswd/04_gpasswd-d_group_open_failure/config/etc/login.defs
tests/failures/gpasswd/05_gpasswd-r_group_open_failure/config/etc/login.defs
tests/failures/gpasswd/06_gpasswd-R_gshadow_open_failure/config/etc/login.defs
tests/failures/gpasswd/07_gpasswd-A_gshadow_open_failure/config/etc/login.defs
tests/failures/gpasswd/08_gpasswd_group_openRO_failure/config/etc/login.defs
tests/failures/gpasswd/09_gpasswd_gshadow_openRO_failure/config/etc/login.defs
tests/failures/gpasswd/10_gpasswd_group_rename_failure/config/etc/login.defs
tests/failures/gpasswd/11_gpasswd_gshadow_rename_failure/config/etc/login.defs
tests/failures/groupadd/01_groupadd_gshadow_rename_failure/config/etc/login.defs
tests/failures/groupadd/02_groupadd_group_rename_failure/config/etc/login.defs
tests/failures/groupadd/03_groupadd_gshadow_open_failure/config/etc/login.defs
tests/failures/groupadd/04_groupadd_group_open_failure/config/etc/login.defs
tests/failures/groupdel/01_groupdel_gshadow_rename_failure/config/etc/login.defs
tests/failures/groupdel/02_groupdel_group_rename_failure/config/etc/login.defs
tests/failures/groupdel/03_groupdel_gshadow_open_failure/config/etc/login.defs
tests/failures/groupdel/04_groupdel_group_open_failure/config/etc/login.defs
tests/failures/groupmod/01_groupmod_change_group_name_gshadow_rename_failure/config/etc/login.defs
tests/failures/groupmod/02_groupmod_change_gid_change_primary_group_passwd_rename_failure/config/etc/login.defs
tests/failures/groupmod/03_groupmod_change_group_name_group_rename_failure/config/etc/login.defs
tests/failures/groupmod/04_groupmod_group_open_failure/config/etc/login.defs
tests/failures/groupmod/05_groupmod_gshadow_open_failure/config/etc/login.defs
tests/failures/groupmod/06_groupmod_-g_no_gshadow_open_failure/config/etc/login.defs
tests/failures/groupmod/07_groupmod_passwd_open_failure/config/etc/login.defs
tests/failures/groupmod/08_groupmod_-g_same_gid_no_passwd_open_failure/config/etc/login.defs
tests/failures/groupmod/09_groupmod_-n_no_passwd_open_failure/config/etc/login.defs
tests/failures/grpck/01_grpck_system_group_open_failure/config/etc/login.defs
tests/failures/grpck/02_grpck_group_open_failure/config/etc/login.defs
tests/failures/grpck/03_grpck_system_gshadow_open_failure/config/etc/login.defs
tests/failures/grpck/04_grpck_gshadow_open_failure/config/etc/login.defs
tests/failures/grpck/05_grpck_sort_group_rename_failure/config/etc/login.defs
tests/failures/grpck/06_grpck_sort_gshadow_rename_failure/config/etc/login.defs
tests/failures/grpconv/01_grpconv_open_group_failure/config/etc/login.defs
tests/failures/grpconv/02_grpconv_open_gshadow_failure/config/etc/login.defs
tests/failures/grpconv/03_grpconv_rename_group_failure/config/etc/login.defs
tests/failures/grpconv/04_grpconv_rename_gshadow_failure/config/etc/login.defs
tests/failures/grpunconv/01_grpunconv_group_rename_failure/config/etc/login.defs
tests/failures/grpunconv/02_grpunconv_open_group_failure/config/etc/login.defs
tests/failures/grpunconv/03_grpunconv_open_gshadow_failure/config/etc/login.defs
tests/failures/grpunconv/04_grpunconv_unlink_gshadow_failure/config/etc/login.defs
tests/failures/newusers/01_newusers_open_passwd_failure/config/etc/login.defs
tests/failures/newusers/02_newusers_open_shadow_failure/config/etc/login.defs
tests/failures/newusers/03_newusers_open_group_failure/config/etc/login.defs
tests/failures/newusers/04_newusers_open_gshadow_failure/config/etc/login.defs
tests/failures/newusers/05_newusers_rename_passwd_failure/config/etc/login.defs
tests/failures/newusers/06_newusers_rename_shadow_failure/config/etc/login.defs
tests/failures/newusers/07_newusers_rename_group_failure/config/etc/login.defs
tests/failures/newusers/08_newusers_rename_gshadow_failure/config/etc/login.defs
tests/failures/newusers/09_newusers_rename_shadow_failure_PAM/config/etc/login.defs
tests/failures/pwconv/01_pwconv_open_passwd_failure/config/etc/login.defs
tests/failures/pwconv/02_pwconv_open_shadow_failure/config/etc/login.defs
tests/failures/pwconv/03_pwconv_rename_passwd_failure/config/etc/login.defs
tests/failures/pwconv/04_pwconv_rename_shadow_failure/config/etc/login.defs
tests/failures/pwunconv/01_pwunconv_passwd_rename_failure/config/etc/login.defs
tests/failures/pwunconv/02_pwunconv_open_passwd_failure/config/etc/login.defs
tests/failures/pwunconv/03_pwunconv_open_shadow_failure/config/etc/login.defs
tests/failures/pwunconv/04_pwunconv_unlink_shadow_failure/config/etc/login.defs
tests/failures/useradd/01_useradd_open_passwd_failure/config/etc/login.defs
tests/failures/useradd/02_useradd_open_shadow_failure/config/etc/login.defs
tests/failures/useradd/03_useradd_open_group_failure/config/etc/login.defs
tests/failures/useradd/04_useradd_open_gshadow_failure/config/etc/login.defs
tests/failures/useradd/05_useradd_rename_passwd_failure/config/etc/login.defs
tests/failures/useradd/06_useradd_rename_shadow_failure/config/etc/login.defs
tests/failures/useradd/07_useradd_rename_group_failure/config/etc/login.defs
tests/failures/useradd/08_useradd_rename_gshadow_failure/config/etc/login.defs
tests/failures/useradd/09_useradd_rename_defaults_failure/config/etc/login.defs
tests/failures/useradd/10_useradd_rename_defaults_backup_failure/config/etc/login.defs
tests/failures/useradd/12_useradd_open_subuid_failure/config/etc/login.defs
tests/failures/useradd/13_useradd_open_subgid_failure/config/etc/login.defs
tests/failures/useradd/14_username_rename_subuid_failure/config/etc/login.defs
tests/failures/useradd/15_username_rename_subgid_failure/config/etc/login.defs
tests/failures/userdel/01_userdel_gshadow_rename_failure/config/etc/login.defs
tests/failures/userdel/02_userdel_group_rename_failure/config/etc/login.defs
tests/failures/userdel/03_userdel_shadow_rename_failure/config/etc/login.defs
tests/failures/userdel/04_userdel_passwd_rename_failure/config/etc/login.defs
tests/failures/userdel/05_userdel_failure_remove_mailbox/config/etc/login.defs
tests/failures/userdel/06_userdel_failure_remove_file_homedir/config/etc/login.defs
tests/failures/userdel/07_userdel_failure_remove_homedir/config/etc/login.defs
tests/failures/userdel/08_userdel_open_passwd_failure/config/etc/login.defs
tests/failures/userdel/09_userdel_open_shadow_failure/config/etc/login.defs
tests/failures/userdel/10_userdel_open_group_failure/config/etc/login.defs
tests/failures/userdel/11_userdel_open_gshadow_failure/config/etc/login.defs
tests/failures/userdel/12_userdel_open_subuid_failure/config/etc/login.defs
tests/failures/userdel/13_userdel_open_subgid_failure/config/etc/login.defs
tests/failures/userdel/14_userdel_rename_subuid_failure/config/etc/login.defs
tests/failures/userdel/15_userdel_rename_subgid_failure/config/etc/login.defs
tests/failures/usermod/01_usermod_change_user_name_gshadow_rename_failure/config/etc/login.defs
tests/failures/usermod/02_usermod_change_uid_passwd_rename_failure/config/etc/login.defs
tests/failures/usermod/03_usermod_change_user_name_group_rename_failure/config/etc/login.defs
tests/failures/usermod/04_usermod_change_user_name_gshadow_rename_no_failure/config/etc/login.defs
tests/failures/usermod/05_usermod_change_uid_shadow_rename_failure/config/etc/login.defs
tests/failures/usermod/06_usermod_change_user_name_open_passwd_failure/config/etc/login.defs
tests/failures/usermod/07_usermod_change_user_name_open_shadow_failure/config/etc/login.defs
tests/failures/usermod/08_usermod_change_user_name_open_group_failure/config/etc/login.defs
tests/failures/usermod/09_usermod_change_user_name_open_gshadow_failure/config/etc/login.defs
tests/failures/usermod/12_usermod_change_uid_passwd_unlock_passwd_failure/config/etc/login.defs
tests/failures/usermod/13_usermod_-v_open_subuid_failure/config/etc/login.defs
tests/failures/usermod/14_usermod_-V_open_subuid_failure/config/etc/login.defs
tests/failures/usermod/15_usermod_-w_open_subgid_failure/config/etc/login.defs
tests/failures/usermod/16_usermod_-W_open_subgid_failure/config/etc/login.defs
tests/failures/usermod/17_usermod_-v_rename_subuid_failure/config/etc/login.defs
tests/failures/usermod/18_usermod_-w_rename_subgid_failure/config/etc/login.defs
tests/grouptools/chgpasswd/01_chgpasswd_invalid_group/config/etc/login.defs
tests/grouptools/chgpasswd/02_chgpasswd_multiple_groups/config/etc/login.defs
tests/grouptools/chgpasswd/03_chgpasswd_no_gshadow_file/config/etc/login.defs
tests/grouptools/chgpasswd/04_chgpasswd_no_gshadow_entry/config/etc/login.defs
tests/grouptools/chgpasswd/05_chgpasswd_error_no_password/config/etc/login.defs
tests/grouptools/gpasswd/19_gpasswd_change_passwd-root/config/etc/login.defs
tests/grouptools/gpasswd/20_gpasswd_change_passwd-root-no_shadow_group/config/etc/login.defs
tests/grouptools/gpasswd/21_gpasswd_change_passwd-root-no_gshadow_file/config/etc/login.defs
tests/grouptools/gpasswd/22_gpasswd_change_passwd-myuser/config/etc/login.defs
tests/grouptools/gpasswd/69_gpasswd_change_passwd_2_tries/config/etc/login.defs
tests/grouptools/gpasswd/70_gpasswd_change_passwd_3_tries/config/etc/login.defs
tests/grouptools/gpasswd/71_gpasswd_change_passwd_4_tries/config/etc/login.defs
tests/grouptools/groupadd/01_groupadd_add_group/config/etc/login.defs
tests/grouptools/groupadd/02_groupadd_add_group_GID_MIN/config/etc/login.defs
tests/grouptools/groupadd/03_groupadd_add_group_-K_GID_MIN/config/etc/login.defs
tests/grouptools/groupadd/04_groupadd_set_password/config/etc/login.defs
tests/grouptools/groupadd/05_groupadd_set_GID/config/etc/login.defs
tests/grouptools/groupadd/06_groupadd_-f_add_existing_group/config/etc/login.defs
tests/grouptools/groupadd/07_groupadd_-f_add_existing_GID/config/etc/login.defs
tests/grouptools/groupadd/10_groupadd_-o_add_existing_GID/config/etc/login.defs
tests/grouptools/groupadd/17_groupadd_add_systemgroup/config/etc/login.defs
tests/grouptools/groupadd/18_groupadd_no_more_GID/config/etc/login.defs
tests/grouptools/groupadd/19_groupadd_-r_no_more_system_GID/config/etc/login.defs
tests/grouptools/groupadd/25_groupadd_no_gshadow/config/etc/login.defs
tests/grouptools/groupdel/01_groupdel_delete_group/config/etc/login.defs
tests/grouptools/groupdel/02_groupdel_delete_group_no_gshadow_group/config/etc/login.defs
tests/grouptools/groupdel/03_groupdel_delete_group_no_gshadow_file/config/etc/login.defs
tests/grouptools/groupdel/04_groupdel_delete_group_error_busy_group/config/etc/login.defs
tests/grouptools/groupdel/05_groupdel_delete_group_error_unknown_group/config/etc/login.defs
tests/grouptools/groupdel/06_groupdel_delete_group_error_locked_group/config/etc/login.defs
tests/grouptools/groupdel/07_groupdel_delete_group_error_locked_gshadow/config/etc/login.defs
tests/grouptools/groupdel/08_groupdel_delete_group_error_no_group_parameter/config/etc/login.defs
tests/grouptools/groupdel/09_groupdel_delete_group_error_two_group_parameter/config/etc/login.defs
tests/grouptools/groupdel/10_groupdel_usage/config/etc/login.defs
tests/grouptools/groupdel/11_groupdel_invalid_option/config/etc/login.defs
tests/grouptools/groupmems/54_groupmems_usage_invalid_option/config/etc/login.defs
tests/grouptools/groupmems/55_groupmems_usage-a-d/config/etc/login.defs
tests/grouptools/groupmems/56_groupmems_usage_extra_arg/config/etc/login.defs
tests/grouptools/groupmod/01_groupmod_change_gid/config/etc/login.defs
tests/grouptools/groupmod/02_groupmod_change_gid_change_primary_group/config/etc/login.defs
tests/grouptools/groupmod/03_groupmod_change_gid_no_gshadow_group/config/etc/login.defs
tests/grouptools/groupmod/04_groupmod_change_gid_no_gshadow_file/config/etc/login.defs
tests/grouptools/groupmod/05_groupmod_change_gid_-o_override_used_GID/config/etc/login.defs
tests/grouptools/groupmod/06_groupmod_change_group_name/config/etc/login.defs
tests/grouptools/groupmod/07_groupmod_change_group_name_no_gshadow_group/config/etc/login.defs
tests/grouptools/groupmod/08_groupmod_change_group_name_no_gshadow_file/config/etc/login.defs
tests/grouptools/groupmod/09_groupmod_set_password/config/etc/login.defs
tests/grouptools/groupmod/10_groupmod_set_password_no_gshadow_group/config/etc/login.defs
tests/grouptools/groupmod/11_groupmod_set_password_no_gshadow_file/config/etc/login.defs
tests/grouptools/groupmod/12_groupmod_change_gid_error_unknown_group/config/etc/login.defs
tests/grouptools/groupmod/13_groupmod_change_gid_error_used_GID/config/etc/login.defs
tests/grouptools/groupmod/14_groupmod_change_group_name_error_used_name/config/etc/login.defs
tests/grouptools/groupmod/15_groupmod_change_group_name_error_invalid_name/config/etc/login.defs
tests/grouptools/groupmod/16_groupmod_change_group_name_no_changes/config/etc/login.defs
tests/grouptools/groupmod/17_groupmod_change_gid_error_locked_group/config/etc/login.defs
tests/grouptools/groupmod/18_groupmod_change_gid_no_error_locked_gshadow/config/etc/login.defs
tests/grouptools/groupmod/19_groupmod_change_gid_error_invalid_GID/config/etc/login.defs
tests/grouptools/groupmod/20_groupmod_change_gid_error_negative_GID/config/etc/login.defs
tests/grouptools/groupmod/21_groupmod_change_gid_error_no_group/config/etc/login.defs
tests/grouptools/groupmod/22_groupmod_change_gid_and_group_name/config/etc/login.defs
tests/grouptools/groupmod/23_groupmod_change_gid_and_group_name_and_password/config/etc/login.defs
tests/grouptools/groupmod/24_groupmod_change_gid_and_name_error_locked_gshadow/config/etc/login.defs
tests/grouptools/groupmod/25_groupmod_change_gid_change_primary_group_error_locked_passwd/config/etc/login.defs
tests/grouptools/groupmod/26_groupmod_change_group_name_no_error_locked_passwd/config/etc/login.defs
tests/grouptools/groupmod/27_groupmod_change_gid_error_GID_4294967295/config/etc/login.defs
tests/grouptools/groupmod/29_groupmod_-g_same_gid_new_name/config/etc/login.defs
tests/grouptools/groupmod/30_groupmod_-g_same_gid_same_name/config/etc/login.defs
tests/grouptools/groupmod/31_groupmod_-g_same_gid/config/etc/login.defs
tests/grouptools/groupmod/33_groupmod_set_password_no_gshadow_file_with_group_pwd_x/config/etc/login.defs
tests/grouptools/groupmod/34_groupmod_set_password_group_without_shadow_pwd/config/etc/login.defs
tests/grouptools/groupmod/35_groupmod_set_password_group_without_shadow_pwd_no_gshadow_group/config/etc/login.defs
tests/grouptools/groupmod/36_groupmod_set_password_group_with_shadow_pwd_no_gshadow_group/config/etc/login.defs
tests/grouptools/groupmod/37_groupmod_invalid_option/config/etc/login.defs
tests/login/01_login_prompt/config/etc/login.defs
tests/login/02_login_user/config/etc/login.defs
tests/login/03_login_check_tty/config/etc/login.defs
tests/newgidmap/01_newgidmap/config/etc/login.defs
tests/newgidmap/02_newgidmap_relaxed_gid_check/config/etc/login.defs
tests/newuidmap/01_newuidmap/config/etc/login.defs
tests/newuidmap/02_newuidmap_relaxed_gid_check/config/etc/login.defs
tests/newusers/25_create_user_error_no_remaining_UID/config/etc/login.defs
tests/newusers/26_create_user_error_no_remaining_GID/config/etc/login.defs
tests/newusers/62_create_user_no_aging/config/etc/login.defs
tests/run_all
tests/run_all.coverage
tests/split_groups/01_useradd_split_group/config/etc/login.defs
tests/split_groups/02_useradd_no_split_group/config/etc/login.defs
tests/split_groups/03_useradd_split_group_already_split/config/etc/login.defs
tests/split_groups/04_useradd_split_group_already_full/config/etc/login.defs
tests/split_groups/05_useradd_split_group_already_split_passwd_differ/config/etc/login.defs
tests/split_groups/06_useradd_split_group_already_split_GID_differ/config/etc/login.defs
tests/split_groups/07_useradd_split_group_already_split_user_in_both_lines/config/etc/login.defs
tests/split_groups/08_useradd_no_split_group_already_split/config/etc/login.defs
tests/split_groups/09_groupdel_split_group_already_split/config/etc/login.defs
tests/split_groups/10_groupdel_no_split_group_already_split/config/etc/login.defs
tests/su/04/config/etc/login.defs
tests/su/05/config/etc/login.defs
tests/su/06/config/etc/login.defs
tests/su/07/config/etc/login.defs
tests/su/08/config/etc/login.defs
tests/su/09/config/etc/login.defs
tests/su/10_su_sulog_success/config/etc/login.defs
tests/su/11_su_sulog_failure/config/etc/login.defs
tests/su/12_su_child_failure/config/etc/login.defs
tests/su/13_su_child_success/config/etc/login.defs
tests/subids/12_useradd_invalid_subuid_configuration1/config/etc/login.defs
tests/subids/13_useradd_invalid_subuid_configuration2/config/etc/login.defs
tests/subids/14_useradd_invalid_subuid_configuration3/config/etc/login.defs
tests/subids/15_useradd_invalid_subgid_configuration1/config/etc/login.defs
tests/subids/16_useradd_invalid_subgid_configuration2/config/etc/login.defs
tests/subids/17_useradd_invalid_subgid_configuration3/config/etc/login.defs
tests/subids/18_useradd_min=max/config/etc/login.defs
tests/system/etc/login.defs
tests/usertools/chpasswd/01_chpasswd_invalid_user/config/etc/login.defs
tests/usertools/chpasswd/02_chpasswd_multiple_users/config/etc/login.defs
tests/usertools/chpasswd/03_chpasswd_no_shadow_file/config/etc/login.defs
tests/usertools/chpasswd/04_chpasswd_no_shadow_entry/config/etc/login.defs
tests/usertools/chpasswd/05_chpasswd_error_no_password/config/etc/login.defs
tests/usertools/userdel/05_userdel_no_USERGROUPS_ENAB/config/etc/login.defs
tests/usertools/userdel/06_userdel_no_usergroup/config/etc/login.defs
tests/usertools/userdel/07_userdel_usergroup_not_primary/config/etc/login.defs
tests/usertools/userdel/08_userdel_usergroup_with_other_members/config/etc/login.defs
tests/usertools/userdel/09_userdel_usergroup_no_other_members_in_gshadow/config/etc/login.defs
tests/usertools/usermod/47_usermod-u_default_maildir/config/etc/login.defs
tests/usertools/usermod/48_usermod-u_MAIL_FILE/config/etc/login.defs

index 966724c725df34772f2b4fbf2d9bbb2d9ae692d5..739085da52729b8c83894feaf4f4fe5712c9f7bb 100644 (file)
@@ -300,21 +300,6 @@ CHFN_RESTRICT              rwh
 # to use the default which is just "Password: ".
 #LOGIN_STRING          "%s's Password: "
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# Note: if you use PAM, it is recommended to use a value consistent with
-# the PAM modules configuration.
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD instead.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # Only works if compiled with ENCRYPTMETHOD_SELECT defined:
 # If set to MD5, MD5-based algorithm will be used for encrypting password
@@ -324,7 +309,6 @@ CHFN_RESTRICT               rwh
 # If set to YESCRYPT, YESCRYPT-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
 # MD5 and DES should not be used for new hashes, see crypt(5) for recommendations.
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: if you use PAM, it is recommended to use a value consistent with
 # the PAM modules configuration.
index 9a16adcb0b731ccb51b981ea982742691c32137f..b15d06ffec7ce9c55cfd3e538fbf359911b231a3 100644 (file)
@@ -107,7 +107,6 @@ static struct itemdef def_table[] = {
        {"MAIL_DIR", NULL},
        {"MAIL_FILE", NULL},
        {"MAX_MEMBERS_PER_GROUP", NULL},
-       {"MD5_CRYPT_ENAB", NULL},
        {"NONEXISTENT", NULL},
        {"PASS_MAX_DAYS", NULL},
        {"PASS_MIN_DAYS", NULL},
index 9cf6100abd5bcacfb293391fbfb031e039c3fab1..9a53df85e346376fa669ed71b9cf4b8bcb6d374b 100644 (file)
@@ -215,11 +215,7 @@ obscure_get_range(int *minlen, int *maxlen)
        }
 
        method = getdef_str ("ENCRYPT_METHOD");
-       if (NULL == method) {
-               if (getdef_bool ("MD5_CRYPT_ENAB")) {
-                       return;
-               }
-       } else {
+       if (NULL != method) {
                if (   streq(method, "MD5")
                    || streq(method, "SHA256")
                    || streq(method, "SHA512")
index 2e6f83197eb7d27700fdbeb16782fd171d024ae3..766e12f985a57902c10a6a12ecc7756c918a6188 100644 (file)
@@ -334,16 +334,12 @@ static /*@observer@*/const char *gensalt (size_t salt_size)
 #endif /* !USE_XCRYPT_GENSALT */
 
 /*
- * Generate 8 base64 ASCII characters of random salt.  If MD5_CRYPT_ENAB
- * in /etc/login.defs is "yes", the salt string will be prefixed by "$1$"
- * (magic) and pw_encrypt() will execute the MD5-based FreeBSD-compatible
- * version of crypt() instead of the standard one.
- * Other methods can be set with ENCRYPT_METHOD
+ * Generate 8 base64 ASCII characters of random salt.
+ * Methods can be set with ENCRYPT_METHOD
  *
  * The method can be forced with the meth parameter.
  * If NULL, the method will be defined according to the ENCRYPT_METHOD
- * variable, and if not set according to the MD5_CRYPT_ENAB variable,
- * which can both be set inside the login.defs file.
+ * variable, which can be set inside the login.defs file.
  *
  * If meth is specified, an additional parameter can be provided.
  *  * For the SHA256 and SHA512 method, this specifies the number of rounds
@@ -364,7 +360,7 @@ static /*@observer@*/const char *gensalt (size_t salt_size)
        else {
                method = getdef_str ("ENCRYPT_METHOD");
                if (NULL == method) {
-                       method = getdef_bool ("MD5_CRYPT_ENAB") ? "MD5" : "DES";
+                       method = "DES";
                }
        }
 
index 50ef284d3c9da42c07f0e767820c972bfbafe161..c1cfc90f0443a65521ffbfbf46afe21070af4d2d 100644 (file)
@@ -154,7 +154,6 @@ login_defs_v = \
        MAIL_CHECK_ENAB.xml \
        MAIL_DIR.xml \
        MAX_MEMBERS_PER_GROUP.xml \
-       MD5_CRYPT_ENAB.xml \
        MOTD_FILE.xml \
        NOLOGINS_FILE.xml \
        NONEXISTENT.xml \
index 505e058ae8db71b5d4740c4f4c690c46eda67e23..7e83d8514d732515a806655b6f3571c3ca31d811 100644 (file)
@@ -9,7 +9,6 @@
 <!ENTITY BCRYPT_MIN_ROUNDS     SYSTEM "login.defs.d/BCRYPT_MIN_ROUNDS.xml">
 <!ENTITY ENCRYPT_METHOD        SYSTEM "login.defs.d/ENCRYPT_METHOD.xml">
 <!ENTITY MAX_MEMBERS_PER_GROUP SYSTEM "login.defs.d/MAX_MEMBERS_PER_GROUP.xml">
-<!ENTITY MD5_CRYPT_ENAB        SYSTEM "login.defs.d/MD5_CRYPT_ENAB.xml">
 <!ENTITY SHA_CRYPT_MIN_ROUNDS  SYSTEM "login.defs.d/SHA_CRYPT_MIN_ROUNDS.xml">
 <!ENTITY YESCRYPT_COST_FACTOR  SYSTEM "login.defs.d/YESCRYPT_COST_FACTOR.xml">
 <!-- SHADOW-CONFIG-HERE -->
       &BCRYPT_MIN_ROUNDS; <!--This also document BCRYPT_MAX_ROUNDS-->
       &ENCRYPT_METHOD;
       &MAX_MEMBERS_PER_GROUP;
-      &MD5_CRYPT_ENAB;
       &SHA_CRYPT_MIN_ROUNDS; <!--This also document SHA_CRYPT_MAX_ROUNDS-->
       &YESCRYPT_COST_FACTOR;
     </variablelist>
index 04c30e13db72ca1301c0184bfecea45f4173f3fc..58be3ad21705cc1ccfbb47e725ddbab36194a053 100644 (file)
@@ -8,7 +8,6 @@
   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
 <!ENTITY BCRYPT_MIN_ROUNDS     SYSTEM "login.defs.d/BCRYPT_MIN_ROUNDS.xml">
 <!ENTITY ENCRYPT_METHOD        SYSTEM "login.defs.d/ENCRYPT_METHOD.xml">
-<!ENTITY MD5_CRYPT_ENAB        SYSTEM "login.defs.d/MD5_CRYPT_ENAB.xml">
 <!ENTITY SHA_CRYPT_MIN_ROUNDS  SYSTEM "login.defs.d/SHA_CRYPT_MIN_ROUNDS.xml">
 <!ENTITY YESCRYPT_COST_FACTOR  SYSTEM "login.defs.d/YESCRYPT_COST_FACTOR.xml">
 <!-- SHADOW-CONFIG-HERE -->
@@ -74,8 +73,7 @@
     </para>
     <para condition="no_pam">
       The default encryption algorithm can be defined for the system with
-      the <option>ENCRYPT_METHOD</option> or
-      <option>MD5_CRYPT_ENAB</option> variables of
+      the <option>ENCRYPT_METHOD</option> variable of
       <filename>/etc/login.defs</filename>, and can be overwritten with the
       <option>-e</option>, <option>-m</option>, or <option>-c</option>
       options.
            By default (if none of the <option>-c</option>,
            <option>-m</option>, or <option>-e</option> options are
            specified), the encryption method is defined by the 
-           <option>ENCRYPT_METHOD</option> or
-           <option>MD5_CRYPT_ENAB</option> variables of
+           <option>ENCRYPT_METHOD</option> variable of
            <filename>/etc/login.defs</filename>.
          </para>
        </listitem>
     </para>
     <variablelist condition="no_pam">
       &ENCRYPT_METHOD;
-      &MD5_CRYPT_ENAB;
     </variablelist>
     <variablelist>
       &BCRYPT_MIN_ROUNDS; <!--documents also BCRYPT_MAX_ROUNDS-->
index 6ff1339da610c916af332934afed54c1221cb8ff..9bf53214a8efc41f2ab9fb590c1c265fe28cecc7 100644 (file)
@@ -9,7 +9,6 @@
 <!ENTITY BCRYPT_MIN_ROUNDS     SYSTEM "login.defs.d/BCRYPT_MIN_ROUNDS.xml">
 <!ENTITY ENCRYPT_METHOD        SYSTEM "login.defs.d/ENCRYPT_METHOD.xml">
 <!ENTITY MAX_MEMBERS_PER_GROUP SYSTEM "login.defs.d/MAX_MEMBERS_PER_GROUP.xml">
-<!ENTITY MD5_CRYPT_ENAB        SYSTEM "login.defs.d/MD5_CRYPT_ENAB.xml">
 <!ENTITY SHA_CRYPT_MIN_ROUNDS  SYSTEM "login.defs.d/SHA_CRYPT_MIN_ROUNDS.xml">
 <!ENTITY YESCRYPT_COST_FACTOR  SYSTEM "login.defs.d/YESCRYPT_COST_FACTOR.xml">
 <!-- SHADOW-CONFIG-HERE -->
     <variablelist>
       &ENCRYPT_METHOD;
       &MAX_MEMBERS_PER_GROUP;
-      &MD5_CRYPT_ENAB;
       &SHA_CRYPT_MIN_ROUNDS; <!--This also document SHA_CRYPT_MAX_ROUNDS-->
     </variablelist>
   </refsect1>
index 5f81b5e2ec2773cc5400e323224862bb849bff7d..009de06d1a461ebaca6f53b8623901431d08e80d 100644 (file)
@@ -42,7 +42,6 @@
 <!ENTITY MAIL_CHECK_ENAB       SYSTEM "login.defs.d/MAIL_CHECK_ENAB.xml">
 <!ENTITY MAIL_DIR              SYSTEM "login.defs.d/MAIL_DIR.xml">
 <!ENTITY MAX_MEMBERS_PER_GROUP SYSTEM "login.defs.d/MAX_MEMBERS_PER_GROUP.xml">
-<!ENTITY MD5_CRYPT_ENAB        SYSTEM "login.defs.d/MD5_CRYPT_ENAB.xml">
 <!ENTITY MOTD_FILE             SYSTEM "login.defs.d/MOTD_FILE.xml">
 <!ENTITY NOLOGINS_FILE         SYSTEM "login.defs.d/NOLOGINS_FILE.xml">
 <!ENTITY NONEXISTENT           SYSTEM "login.defs.d/NONEXISTENT.xml">
       &MAIL_CHECK_ENAB;
       &MAIL_DIR;
       &MAX_MEMBERS_PER_GROUP;
-      &MD5_CRYPT_ENAB;
       &MOTD_FILE;
       &NOLOGINS_FILE;
       &NONEXISTENT;
          <para>
            <phrase condition="bcrypt">BCRYPT_MAX_ROUNDS
            BCRYPT_MIN_ROUNDS</phrase>
-           ENCRYPT_METHOD MAX_MEMBERS_PER_GROUP MD5_CRYPT_ENAB
+           ENCRYPT_METHOD MAX_MEMBERS_PER_GROUP
            SHA_CRYPT_MAX_ROUNDS SHA_CRYPT_MIN_ROUNDS
            <phrase condition="yescrypt">YESCRYPT_COST_FACTOR</phrase>
          </para>
          <para>
            <phrase condition="bcrypt">BCRYPT_MAX_ROUNDS
            BCRYPT_MIN_ROUNDS</phrase>
-           <phrase condition="no_pam">ENCRYPT_METHOD
-           MD5_CRYPT_ENAB </phrase>
+           <phrase condition="no_pam">ENCRYPT_METHOD</phrase>
            SHA_CRYPT_MAX_ROUNDS SHA_CRYPT_MIN_ROUNDS
            <phrase condition="yescrypt">YESCRYPT_COST_FACTOR</phrase>
          </para>
          <para>
            <phrase condition="bcrypt">BCRYPT_MAX_ROUNDS
            BCRYPT_MIN_ROUNDS</phrase>
-           ENCRYPT_METHOD MAX_MEMBERS_PER_GROUP MD5_CRYPT_ENAB
+           ENCRYPT_METHOD MAX_MEMBERS_PER_GROUP
            SHA_CRYPT_MAX_ROUNDS SHA_CRYPT_MIN_ROUNDS
            <phrase condition="yescrypt">YESCRYPT_COST_FACTOR</phrase>
          </para>
            BCRYPT_MIN_ROUNDS</phrase>
            ENCRYPT_METHOD
            GID_MAX GID_MIN
-           MAX_MEMBERS_PER_GROUP MD5_CRYPT_ENAB
+           MAX_MEMBERS_PER_GROUP
            HOME_MODE
            PASS_MAX_DAYS PASS_MIN_DAYS PASS_WARN_AGE
            SHA_CRYPT_MAX_ROUNDS SHA_CRYPT_MIN_ROUNDS
          <para>
            <phrase condition="bcrypt">BCRYPT_MAX_ROUNDS
            BCRYPT_MIN_ROUNDS</phrase>
-           ENCRYPT_METHOD MD5_CRYPT_ENAB OBSCURE_CHECKS_ENAB
+           ENCRYPT_METHOD OBSCURE_CHECKS_ENAB
            PASS_ALWAYS_WARN PASS_CHANGE_TRIES PASS_MAX_LEN PASS_MIN_LEN
            SHA_CRYPT_MAX_ROUNDS SHA_CRYPT_MIN_ROUNDS
            <phrase condition="yescrypt">YESCRYPT_COST_FACTOR</phrase>
index 68853791f68b7f99171bd3a781858bdb43b30d2d..1865bf0f9ee880664ce7961bde134457ce38eeaf 100644 (file)
       <refentrytitle>crypt</refentrytitle><manvolnum>5</manvolnum>
       for recommendations.
     </para>
-    <para>
-      Note: this parameter overrides the <option>MD5_CRYPT_ENAB</option>
-      variable.
-    </para>
     <para condition="pam">
       Note: this only affects the generation of group passwords.
       The generation of user passwords is done by PAM and subject to the
diff --git a/man/login.defs.d/MD5_CRYPT_ENAB.xml b/man/login.defs.d/MD5_CRYPT_ENAB.xml
deleted file mode 100644 (file)
index 7aef62f..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-<!--
-   SPDX-FileCopyrightText: 1991 - 1993, Julianne Frances Haugh
-   SPDX-FileCopyrightText: 1991 - 1993, Chip Rosenthal
-   SPDX-FileCopyrightText: 2007 - 2008, Nicolas François
-   SPDX-License-Identifier: BSD-3-Clause
--->
-<varlistentry>
-  <term><option>MD5_CRYPT_ENAB</option> (boolean)</term>
-  <listitem>
-    <para>
-      Indicate if passwords must be encrypted using the MD5-based
-      algorithm. If set to <replaceable>yes</replaceable>, new passwords
-      will be encrypted using the MD5-based algorithm compatible with the
-      one used by recent releases of FreeBSD. It supports passwords of
-      unlimited length and longer salt strings. Set to
-      <replaceable>no</replaceable> if you need to copy encrypted
-      passwords to other systems which don't understand the new algorithm.
-      Default is <replaceable>no</replaceable>.
-    </para>
-    <para>
-      This variable is superseded by the <option>ENCRYPT_METHOD</option>
-      variable or by any command line option used to configure the
-      encryption algorithm.
-    </para>
-    <para>
-      This variable is deprecated. You should use
-      <option>ENCRYPT_METHOD</option>.
-    </para>
-    <para condition="pam">
-      Note: this only affect the generation of group passwords.
-      The generation of user passwords is done by PAM and subject to the
-      PAM configuration. It is recommended to set this variable
-      consistently with the PAM configuration.
-    </para>
-  </listitem>
-</varlistentry>
index 3d29fc543b4bcd24cf4f59f97d519fdc3a3530fe..d8221b2a5bfc27e7d9b82b3e559d3993e2d24afa 100644 (file)
@@ -18,8 +18,7 @@
     <para>
       <option>PASS_MAX_LEN</option> is only used for DES.
       It is ignored if an encryption algorithm other than DES is used,
-      either because <option>MD5_CRYPT_ENAB</option> set to
-      <replaceable>yes</replaceable> or <option>ENCRYPT_METHOD</option>
+      because <option>ENCRYPT_METHOD</option>
       set to an algorithm other than <replaceable>DES</replaceable>.
     </para>
     <para>
index fbc6620dafee1900bf3b10d46a7d04153a28690d..879f2e9cb004f99269bb1644cf76e2ad41c93140 100644 (file)
@@ -11,7 +11,6 @@
 <!ENTITY GID_MAX               SYSTEM "login.defs.d/GID_MAX.xml">
 <!ENTITY HOME_MODE             SYSTEM "login.defs.d/HOME_MODE.xml">
 <!ENTITY MAX_MEMBERS_PER_GROUP SYSTEM "login.defs.d/MAX_MEMBERS_PER_GROUP.xml">
-<!ENTITY MD5_CRYPT_ENAB        SYSTEM "login.defs.d/MD5_CRYPT_ENAB.xml">
 <!ENTITY PASS_MAX_DAYS         SYSTEM "login.defs.d/PASS_MAX_DAYS.xml">
 <!ENTITY PASS_MIN_DAYS         SYSTEM "login.defs.d/PASS_MIN_DAYS.xml">
 <!ENTITY PASS_WARN_AGE         SYSTEM "login.defs.d/PASS_WARN_AGE.xml">
       &HOME_MODE;
       &MAX_MEMBERS_PER_GROUP;
     </variablelist>
-    <variablelist condition="no_pam">
-      &MD5_CRYPT_ENAB;
-    </variablelist>
     <variablelist>
       &PASS_MAX_DAYS;
       &PASS_MIN_DAYS;
index def356094fcf319c06480b549ca98b6c3e687af0..f05efab530ba03b81c3f961817b0e76b8d4606db 100644 (file)
@@ -8,7 +8,6 @@
   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
 <!ENTITY BCRYPT_MIN_ROUNDS     SYSTEM "login.defs.d/BCRYPT_MIN_ROUNDS.xml">
 <!ENTITY ENCRYPT_METHOD        SYSTEM "login.defs.d/ENCRYPT_METHOD.xml">
-<!ENTITY MD5_CRYPT_ENAB        SYSTEM "login.defs.d/MD5_CRYPT_ENAB.xml">
 <!ENTITY OBSCURE_CHECKS_ENAB   SYSTEM "login.defs.d/OBSCURE_CHECKS_ENAB.xml">
 <!ENTITY PASS_ALWAYS_WARN      SYSTEM "login.defs.d/PASS_ALWAYS_WARN.xml">
 <!ENTITY PASS_CHANGE_TRIES     SYSTEM "login.defs.d/PASS_CHANGE_TRIES.xml">
     </para>
     <variablelist>
       &ENCRYPT_METHOD;
-      &MD5_CRYPT_ENAB;
       &OBSCURE_CHECKS_ENAB;
       &PASS_ALWAYS_WARN;
       &PASS_CHANGE_TRIES;
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index 3b216aa1f6e4bcbcb491f093093d0bf4c32b69c0..4ad8c17b31b3a9bec456db0ce8060f96416059b4 100644 (file)
@@ -249,23 +249,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index 3b216aa1f6e4bcbcb491f093093d0bf4c32b69c0..4ad8c17b31b3a9bec456db0ce8060f96416059b4 100644 (file)
@@ -249,23 +249,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index 3b216aa1f6e4bcbcb491f093093d0bf4c32b69c0..4ad8c17b31b3a9bec456db0ce8060f96416059b4 100644 (file)
@@ -249,23 +249,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index 3b216aa1f6e4bcbcb491f093093d0bf4c32b69c0..4ad8c17b31b3a9bec456db0ce8060f96416059b4 100644 (file)
@@ -249,23 +249,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index 3b216aa1f6e4bcbcb491f093093d0bf4c32b69c0..4ad8c17b31b3a9bec456db0ce8060f96416059b4 100644 (file)
@@ -249,23 +249,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index 3b216aa1f6e4bcbcb491f093093d0bf4c32b69c0..4ad8c17b31b3a9bec456db0ce8060f96416059b4 100644 (file)
@@ -249,23 +249,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index 3b216aa1f6e4bcbcb491f093093d0bf4c32b69c0..4ad8c17b31b3a9bec456db0ce8060f96416059b4 100644 (file)
@@ -249,23 +249,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index 3b216aa1f6e4bcbcb491f093093d0bf4c32b69c0..4ad8c17b31b3a9bec456db0ce8060f96416059b4 100644 (file)
@@ -249,23 +249,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index 3b216aa1f6e4bcbcb491f093093d0bf4c32b69c0..4ad8c17b31b3a9bec456db0ce8060f96416059b4 100644 (file)
@@ -249,23 +249,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index 3b216aa1f6e4bcbcb491f093093d0bf4c32b69c0..4ad8c17b31b3a9bec456db0ce8060f96416059b4 100644 (file)
@@ -249,23 +249,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index 3b216aa1f6e4bcbcb491f093093d0bf4c32b69c0..4ad8c17b31b3a9bec456db0ce8060f96416059b4 100644 (file)
@@ -249,23 +249,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index 3b216aa1f6e4bcbcb491f093093d0bf4c32b69c0..4ad8c17b31b3a9bec456db0ce8060f96416059b4 100644 (file)
@@ -249,23 +249,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index 3b216aa1f6e4bcbcb491f093093d0bf4c32b69c0..4ad8c17b31b3a9bec456db0ce8060f96416059b4 100644 (file)
@@ -249,23 +249,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index acf5f93b6ee86f3288d749c95c57966f5f754d37..b975cad8a6db4430af0510336b0de961352be0d2 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index acf5f93b6ee86f3288d749c95c57966f5f754d37..b975cad8a6db4430af0510336b0de961352be0d2 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index 3b216aa1f6e4bcbcb491f093093d0bf4c32b69c0..4ad8c17b31b3a9bec456db0ce8060f96416059b4 100644 (file)
@@ -249,23 +249,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index 3b216aa1f6e4bcbcb491f093093d0bf4c32b69c0..4ad8c17b31b3a9bec456db0ce8060f96416059b4 100644 (file)
@@ -249,23 +249,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index 3b216aa1f6e4bcbcb491f093093d0bf4c32b69c0..4ad8c17b31b3a9bec456db0ce8060f96416059b4 100644 (file)
@@ -249,23 +249,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index 3b216aa1f6e4bcbcb491f093093d0bf4c32b69c0..4ad8c17b31b3a9bec456db0ce8060f96416059b4 100644 (file)
@@ -249,23 +249,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index 825aae38c1551a4eaba014f89e1be91775af995e..d93373961f7bffb726915556fc2ac31ad5a3f162 100644 (file)
@@ -249,23 +249,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index 3b216aa1f6e4bcbcb491f093093d0bf4c32b69c0..4ad8c17b31b3a9bec456db0ce8060f96416059b4 100644 (file)
@@ -249,23 +249,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index 3b216aa1f6e4bcbcb491f093093d0bf4c32b69c0..4ad8c17b31b3a9bec456db0ce8060f96416059b4 100644 (file)
@@ -249,23 +249,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index 3b216aa1f6e4bcbcb491f093093d0bf4c32b69c0..4ad8c17b31b3a9bec456db0ce8060f96416059b4 100644 (file)
@@ -249,23 +249,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index 3b216aa1f6e4bcbcb491f093093d0bf4c32b69c0..4ad8c17b31b3a9bec456db0ce8060f96416059b4 100644 (file)
@@ -249,23 +249,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index 3b216aa1f6e4bcbcb491f093093d0bf4c32b69c0..4ad8c17b31b3a9bec456db0ce8060f96416059b4 100644 (file)
@@ -249,23 +249,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
diff --git a/tests/crypt/login.defs_DES-MD5_CRYPT_ENAB/01_chpasswd.test b/tests/crypt/login.defs_DES-MD5_CRYPT_ENAB/01_chpasswd.test
deleted file mode 100755 (executable)
index d583517..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-#!/bin/sh
-
-set -e
-
-cd $(dirname $0)
-
-. ../../common/config.sh
-. ../../common/log.sh
-
-log_start "$0" "Add a new user"
-
-save_config
-
-# restore the files on exit
-trap 'log_status "$0" "FAILURE"; restore_config' 0
-
-change_config
-
-echo -n "Create user test1 (useradd test1)..."
-echo nobody:test | chpasswd
-echo "OK"
-
-echo -n "Check the passwd file..."
-../../common/compare_file.pl 01_chpasswd/passwd /etc/passwd
-echo "OK"
-echo -n "Check the group file..."
-../../common/compare_file.pl 01_chpasswd/group /etc/group
-echo "OK"
-echo -n "Check the shadow file..."
-../../common/compare_file.pl 01_chpasswd/shadow /etc/shadow
-echo "OK"
-echo -n "Check the gshadow file..."
-../../common/compare_file.pl 01_chpasswd/gshadow /etc/gshadow
-echo "OK"
-
-log_status "$0" "SUCCESS"
-restore_config
-trap '' 0
-
diff --git a/tests/crypt/login.defs_DES-MD5_CRYPT_ENAB/01_chpasswd/group b/tests/crypt/login.defs_DES-MD5_CRYPT_ENAB/01_chpasswd/group
deleted file mode 100644 (file)
index 1012390..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-root:x:0:
-daemon:x:1:
-bin:x:2:
-sys:x:3:
-adm:x:4:
-tty:x:5:
-disk:x:6:
-lp:x:7:
-mail:x:8:
-news:x:9:
-uucp:x:10:
-man:x:12:
-proxy:x:13:
-kmem:x:15:
-dialout:x:20:
-fax:x:21:
-voice:x:22:
-cdrom:x:24:
-floppy:x:25:
-tape:x:26:
-sudo:x:27:
-audio:x:29:
-dip:x:30:
-www-data:x:33:
-backup:x:34:
-operator:x:37:
-list:x:38:
-irc:x:39:
-src:x:40:
-gnats:x:41:
-shadow:x:42:
-utmp:x:43:
-video:x:44:
-sasl:x:45:
-plugdev:x:46:
-staff:x:50:
-games:x:60:
-users:x:100:
-nogroup:x:65534:
-crontab:x:101:
-Debian-exim:x:102:
diff --git a/tests/crypt/login.defs_DES-MD5_CRYPT_ENAB/01_chpasswd/gshadow b/tests/crypt/login.defs_DES-MD5_CRYPT_ENAB/01_chpasswd/gshadow
deleted file mode 100644 (file)
index ae42486..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-root:*::
-daemon:*::
-bin:*::
-sys:*::
-adm:*::
-tty:*::
-disk:*::
-lp:*::
-mail:*::
-news:*::
-uucp:*::
-man:*::
-proxy:*::
-kmem:*::
-dialout:*::
-fax:*::
-voice:*::
-cdrom:*::
-floppy:*::
-tape:*::
-sudo:*::
-audio:*::
-dip:*::
-www-data:*::
-backup:*::
-operator:*::
-list:*::
-irc:*::
-src:*::
-gnats:*::
-shadow:*::
-utmp:*::
-video:*::
-sasl:*::
-plugdev:*::
-staff:*::
-games:*::
-users:*::
-nogroup:*::
-crontab:x::
-Debian-exim:x::
diff --git a/tests/crypt/login.defs_DES-MD5_CRYPT_ENAB/01_chpasswd/passwd b/tests/crypt/login.defs_DES-MD5_CRYPT_ENAB/01_chpasswd/passwd
deleted file mode 100644 (file)
index 43fc135..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-root:x:0:0:root:/root:/bin/bash
-daemon:x:1:1:daemon:/usr/sbin:/bin/sh
-bin:x:2:2:bin:/bin:/bin/sh
-sys:x:3:3:sys:/dev:/bin/sh
-sync:x:4:65534:sync:/bin:/bin/sync
-games:x:5:60:games:/usr/games:/bin/sh
-man:x:6:12:man:/var/cache/man:/bin/sh
-lp:x:7:7:lp:/var/spool/lpd:/bin/sh
-mail:x:8:8:mail:/var/mail:/bin/sh
-news:x:9:9:news:/var/spool/news:/bin/sh
-uucp:x:10:10:uucp:/var/spool/uucp:/bin/sh
-proxy:x:13:13:proxy:/bin:/bin/sh
-www-data:x:33:33:www-data:/var/www:/bin/sh
-backup:x:34:34:backup:/var/backups:/bin/sh
-list:x:38:38:Mailing List Manager:/var/list:/bin/sh
-irc:x:39:39:ircd:/var/run/ircd:/bin/sh
-gnats:x:41:41:Gnats Bug-Reporting System (admin):/var/lib/gnats:/bin/sh
-nobody:x:65534:65534:nobody:/nonexistent:/bin/sh
-Debian-exim:x:102:102::/var/spool/exim4:/bin/false
diff --git a/tests/crypt/login.defs_DES-MD5_CRYPT_ENAB/01_chpasswd/shadow b/tests/crypt/login.defs_DES-MD5_CRYPT_ENAB/01_chpasswd/shadow
deleted file mode 100644 (file)
index 7607cc6..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-root:$1$NBLBLIXb$WUgojj1bNuxWEADQGt1m9.:12991:0:99999:7:::
-daemon:*:12977:0:99999:7:::
-bin:*:12977:0:99999:7:::
-sys:*:12977:0:99999:7:::
-sync:*:12977:0:99999:7:::
-games:*:12977:0:99999:7:::
-man:*:12977:0:99999:7:::
-lp:*:12977:0:99999:7:::
-mail:*:12977:0:99999:7:::
-news:*:12977:0:99999:7:::
-uucp:*:12977:0:99999:7:::
-proxy:*:12977:0:99999:7:::
-www-data:*:12977:0:99999:7:::
-backup:*:12977:0:99999:7:::
-list:*:12977:0:99999:7:::
-irc:*:12977:0:99999:7:::
-gnats:*:12977:0:99999:7:::
-nobody:@PASS_DES test@:@TODAY@:0:99999:7:::
-Debian-exim:!:12977:0:99999:7:::
diff --git a/tests/crypt/login.defs_DES-MD5_CRYPT_ENAB/config/etc/group b/tests/crypt/login.defs_DES-MD5_CRYPT_ENAB/config/etc/group
deleted file mode 100644 (file)
index 1012390..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-root:x:0:
-daemon:x:1:
-bin:x:2:
-sys:x:3:
-adm:x:4:
-tty:x:5:
-disk:x:6:
-lp:x:7:
-mail:x:8:
-news:x:9:
-uucp:x:10:
-man:x:12:
-proxy:x:13:
-kmem:x:15:
-dialout:x:20:
-fax:x:21:
-voice:x:22:
-cdrom:x:24:
-floppy:x:25:
-tape:x:26:
-sudo:x:27:
-audio:x:29:
-dip:x:30:
-www-data:x:33:
-backup:x:34:
-operator:x:37:
-list:x:38:
-irc:x:39:
-src:x:40:
-gnats:x:41:
-shadow:x:42:
-utmp:x:43:
-video:x:44:
-sasl:x:45:
-plugdev:x:46:
-staff:x:50:
-games:x:60:
-users:x:100:
-nogroup:x:65534:
-crontab:x:101:
-Debian-exim:x:102:
diff --git a/tests/crypt/login.defs_DES-MD5_CRYPT_ENAB/config/etc/gshadow b/tests/crypt/login.defs_DES-MD5_CRYPT_ENAB/config/etc/gshadow
deleted file mode 100644 (file)
index ae42486..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-root:*::
-daemon:*::
-bin:*::
-sys:*::
-adm:*::
-tty:*::
-disk:*::
-lp:*::
-mail:*::
-news:*::
-uucp:*::
-man:*::
-proxy:*::
-kmem:*::
-dialout:*::
-fax:*::
-voice:*::
-cdrom:*::
-floppy:*::
-tape:*::
-sudo:*::
-audio:*::
-dip:*::
-www-data:*::
-backup:*::
-operator:*::
-list:*::
-irc:*::
-src:*::
-gnats:*::
-shadow:*::
-utmp:*::
-video:*::
-sasl:*::
-plugdev:*::
-staff:*::
-games:*::
-users:*::
-nogroup:*::
-crontab:x::
-Debian-exim:x::
diff --git a/tests/crypt/login.defs_DES-MD5_CRYPT_ENAB/config/etc/login.defs b/tests/crypt/login.defs_DES-MD5_CRYPT_ENAB/config/etc/login.defs
deleted file mode 100644 (file)
index e9df880..0000000
+++ /dev/null
@@ -1,317 +0,0 @@
-#
-# /etc/login.defs - Configuration control definitions for the login package.
-#
-# Three items must be defined:  MAIL_DIR, ENV_SUPATH, and ENV_PATH.
-# If unspecified, some arbitrary (and possibly incorrect) value will
-# be assumed.  All other items are optional - if not specified then
-# the described action or option will be inhibited.
-#
-# Comment lines (lines beginning with "#") and blank lines are ignored.
-#
-# Modified for Linux.  --marekm
-
-# REQUIRED for useradd/userdel/usermod
-#   Directory where mailboxes reside, _or_ name of file, relative to the
-#   home directory.  If you _do_ define MAIL_DIR and MAIL_FILE,
-#   MAIL_DIR takes precedence.
-#
-#   Essentially:
-#      - MAIL_DIR defines the location of users mail spool files
-#        (for mbox use) by appending the username to MAIL_DIR as defined
-#        below.
-#      - MAIL_FILE defines the location of the users mail spool files as the
-#        fully-qualified filename obtained by prepending the user home
-#        directory before $MAIL_FILE
-#
-# NOTE: This is no more used for setting up users MAIL environment variable
-#       which is, starting from shadow 4.0.12-1 in Debian, entirely the
-#       job of the pam_mail PAM modules
-#       See default PAM configuration files provided for
-#       login, su, etc.
-#
-# This is a temporary situation: setting these variables will soon
-# move to /etc/default/useradd and the variables will then be
-# no more supported
-MAIL_DIR        /var/mail
-#MAIL_FILE      .mail
-
-#
-# Enable logging and display of /var/log/faillog login failure info.
-# This option conflicts with the pam_tally PAM module.
-#
-FAILLOG_ENAB           yes
-
-#
-# Enable display of unknown usernames when login failures are recorded.
-#
-# WARNING: Unknown usernames may become world readable. 
-# See #290803 and #298773 for details about how this could become a security
-# concern
-LOG_UNKFAIL_ENAB       no
-
-#
-# Enable logging of successful logins
-#
-LOG_OK_LOGINS          no
-
-#
-# Enable "syslog" logging of su activity - in addition to sulog file logging.
-# SYSLOG_SG_ENAB does the same for newgrp and sg.
-#
-SYSLOG_SU_ENAB         yes
-SYSLOG_SG_ENAB         yes
-
-#
-# If defined, all su activity is logged to this file.
-#
-#SULOG_FILE    /var/log/sulog
-
-#
-# If defined, file which maps tty line to TERM environment parameter.
-# Each line of the file is in a format something like "vt100  tty01".
-#
-#TTYTYPE_FILE  /etc/ttytype
-
-#
-# If defined, login failures will be logged here in a utmp format
-# last, when invoked as lastb, will read /var/log/btmp, so...
-#
-FTMP_FILE      /var/log/btmp
-
-#
-# If defined, the command name to display when running "su -".  For
-# example, if this is defined as "su" then a "ps" will display the
-# command is "-su".  If not defined, then "ps" would display the
-# name of the shell actually being run, e.g. something like "-sh".
-#
-SU_NAME                su
-
-#
-# If defined, file which inhibits all the usual chatter during the login
-# sequence.  If a full pathname, then hushed mode will be enabled if the
-# user's name or shell are found in the file.  If not a full pathname, then
-# hushed mode will be enabled if the file exists in the user's home directory.
-#
-HUSHLOGIN_FILE .hushlogin
-#HUSHLOGIN_FILE        /etc/hushlogins
-
-#
-# *REQUIRED*  The default PATH settings, for superuser and normal users.
-#
-# (they are minimal, add the rest in the shell startup files)
-ENV_SUPATH     PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-ENV_PATH       PATH=/usr/local/bin:/usr/bin:/bin:/usr/games
-
-#
-# Terminal permissions
-#
-#      TTYGROUP        Login tty will be assigned this group ownership.
-#      TTYPERM         Login tty will be set to this permission.
-#
-# If you have a "write" program which is "setgid" to a special group
-# which owns the terminals, define TTYGROUP to the group number and
-# TTYPERM to 0620.  Otherwise leave TTYGROUP commented out and assign
-# TTYPERM to either 622 or 600.
-#
-# In Debian /usr/bin/bsd-write or similar programs are setgid tty
-# However, the default and recommended value for TTYPERM is still 0600
-# to not allow anyone to write to anyone else console or terminal
-
-# Users can still allow other people to write them by issuing 
-# the "mesg y" command.
-
-TTYGROUP       tty
-TTYPERM                0600
-
-#
-# Login configuration initializations:
-#
-#      ERASECHAR       Terminal ERASE character ('\010' = backspace).
-#      KILLCHAR        Terminal KILL character ('\025' = CTRL/U).
-#      UMASK           Default "umask" value.
-#
-# The ERASECHAR and KILLCHAR are used only on System V machines.
-# 
-# UMASK usage is discouraged because it catches only some classes of user
-# entries to system, in fact only those made through login(1), while setting
-# umask in shell rc file will catch also logins through su, cron, ssh etc.
-#
-# At the same time, using shell rc to set umask won't catch entries which use
-# non-shell executables in place of login shell, like /usr/sbin/pppd for "ppp"
-# user and alike.
-#
-# Therefore the use of pam_umask is recommended (Debian package libpam-umask)
-# as the solution which catches all these cases on PAM-enabled systems.
-# 
-# This avoids the confusion created by having the umask set
-# in two different places -- in login.defs and shell rc files (i.e.
-# /etc/profile).
-#
-# For discussion, see #314539 and #248150 as well as the thread starting at
-# http://lists.debian.org/debian-devel/2005/06/msg01598.html
-#
-# Prefix these values with "0" to get octal, "0x" to get hexadecimal.
-#
-ERASECHAR      0177
-KILLCHAR       025
-# 022 is the "historical" value in Debian for UMASK when it was used
-# 027, or even 077, could be considered better for privacy
-# There is no One True Answer here : each sysadmin must make up their
-# mind.
-#UMASK         022
-
-#
-# Password aging controls:
-#
-#      PASS_MAX_DAYS   Maximum number of days a password may be used.
-#      PASS_MIN_DAYS   Minimum number of days allowed between password changes.
-#      PASS_WARN_AGE   Number of days warning given before a password expires.
-#
-PASS_MAX_DAYS  99999
-PASS_MIN_DAYS  0
-PASS_WARN_AGE  7
-
-#
-# Min/max values for automatic uid selection in useradd
-#
-UID_MIN                         1000
-UID_MAX                        60000
-
-#
-# Min/max values for automatic gid selection in groupadd
-#
-GID_MIN                          100
-GID_MAX                        60000
-
-#
-# Max number of login retries if password is bad. This will most likely be
-# overridden by PAM, since the default pam_unix module has it's own built
-# in of 3 retries. However, this is a safe fallback in case you are using
-# an authentication module that does not enforce PAM_MAXTRIES.
-#
-LOGIN_RETRIES          5
-
-#
-# Max time in seconds for login
-#
-LOGIN_TIMEOUT          60
-
-#
-# Which fields may be changed by regular users using chfn - use
-# any combination of letters "frwh" (full name, room number, work
-# phone, home phone).  If not defined, no changes are allowed.
-# For backward compatibility, "yes" = "rwh" and "no" = "frwh".
-# 
-CHFN_RESTRICT          rwh
-
-#
-# Should login be allowed if we can't cd to the home directory?
-# Default is no.
-#
-DEFAULT_HOME   yes
-
-#
-# If defined, this command is run when removing a user.
-# It should remove any at/cron/print jobs etc. owned by
-# the user to be removed (passed as the first argument).
-#
-#USERDEL_CMD   /usr/sbin/userdel_local
-
-#
-# This enables userdel to remove user groups if no members exist.
-#
-# Other former uses of this variable such as setting the umask when
-# user==primary group are not used in PAM environments, thus in Debian
-#
-USERGROUPS_ENAB yes
-
-#
-# Instead of the real user shell, the program specified by this parameter
-# will be launched, although its visible name (argv[0]) will be the shell's.
-# The program may do whatever it wants (logging, additional authentification,
-# banner, ...) before running the actual shell.
-#
-# FAKE_SHELL /bin/fakeshell
-
-#
-# If defined, either full pathname of a file containing device names or
-# a ":" delimited list of device names.  Root logins will be allowed only
-# upon these devices.
-#
-# This variable is used by login and su.
-#
-#CONSOLE       /etc/consoles
-#CONSOLE       console:tty01:tty02:tty03:tty04
-
-#
-# List of groups to add to the user's supplementary group set
-# when logging in on the console (as determined by the CONSOLE
-# setting).  Default is none.
-#
-# Use with caution - it is possible for users to gain permanent
-# access to these groups, even when not logged in on the console.
-# How to do it is left as an exercise for the reader...
-#
-# This variable is used by login and su.
-#
-#CONSOLE_GROUPS                floppy:audio:cdrom
-
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-MD5_CRYPT_ENAB yes
-ENCRYPT_METHOD DES
-#SHA_CRYPT_MIN_ROUNDS 5000
-#SHA_CRYPT_MAX_ROUNDS 5000
-
-################# OBSOLETED BY PAM ##############
-#                                              #
-# These options are now handled by PAM. Please #
-# edit the appropriate file in /etc/pam.d/ to  #
-# enable the equivalents of them.
-#
-###############
-
-#MOTD_FILE
-#DIALUPS_CHECK_ENAB
-#LASTLOG_ENAB
-#MAIL_CHECK_ENAB
-#OBSCURE_CHECKS_ENAB
-#PORTTIME_CHECKS_ENAB
-#SU_WHEEL_ONLY
-#PASS_CHANGE_TRIES
-#PASS_ALWAYS_WARN
-#ENVIRON_FILE
-#NOLOGINS_FILE
-#ISSUE_FILE
-#PASS_MIN_LEN
-#PASS_MAX_LEN
-#ULIMIT
-#ENV_HZ
-#CHFN_AUTH
-#CHSH_AUTH
-#FAIL_DELAY
-
-################# OBSOLETED #######################
-#                                                #
-# These options are no more handled by shadow.    #
-#                                                 #
-# Shadow utilities will display a warning if they #
-# still appear.                                   #
-#                                                 #
-###################################################
-
-# CLOSE_SESSIONS
-# LOGIN_STRING
-# NO_PASSWORD_CONSOLE
-# QMAIL_DIR
-
-
-
diff --git a/tests/crypt/login.defs_DES-MD5_CRYPT_ENAB/config/etc/passwd b/tests/crypt/login.defs_DES-MD5_CRYPT_ENAB/config/etc/passwd
deleted file mode 100644 (file)
index 43fc135..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-root:x:0:0:root:/root:/bin/bash
-daemon:x:1:1:daemon:/usr/sbin:/bin/sh
-bin:x:2:2:bin:/bin:/bin/sh
-sys:x:3:3:sys:/dev:/bin/sh
-sync:x:4:65534:sync:/bin:/bin/sync
-games:x:5:60:games:/usr/games:/bin/sh
-man:x:6:12:man:/var/cache/man:/bin/sh
-lp:x:7:7:lp:/var/spool/lpd:/bin/sh
-mail:x:8:8:mail:/var/mail:/bin/sh
-news:x:9:9:news:/var/spool/news:/bin/sh
-uucp:x:10:10:uucp:/var/spool/uucp:/bin/sh
-proxy:x:13:13:proxy:/bin:/bin/sh
-www-data:x:33:33:www-data:/var/www:/bin/sh
-backup:x:34:34:backup:/var/backups:/bin/sh
-list:x:38:38:Mailing List Manager:/var/list:/bin/sh
-irc:x:39:39:ircd:/var/run/ircd:/bin/sh
-gnats:x:41:41:Gnats Bug-Reporting System (admin):/var/lib/gnats:/bin/sh
-nobody:x:65534:65534:nobody:/nonexistent:/bin/sh
-Debian-exim:x:102:102::/var/spool/exim4:/bin/false
diff --git a/tests/crypt/login.defs_DES-MD5_CRYPT_ENAB/config/etc/shadow b/tests/crypt/login.defs_DES-MD5_CRYPT_ENAB/config/etc/shadow
deleted file mode 100644 (file)
index 5f50d18..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-root:$1$NBLBLIXb$WUgojj1bNuxWEADQGt1m9.:12991:0:99999:7:::
-daemon:*:12977:0:99999:7:::
-bin:*:12977:0:99999:7:::
-sys:*:12977:0:99999:7:::
-sync:*:12977:0:99999:7:::
-games:*:12977:0:99999:7:::
-man:*:12977:0:99999:7:::
-lp:*:12977:0:99999:7:::
-mail:*:12977:0:99999:7:::
-news:*:12977:0:99999:7:::
-uucp:*:12977:0:99999:7:::
-proxy:*:12977:0:99999:7:::
-www-data:*:12977:0:99999:7:::
-backup:*:12977:0:99999:7:::
-list:*:12977:0:99999:7:::
-irc:*:12977:0:99999:7:::
-gnats:*:12977:0:99999:7:::
-nobody:*:12977:0:99999:7:::
-Debian-exim:!:12977:0:99999:7:::
index f898f1e3b0ac4548e275421d3c7459cff5eeb8b1..bbd7adac0c07af1e5dad5ef2bb167aecdfab991c 100644 (file)
@@ -256,17 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
 ENCRYPT_METHOD DES
 #SHA_CRYPT_MIN_ROUNDS 5000
 #SHA_CRYPT_MAX_ROUNDS 5000
index 11ea6c6632030c801dc0f953b4d1f483419f1af4..979f672084e04585036078dd74e103b8eddd9c18 100644 (file)
@@ -256,17 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
 ENCRYPT_METHOD MD5
 #SHA_CRYPT_MIN_ROUNDS 5000
 #SHA_CRYPT_MAX_ROUNDS 5000
diff --git a/tests/crypt/login.defs_MD5_CRYPT_ENAB/01_chpasswd.test b/tests/crypt/login.defs_MD5_CRYPT_ENAB/01_chpasswd.test
deleted file mode 100755 (executable)
index 28ee58f..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-#!/bin/sh
-
-set -e
-
-cd $(dirname $0)
-
-. ../../common/config.sh
-. ../../common/log.sh
-
-log_start "$0" "Add a new user"
-
-save_config
-
-# restore the files on exit
-trap 'log_status "$0" "FAILURE"; restore_config' 0
-
-change_config
-
-echo -n "Create user test1 (useradd test1)..."
-echo nobody:test | chpasswd
-echo "OK"
-
-echo -n "Check the passwd file..."
-../../common/compare_file.pl config/etc/passwd /etc/passwd
-echo "OK"
-echo -n "Check the group file..."
-../../common/compare_file.pl config/etc/group /etc/group
-echo "OK"
-echo -n "Check the shadow file..."
-../../common/compare_file.pl 01_chpasswd/shadow /etc/shadow
-echo "OK"
-echo -n "Check the gshadow file..."
-../../common/compare_file.pl config/etc/gshadow /etc/gshadow
-echo "OK"
-
-log_status "$0" "SUCCESS"
-restore_config
-trap '' 0
-
diff --git a/tests/crypt/login.defs_MD5_CRYPT_ENAB/01_chpasswd/shadow b/tests/crypt/login.defs_MD5_CRYPT_ENAB/01_chpasswd/shadow
deleted file mode 100644 (file)
index 658661b..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-root:$1$NBLBLIXb$WUgojj1bNuxWEADQGt1m9.:12991:0:99999:7:::
-daemon:*:12977:0:99999:7:::
-bin:*:12977:0:99999:7:::
-sys:*:12977:0:99999:7:::
-sync:*:12977:0:99999:7:::
-games:*:12977:0:99999:7:::
-man:*:12977:0:99999:7:::
-lp:*:12977:0:99999:7:::
-mail:*:12977:0:99999:7:::
-news:*:12977:0:99999:7:::
-uucp:*:12977:0:99999:7:::
-proxy:*:12977:0:99999:7:::
-www-data:*:12977:0:99999:7:::
-backup:*:12977:0:99999:7:::
-list:*:12977:0:99999:7:::
-irc:*:12977:0:99999:7:::
-gnats:*:12977:0:99999:7:::
-nobody:@PASS_MD5 test@:@TODAY@:0:99999:7:::
-Debian-exim:!:12977:0:99999:7:::
diff --git a/tests/crypt/login.defs_MD5_CRYPT_ENAB/02_chgpasswd.test b/tests/crypt/login.defs_MD5_CRYPT_ENAB/02_chgpasswd.test
deleted file mode 100755 (executable)
index a38a669..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-#!/bin/sh
-
-set -e
-
-cd $(dirname $0)
-
-. ../../common/config.sh
-. ../../common/log.sh
-
-log_start "$0" "Change a group password"
-
-save_config
-
-# restore the files on exit
-trap 'log_status "$0" "FAILURE"; restore_config' 0
-
-change_config
-
-echo -n "echo nogroup:test | chgpasswd..."
-echo nogroup:test | chgpasswd
-echo "OK"
-
-echo -n "Check the passwd file..."
-../../common/compare_file.pl config/etc/passwd /etc/passwd
-echo "OK"
-echo -n "Check the group file..."
-../../common/compare_file.pl config/etc/group /etc/group
-echo "OK"
-echo -n "Check the shadow file..."
-../../common/compare_file.pl config/etc/shadow /etc/shadow
-echo "OK"
-echo -n "Check the gshadow file..."
-../../common/compare_file.pl 02_chgpasswd/gshadow /etc/gshadow
-echo "OK"
-
-log_status "$0" "SUCCESS"
-restore_config
-trap '' 0
-
diff --git a/tests/crypt/login.defs_MD5_CRYPT_ENAB/02_chgpasswd/gshadow b/tests/crypt/login.defs_MD5_CRYPT_ENAB/02_chgpasswd/gshadow
deleted file mode 100644 (file)
index a709bcb..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-root:*::
-daemon:*::
-bin:*::
-sys:*::
-adm:*::
-tty:*::
-disk:*::
-lp:*::
-mail:*::
-news:*::
-uucp:*::
-man:*::
-proxy:*::
-kmem:*::
-dialout:*::
-fax:*::
-voice:*::
-cdrom:*::
-floppy:*::
-tape:*::
-sudo:*::
-audio:*::
-dip:*::
-www-data:*::
-backup:*::
-operator:*::
-list:*::
-irc:*::
-src:*::
-gnats:*::
-shadow:*::
-utmp:*::
-video:*::
-sasl:*::
-plugdev:*::
-staff:*::
-games:*::
-users:*::
-nogroup:@PASS_MD5 test@::
-crontab:x::
-Debian-exim:x::
diff --git a/tests/crypt/login.defs_MD5_CRYPT_ENAB/config/etc/group b/tests/crypt/login.defs_MD5_CRYPT_ENAB/config/etc/group
deleted file mode 100644 (file)
index 1012390..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-root:x:0:
-daemon:x:1:
-bin:x:2:
-sys:x:3:
-adm:x:4:
-tty:x:5:
-disk:x:6:
-lp:x:7:
-mail:x:8:
-news:x:9:
-uucp:x:10:
-man:x:12:
-proxy:x:13:
-kmem:x:15:
-dialout:x:20:
-fax:x:21:
-voice:x:22:
-cdrom:x:24:
-floppy:x:25:
-tape:x:26:
-sudo:x:27:
-audio:x:29:
-dip:x:30:
-www-data:x:33:
-backup:x:34:
-operator:x:37:
-list:x:38:
-irc:x:39:
-src:x:40:
-gnats:x:41:
-shadow:x:42:
-utmp:x:43:
-video:x:44:
-sasl:x:45:
-plugdev:x:46:
-staff:x:50:
-games:x:60:
-users:x:100:
-nogroup:x:65534:
-crontab:x:101:
-Debian-exim:x:102:
diff --git a/tests/crypt/login.defs_MD5_CRYPT_ENAB/config/etc/gshadow b/tests/crypt/login.defs_MD5_CRYPT_ENAB/config/etc/gshadow
deleted file mode 100644 (file)
index ae42486..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-root:*::
-daemon:*::
-bin:*::
-sys:*::
-adm:*::
-tty:*::
-disk:*::
-lp:*::
-mail:*::
-news:*::
-uucp:*::
-man:*::
-proxy:*::
-kmem:*::
-dialout:*::
-fax:*::
-voice:*::
-cdrom:*::
-floppy:*::
-tape:*::
-sudo:*::
-audio:*::
-dip:*::
-www-data:*::
-backup:*::
-operator:*::
-list:*::
-irc:*::
-src:*::
-gnats:*::
-shadow:*::
-utmp:*::
-video:*::
-sasl:*::
-plugdev:*::
-staff:*::
-games:*::
-users:*::
-nogroup:*::
-crontab:x::
-Debian-exim:x::
diff --git a/tests/crypt/login.defs_MD5_CRYPT_ENAB/config/etc/login.defs b/tests/crypt/login.defs_MD5_CRYPT_ENAB/config/etc/login.defs
deleted file mode 100644 (file)
index 49ccae8..0000000
+++ /dev/null
@@ -1,317 +0,0 @@
-#
-# /etc/login.defs - Configuration control definitions for the login package.
-#
-# Three items must be defined:  MAIL_DIR, ENV_SUPATH, and ENV_PATH.
-# If unspecified, some arbitrary (and possibly incorrect) value will
-# be assumed.  All other items are optional - if not specified then
-# the described action or option will be inhibited.
-#
-# Comment lines (lines beginning with "#") and blank lines are ignored.
-#
-# Modified for Linux.  --marekm
-
-# REQUIRED for useradd/userdel/usermod
-#   Directory where mailboxes reside, _or_ name of file, relative to the
-#   home directory.  If you _do_ define MAIL_DIR and MAIL_FILE,
-#   MAIL_DIR takes precedence.
-#
-#   Essentially:
-#      - MAIL_DIR defines the location of users mail spool files
-#        (for mbox use) by appending the username to MAIL_DIR as defined
-#        below.
-#      - MAIL_FILE defines the location of the users mail spool files as the
-#        fully-qualified filename obtained by prepending the user home
-#        directory before $MAIL_FILE
-#
-# NOTE: This is no more used for setting up users MAIL environment variable
-#       which is, starting from shadow 4.0.12-1 in Debian, entirely the
-#       job of the pam_mail PAM modules
-#       See default PAM configuration files provided for
-#       login, su, etc.
-#
-# This is a temporary situation: setting these variables will soon
-# move to /etc/default/useradd and the variables will then be
-# no more supported
-MAIL_DIR        /var/mail
-#MAIL_FILE      .mail
-
-#
-# Enable logging and display of /var/log/faillog login failure info.
-# This option conflicts with the pam_tally PAM module.
-#
-FAILLOG_ENAB           yes
-
-#
-# Enable display of unknown usernames when login failures are recorded.
-#
-# WARNING: Unknown usernames may become world readable. 
-# See #290803 and #298773 for details about how this could become a security
-# concern
-LOG_UNKFAIL_ENAB       no
-
-#
-# Enable logging of successful logins
-#
-LOG_OK_LOGINS          no
-
-#
-# Enable "syslog" logging of su activity - in addition to sulog file logging.
-# SYSLOG_SG_ENAB does the same for newgrp and sg.
-#
-SYSLOG_SU_ENAB         yes
-SYSLOG_SG_ENAB         yes
-
-#
-# If defined, all su activity is logged to this file.
-#
-#SULOG_FILE    /var/log/sulog
-
-#
-# If defined, file which maps tty line to TERM environment parameter.
-# Each line of the file is in a format something like "vt100  tty01".
-#
-#TTYTYPE_FILE  /etc/ttytype
-
-#
-# If defined, login failures will be logged here in a utmp format
-# last, when invoked as lastb, will read /var/log/btmp, so...
-#
-FTMP_FILE      /var/log/btmp
-
-#
-# If defined, the command name to display when running "su -".  For
-# example, if this is defined as "su" then a "ps" will display the
-# command is "-su".  If not defined, then "ps" would display the
-# name of the shell actually being run, e.g. something like "-sh".
-#
-SU_NAME                su
-
-#
-# If defined, file which inhibits all the usual chatter during the login
-# sequence.  If a full pathname, then hushed mode will be enabled if the
-# user's name or shell are found in the file.  If not a full pathname, then
-# hushed mode will be enabled if the file exists in the user's home directory.
-#
-HUSHLOGIN_FILE .hushlogin
-#HUSHLOGIN_FILE        /etc/hushlogins
-
-#
-# *REQUIRED*  The default PATH settings, for superuser and normal users.
-#
-# (they are minimal, add the rest in the shell startup files)
-ENV_SUPATH     PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-ENV_PATH       PATH=/usr/local/bin:/usr/bin:/bin:/usr/games
-
-#
-# Terminal permissions
-#
-#      TTYGROUP        Login tty will be assigned this group ownership.
-#      TTYPERM         Login tty will be set to this permission.
-#
-# If you have a "write" program which is "setgid" to a special group
-# which owns the terminals, define TTYGROUP to the group number and
-# TTYPERM to 0620.  Otherwise leave TTYGROUP commented out and assign
-# TTYPERM to either 622 or 600.
-#
-# In Debian /usr/bin/bsd-write or similar programs are setgid tty
-# However, the default and recommended value for TTYPERM is still 0600
-# to not allow anyone to write to anyone else console or terminal
-
-# Users can still allow other people to write them by issuing 
-# the "mesg y" command.
-
-TTYGROUP       tty
-TTYPERM                0600
-
-#
-# Login configuration initializations:
-#
-#      ERASECHAR       Terminal ERASE character ('\010' = backspace).
-#      KILLCHAR        Terminal KILL character ('\025' = CTRL/U).
-#      UMASK           Default "umask" value.
-#
-# The ERASECHAR and KILLCHAR are used only on System V machines.
-# 
-# UMASK usage is discouraged because it catches only some classes of user
-# entries to system, in fact only those made through login(1), while setting
-# umask in shell rc file will catch also logins through su, cron, ssh etc.
-#
-# At the same time, using shell rc to set umask won't catch entries which use
-# non-shell executables in place of login shell, like /usr/sbin/pppd for "ppp"
-# user and alike.
-#
-# Therefore the use of pam_umask is recommended (Debian package libpam-umask)
-# as the solution which catches all these cases on PAM-enabled systems.
-# 
-# This avoids the confusion created by having the umask set
-# in two different places -- in login.defs and shell rc files (i.e.
-# /etc/profile).
-#
-# For discussion, see #314539 and #248150 as well as the thread starting at
-# http://lists.debian.org/debian-devel/2005/06/msg01598.html
-#
-# Prefix these values with "0" to get octal, "0x" to get hexadecimal.
-#
-ERASECHAR      0177
-KILLCHAR       025
-# 022 is the "historical" value in Debian for UMASK when it was used
-# 027, or even 077, could be considered better for privacy
-# There is no One True Answer here : each sysadmin must make up their
-# mind.
-#UMASK         022
-
-#
-# Password aging controls:
-#
-#      PASS_MAX_DAYS   Maximum number of days a password may be used.
-#      PASS_MIN_DAYS   Minimum number of days allowed between password changes.
-#      PASS_WARN_AGE   Number of days warning given before a password expires.
-#
-PASS_MAX_DAYS  99999
-PASS_MIN_DAYS  0
-PASS_WARN_AGE  7
-
-#
-# Min/max values for automatic uid selection in useradd
-#
-UID_MIN                         1000
-UID_MAX                        60000
-
-#
-# Min/max values for automatic gid selection in groupadd
-#
-GID_MIN                          100
-GID_MAX                        60000
-
-#
-# Max number of login retries if password is bad. This will most likely be
-# overridden by PAM, since the default pam_unix module has it's own built
-# in of 3 retries. However, this is a safe fallback in case you are using
-# an authentication module that does not enforce PAM_MAXTRIES.
-#
-LOGIN_RETRIES          5
-
-#
-# Max time in seconds for login
-#
-LOGIN_TIMEOUT          60
-
-#
-# Which fields may be changed by regular users using chfn - use
-# any combination of letters "frwh" (full name, room number, work
-# phone, home phone).  If not defined, no changes are allowed.
-# For backward compatibility, "yes" = "rwh" and "no" = "frwh".
-# 
-CHFN_RESTRICT          rwh
-
-#
-# Should login be allowed if we can't cd to the home directory?
-# Default is no.
-#
-DEFAULT_HOME   yes
-
-#
-# If defined, this command is run when removing a user.
-# It should remove any at/cron/print jobs etc. owned by
-# the user to be removed (passed as the first argument).
-#
-#USERDEL_CMD   /usr/sbin/userdel_local
-
-#
-# This enables userdel to remove user groups if no members exist.
-#
-# Other former uses of this variable such as setting the umask when
-# user==primary group are not used in PAM environments, thus in Debian
-#
-USERGROUPS_ENAB yes
-
-#
-# Instead of the real user shell, the program specified by this parameter
-# will be launched, although its visible name (argv[0]) will be the shell's.
-# The program may do whatever it wants (logging, additional authentification,
-# banner, ...) before running the actual shell.
-#
-# FAKE_SHELL /bin/fakeshell
-
-#
-# If defined, either full pathname of a file containing device names or
-# a ":" delimited list of device names.  Root logins will be allowed only
-# upon these devices.
-#
-# This variable is used by login and su.
-#
-#CONSOLE       /etc/consoles
-#CONSOLE       console:tty01:tty02:tty03:tty04
-
-#
-# List of groups to add to the user's supplementary group set
-# when logging in on the console (as determined by the CONSOLE
-# setting).  Default is none.
-#
-# Use with caution - it is possible for users to gain permanent
-# access to these groups, even when not logged in on the console.
-# How to do it is left as an exercise for the reader...
-#
-# This variable is used by login and su.
-#
-#CONSOLE_GROUPS                floppy:audio:cdrom
-
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-MD5_CRYPT_ENAB yes
-#ENCRYPT_METHOD DES
-#SHA_CRYPT_MIN_ROUNDS 5000
-#SHA_CRYPT_MAX_ROUNDS 5000
-
-################# OBSOLETED BY PAM ##############
-#                                              #
-# These options are now handled by PAM. Please #
-# edit the appropriate file in /etc/pam.d/ to  #
-# enable the equivalents of them.
-#
-###############
-
-#MOTD_FILE
-#DIALUPS_CHECK_ENAB
-#LASTLOG_ENAB
-#MAIL_CHECK_ENAB
-#OBSCURE_CHECKS_ENAB
-#PORTTIME_CHECKS_ENAB
-#SU_WHEEL_ONLY
-#PASS_CHANGE_TRIES
-#PASS_ALWAYS_WARN
-#ENVIRON_FILE
-#NOLOGINS_FILE
-#ISSUE_FILE
-#PASS_MIN_LEN
-#PASS_MAX_LEN
-#ULIMIT
-#ENV_HZ
-#CHFN_AUTH
-#CHSH_AUTH
-#FAIL_DELAY
-
-################# OBSOLETED #######################
-#                                                #
-# These options are no more handled by shadow.    #
-#                                                 #
-# Shadow utilities will display a warning if they #
-# still appear.                                   #
-#                                                 #
-###################################################
-
-# CLOSE_SESSIONS
-# LOGIN_STRING
-# NO_PASSWORD_CONSOLE
-# QMAIL_DIR
-
-
-
diff --git a/tests/crypt/login.defs_MD5_CRYPT_ENAB/config/etc/passwd b/tests/crypt/login.defs_MD5_CRYPT_ENAB/config/etc/passwd
deleted file mode 100644 (file)
index 43fc135..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-root:x:0:0:root:/root:/bin/bash
-daemon:x:1:1:daemon:/usr/sbin:/bin/sh
-bin:x:2:2:bin:/bin:/bin/sh
-sys:x:3:3:sys:/dev:/bin/sh
-sync:x:4:65534:sync:/bin:/bin/sync
-games:x:5:60:games:/usr/games:/bin/sh
-man:x:6:12:man:/var/cache/man:/bin/sh
-lp:x:7:7:lp:/var/spool/lpd:/bin/sh
-mail:x:8:8:mail:/var/mail:/bin/sh
-news:x:9:9:news:/var/spool/news:/bin/sh
-uucp:x:10:10:uucp:/var/spool/uucp:/bin/sh
-proxy:x:13:13:proxy:/bin:/bin/sh
-www-data:x:33:33:www-data:/var/www:/bin/sh
-backup:x:34:34:backup:/var/backups:/bin/sh
-list:x:38:38:Mailing List Manager:/var/list:/bin/sh
-irc:x:39:39:ircd:/var/run/ircd:/bin/sh
-gnats:x:41:41:Gnats Bug-Reporting System (admin):/var/lib/gnats:/bin/sh
-nobody:x:65534:65534:nobody:/nonexistent:/bin/sh
-Debian-exim:x:102:102::/var/spool/exim4:/bin/false
diff --git a/tests/crypt/login.defs_MD5_CRYPT_ENAB/config/etc/shadow b/tests/crypt/login.defs_MD5_CRYPT_ENAB/config/etc/shadow
deleted file mode 100644 (file)
index 5f50d18..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-root:$1$NBLBLIXb$WUgojj1bNuxWEADQGt1m9.:12991:0:99999:7:::
-daemon:*:12977:0:99999:7:::
-bin:*:12977:0:99999:7:::
-sys:*:12977:0:99999:7:::
-sync:*:12977:0:99999:7:::
-games:*:12977:0:99999:7:::
-man:*:12977:0:99999:7:::
-lp:*:12977:0:99999:7:::
-mail:*:12977:0:99999:7:::
-news:*:12977:0:99999:7:::
-uucp:*:12977:0:99999:7:::
-proxy:*:12977:0:99999:7:::
-www-data:*:12977:0:99999:7:::
-backup:*:12977:0:99999:7:::
-list:*:12977:0:99999:7:::
-irc:*:12977:0:99999:7:::
-gnats:*:12977:0:99999:7:::
-nobody:*:12977:0:99999:7:::
-Debian-exim:!:12977:0:99999:7:::
index cb87cef1d769624d36b631e2c6176042ea987ccb..436aa6cbbddf87aa7133932f0f4a6eca705354a2 100644 (file)
@@ -256,17 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
 ENCRYPT_METHOD SHA256
 #SHA_CRYPT_MIN_ROUNDS 2000
 SHA_CRYPT_MAX_ROUNDS 7000
index 9897cc0e756f81f623d0c363d7010c5b7756c907..1c014696e9e7dd01ee77ddcd92af29b0987f7693 100644 (file)
@@ -256,17 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
 ENCRYPT_METHOD SHA256
 SHA_CRYPT_MIN_ROUNDS 3000
 SHA_CRYPT_MAX_ROUNDS 10000
index 5dc8994fbe55019950f4ae6456a76b822013adf5..5f6eb59135831971a2d8307bc8ecb35149039d62 100644 (file)
@@ -256,17 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
 ENCRYPT_METHOD SHA256
 SHA_CRYPT_MIN_ROUNDS 2000
 #SHA_CRYPT_MAX_ROUNDS 5000
index f52dcd7a0b2aad3c7fa772f568573d6de2aa5f61..59d995a311c5d954cfa507658aaac6532a4ac295 100644 (file)
@@ -256,17 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
 ENCRYPT_METHOD SHA256
 #SHA_CRYPT_MIN_ROUNDS 5000
 #SHA_CRYPT_MAX_ROUNDS 5000
index 5c9efa3a44071dd8829d0be56f2927ae249fe2d0..c4c5bb14e86365d6747a54713008e85020968748 100644 (file)
@@ -256,17 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
 ENCRYPT_METHOD SHA512
 #SHA_CRYPT_MIN_ROUNDS 5000
 #SHA_CRYPT_MAX_ROUNDS 5000
index 443222935c0666a6befa3df8782d0c61f163695c..bdd1619ef31982ffa92faa74220c269be3d92cb9 100644 (file)
@@ -256,17 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
 #ENCRYPT_METHOD DES
 #SHA_CRYPT_MIN_ROUNDS 5000
 #SHA_CRYPT_MAX_ROUNDS 5000
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index f898f1e3b0ac4548e275421d3c7459cff5eeb8b1..bbd7adac0c07af1e5dad5ef2bb167aecdfab991c 100644 (file)
@@ -256,17 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
 ENCRYPT_METHOD DES
 #SHA_CRYPT_MIN_ROUNDS 5000
 #SHA_CRYPT_MAX_ROUNDS 5000
index f898f1e3b0ac4548e275421d3c7459cff5eeb8b1..bbd7adac0c07af1e5dad5ef2bb167aecdfab991c 100644 (file)
@@ -256,17 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
 ENCRYPT_METHOD DES
 #SHA_CRYPT_MIN_ROUNDS 5000
 #SHA_CRYPT_MAX_ROUNDS 5000
index f898f1e3b0ac4548e275421d3c7459cff5eeb8b1..bbd7adac0c07af1e5dad5ef2bb167aecdfab991c 100644 (file)
@@ -256,17 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
 ENCRYPT_METHOD DES
 #SHA_CRYPT_MIN_ROUNDS 5000
 #SHA_CRYPT_MAX_ROUNDS 5000
index f898f1e3b0ac4548e275421d3c7459cff5eeb8b1..bbd7adac0c07af1e5dad5ef2bb167aecdfab991c 100644 (file)
@@ -256,17 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
 ENCRYPT_METHOD DES
 #SHA_CRYPT_MIN_ROUNDS 5000
 #SHA_CRYPT_MAX_ROUNDS 5000
index f898f1e3b0ac4548e275421d3c7459cff5eeb8b1..bbd7adac0c07af1e5dad5ef2bb167aecdfab991c 100644 (file)
@@ -256,17 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
 ENCRYPT_METHOD DES
 #SHA_CRYPT_MIN_ROUNDS 5000
 #SHA_CRYPT_MAX_ROUNDS 5000
index 4949522f2059a28fa882e65a71c2a59bb0625631..9c4122f002bcf3a19d06a9553a107c043ff77d3a 100644 (file)
@@ -249,23 +249,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index 4949522f2059a28fa882e65a71c2a59bb0625631..9c4122f002bcf3a19d06a9553a107c043ff77d3a 100644 (file)
@@ -249,23 +249,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index 4949522f2059a28fa882e65a71c2a59bb0625631..9c4122f002bcf3a19d06a9553a107c043ff77d3a 100644 (file)
@@ -249,23 +249,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index 4949522f2059a28fa882e65a71c2a59bb0625631..9c4122f002bcf3a19d06a9553a107c043ff77d3a 100644 (file)
@@ -249,23 +249,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index 4949522f2059a28fa882e65a71c2a59bb0625631..9c4122f002bcf3a19d06a9553a107c043ff77d3a 100644 (file)
@@ -249,23 +249,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index 7e0063cbf68594778c4469d26faa2613b6af0ce8..46c26db30ca75912ece3770238a71edcbd8a98a0 100644 (file)
@@ -249,23 +249,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index 7e0063cbf68594778c4469d26faa2613b6af0ce8..46c26db30ca75912ece3770238a71edcbd8a98a0 100644 (file)
@@ -249,23 +249,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index 923caa6934c17b4cbadd76e75ced2e326590717b..c220b78f20f0f7d0993b77f72c4fcd026f2c66e0 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index 6080471d7e234f8b80a7c04614a651458bdbd0ac..6c8e47ec5cf56e93f55e4d1f5d3eed4d3b1054d8 100644 (file)
@@ -257,18 +257,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index 9b1a3c4dda21daffc50db7cb52112e3e6947695d..5a7a736a0263530537dd5d7a7be0223f24649e0c 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index 7c33f41b3b33a9aa5395cde667e886fb1de0b7aa..3b5d94796e2f8fc37663085fb4c914729d39c2b2 100644 (file)
@@ -258,18 +258,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index acf5f93b6ee86f3288d749c95c57966f5f754d37..b975cad8a6db4430af0510336b0de961352be0d2 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index acf5f93b6ee86f3288d749c95c57966f5f754d37..b975cad8a6db4430af0510336b0de961352be0d2 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index acf5f93b6ee86f3288d749c95c57966f5f754d37..b975cad8a6db4430af0510336b0de961352be0d2 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index 87d7550220716d5ab5f3b1d22cd58975cdfcbab4..e223664eb2199a2eed49f4c05cba2ba7fbc3d80f 100644 (file)
@@ -254,23 +254,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index be73bde7327128c959c2498c63128592d1a427b9..6cf104208fcb3fa1e0e3ea9fd5c52adefffd6e59 100644 (file)
@@ -254,23 +254,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index 970811efe6402784e68ee019e97e828d9864ff8f..602f6b7f1a137861438bf67ebe21def5e077ccc6 100644 (file)
@@ -254,23 +254,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index be73bde7327128c959c2498c63128592d1a427b9..6cf104208fcb3fa1e0e3ea9fd5c52adefffd6e59 100644 (file)
@@ -254,23 +254,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index 8a1af21d8c43cb24a8a5d40dbf1530b97e3307b9..cb1921ba5313fc0ccd5a54582b331c1f8d27e0a2 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index 1709b8714df908178aaf57c66ce822f32ac5a181..2e194ac122e52ee88d292684e61916f79f12b9d5 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index 5b3469bf6c2aedee0b4d1843c3bf8b63a0a26c3b..e7b348dcfb9e85c9f359baddc2a78a1ff49ba679 100644 (file)
@@ -276,7 +276,6 @@ PASS_ALWAYS_WARN    yes
 #
 # Number of significant characters in the password for crypt().
 # Default is 8, don't change unless your crypt() is better.
-# Ignored if MD5_CRYPT_ENAB set to "yes".
 #
 #PASS_MAX_LEN          8
 
@@ -300,21 +299,6 @@ CHFN_RESTRICT              rwh
 # to use the default which is just "Password: ".
 #LOGIN_STRING          "%s's Password: "
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# Note: If you use PAM, it is recommended to use a value consistent with
-# the PAM modules configuration.
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD instead.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # Only works if compiled with ENCRYPTMETHOD_SELECT defined:
 # If set to MD5, MD5-based algorithm will be used for encrypting password
@@ -324,7 +308,6 @@ CHFN_RESTRICT               rwh
 # If set to YESCRYPT, YESCRYPT-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
 # MD5 and DES should not be used for new hashes, see crypt(5) for recommendations.
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: If you use PAM, it is recommended to use a value consistent with
 # the PAM modules configuration.
index d565c0ee4e132d69b171dded4b55e958eadfc786..236118af366f409887ea3d770e923f2112aaff38 100755 (executable)
@@ -908,7 +908,6 @@ run_test ./cktools/pwck/30_pwck_NIS_entries/pwck.test
 run_test ./cktools/pwck/31_pwck_shadow_entry_passwd_no_x/pwck.test
 run_test ./cktools/pwck/32_pwck_quiet/pwck.test
 if [ "$USE_PAM" != "yes" ]; then
-       run_test ./crypt/login.defs_DES-MD5_CRYPT_ENAB/01_chpasswd.test
        run_test ./crypt/login.defs_DES/01_chpasswd.test
        run_test ./crypt/login.defs_DES/02_chpasswd--crypt-method-MD5.test
        run_test ./crypt/login.defs_DES/03_chpasswd--crypt-method-DES.test
@@ -924,10 +923,8 @@ run_test ./crypt/login.defs_DES/11_chgpasswd-e.test
 run_test ./crypt/login.defs_DES/12_chgpasswd-m.test
 if [ "$USE_PAM" != "yes" ]; then
        run_test ./crypt/login.defs_MD5/01_chpasswd.test
-       run_test ./crypt/login.defs_MD5_CRYPT_ENAB/01_chpasswd.test
 fi
 run_test ./crypt/login.defs_MD5/02_chgpasswd.test
-run_test ./crypt/login.defs_MD5_CRYPT_ENAB/02_chgpasswd.test
 if [ "$USE_PAM" != "yes" ]; then
        run_test ./crypt/login.defs_SHA256-round-max/01_chpasswd.test
        run_test ./crypt/login.defs_SHA256-round-min-max/01_chpasswd.test
index 79af14adeb96f259887a80ed6d9f3dc420ba9f60..03970ee273ab482a63799f5ce8cae395767cf3e7 100755 (executable)
@@ -924,7 +924,6 @@ run_test ./cktools/pwck/30_pwck_NIS_entries/pwck.test
 run_test ./cktools/pwck/31_pwck_shadow_entry_passwd_no_x/pwck.test
 run_test ./cktools/pwck/32_pwck_quiet/pwck.test
 if [ "$USE_PAM" != "yes" ]; then
-       run_test ./crypt/login.defs_DES-MD5_CRYPT_ENAB/01_chpasswd.test
        run_test ./crypt/login.defs_DES/01_chpasswd.test
        run_test ./crypt/login.defs_DES/02_chpasswd--crypt-method-MD5.test
        run_test ./crypt/login.defs_DES/03_chpasswd--crypt-method-DES.test
@@ -940,10 +939,8 @@ run_test ./crypt/login.defs_DES/11_chgpasswd-e.test
 run_test ./crypt/login.defs_DES/12_chgpasswd-m.test
 if [ "$USE_PAM" != "yes" ]; then
        run_test ./crypt/login.defs_MD5/01_chpasswd.test
-       run_test ./crypt/login.defs_MD5_CRYPT_ENAB/01_chpasswd.test
 fi
 run_test ./crypt/login.defs_MD5/02_chgpasswd.test
-run_test ./crypt/login.defs_MD5_CRYPT_ENAB/02_chgpasswd.test
 if [ "$USE_PAM" != "yes" ]; then
        run_test ./crypt/login.defs_SHA256-round-max/01_chpasswd.test
        run_test ./crypt/login.defs_SHA256-round-min-max/01_chpasswd.test
index a5ae49c14e848f38d952957970d1669363927e54..9c6e8b63fa7c2aa1b2b4b246d631784a870a780a 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 MAX_MEMBERS_PER_GROUP  2
 
 ################# OBSOLETED BY PAM ##############
index ccf42f72ad686a96b292fb58e276f5c99b873601..1edc4addf39368b04535fa9a5145979db2bd009d 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 MAX_MEMBERS_PER_GROUP  0
 
 ################# OBSOLETED BY PAM ##############
index a5ae49c14e848f38d952957970d1669363927e54..9c6e8b63fa7c2aa1b2b4b246d631784a870a780a 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 MAX_MEMBERS_PER_GROUP  2
 
 ################# OBSOLETED BY PAM ##############
index a5ae49c14e848f38d952957970d1669363927e54..9c6e8b63fa7c2aa1b2b4b246d631784a870a780a 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 MAX_MEMBERS_PER_GROUP  2
 
 ################# OBSOLETED BY PAM ##############
index a5ae49c14e848f38d952957970d1669363927e54..9c6e8b63fa7c2aa1b2b4b246d631784a870a780a 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 MAX_MEMBERS_PER_GROUP  2
 
 ################# OBSOLETED BY PAM ##############
index a5ae49c14e848f38d952957970d1669363927e54..9c6e8b63fa7c2aa1b2b4b246d631784a870a780a 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 MAX_MEMBERS_PER_GROUP  2
 
 ################# OBSOLETED BY PAM ##############
index a5ae49c14e848f38d952957970d1669363927e54..9c6e8b63fa7c2aa1b2b4b246d631784a870a780a 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 MAX_MEMBERS_PER_GROUP  2
 
 ################# OBSOLETED BY PAM ##############
index ccf42f72ad686a96b292fb58e276f5c99b873601..1edc4addf39368b04535fa9a5145979db2bd009d 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 MAX_MEMBERS_PER_GROUP  0
 
 ################# OBSOLETED BY PAM ##############
index a5ae49c14e848f38d952957970d1669363927e54..9c6e8b63fa7c2aa1b2b4b246d631784a870a780a 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 MAX_MEMBERS_PER_GROUP  2
 
 ################# OBSOLETED BY PAM ##############
index ccf42f72ad686a96b292fb58e276f5c99b873601..1edc4addf39368b04535fa9a5145979db2bd009d 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 MAX_MEMBERS_PER_GROUP  0
 
 ################# OBSOLETED BY PAM ##############
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index 91e45f5f537e884d725840cd32f80ed328c6de84..90d4e9d19424b67ca541adc144dbc82ce3db0580 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index cf181ac0c035208720d6a7c7b3ead5590bf9e633..62f9d227cb1a74281740fcaab7545756fa661b22 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index 91e45f5f537e884d725840cd32f80ed328c6de84..90d4e9d19424b67ca541adc144dbc82ce3db0580 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index 01b74d96ffc757ec155f9f5bca2f2144ac633a8f..f154808d922e81622e3d83ddff50c516f57698bd 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index acf5f93b6ee86f3288d749c95c57966f5f754d37..b975cad8a6db4430af0510336b0de961352be0d2 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index 38bf53366e62261d2d95a6779334e1e02a0e20bd..bcffde812bcf0a849067b501cf59c3488cabf829 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index 38bf53366e62261d2d95a6779334e1e02a0e20bd..bcffde812bcf0a849067b501cf59c3488cabf829 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index 38bf53366e62261d2d95a6779334e1e02a0e20bd..bcffde812bcf0a849067b501cf59c3488cabf829 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index 38bf53366e62261d2d95a6779334e1e02a0e20bd..bcffde812bcf0a849067b501cf59c3488cabf829 100644 (file)
@@ -256,18 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
-
 ################# OBSOLETED BY PAM ##############
 #                                              #
 # These options are now handled by PAM. Please #
index 97553e716efc864913df256da3063eddc1384adb..670a83d57c2a4aa78aad6baba7825f00e7c0e96f 100644 (file)
@@ -257,23 +257,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index 416dc88eb101797677123ddfe0f9cc2d329901aa..09525d715ee945b207cbb29c38f75a0ac1ed0274 100644 (file)
@@ -257,23 +257,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index 3f8796a1c4a8e26c4bc251353cfd27142b5a7b3e..80c44a283c1d94d5ada1d4366e3dbf2b167ba418 100644 (file)
@@ -257,23 +257,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index 6810e0be28c323fb9269f0bb58b4831fcf643e0a..b4fba408d9debfa0125c3d43cf4a587b5ee30b03 100644 (file)
@@ -257,23 +257,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index 4f11deb52d615181491f309e1f6239d159855c2c..d17265aa4953ed07a1d068b9c790ab56778630bf 100644 (file)
@@ -257,23 +257,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index 9b233d417a83926be67751686dd78e6ac117ccc1..b624dfa6672cce25134c2d5dad129a2c6e7d7ede 100644 (file)
@@ -257,23 +257,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index 751974decf0d1c0718ec593217a114d62a28a494..8751c510bb1eab6d04dc4307ca0003c2e92cfdeb 100644 (file)
@@ -257,23 +257,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index fb14040ac84585512c400adbcf44ce4e5319793c..8e68ea56d2d11482ea611ca11d255a1c82d9c13f 100644 (file)
@@ -276,7 +276,6 @@ PASS_ALWAYS_WARN    yes
 #
 # Number of significant characters in the password for crypt().
 # Default is 8, don't change unless your crypt() is better.
-# Ignored if MD5_CRYPT_ENAB set to "yes".
 #
 #PASS_MAX_LEN          8
 
@@ -300,21 +299,6 @@ CHFN_RESTRICT              rwh
 # to use the default which is just "Password: ".
 #LOGIN_STRING          "%s's Password: "
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# Note: If you use PAM, it is recommended to use a value consistent with
-# the PAM modules configuration.
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD instead.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # Only works if compiled with ENCRYPTMETHOD_SELECT defined:
 # If set to MD5, MD5-based algorithm will be used for encrypting password
@@ -324,7 +308,6 @@ CHFN_RESTRICT               rwh
 # If set to YESCRYPT, YESCRYPT-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
 # MD5 and DES should not be used for new hashes, see crypt(5) for recommendations.
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: If you use PAM, it is recommended to use a value consistent with
 # the PAM modules configuration.
index f898f1e3b0ac4548e275421d3c7459cff5eeb8b1..bbd7adac0c07af1e5dad5ef2bb167aecdfab991c 100644 (file)
@@ -256,17 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
 ENCRYPT_METHOD DES
 #SHA_CRYPT_MIN_ROUNDS 5000
 #SHA_CRYPT_MAX_ROUNDS 5000
index f898f1e3b0ac4548e275421d3c7459cff5eeb8b1..bbd7adac0c07af1e5dad5ef2bb167aecdfab991c 100644 (file)
@@ -256,17 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
 ENCRYPT_METHOD DES
 #SHA_CRYPT_MIN_ROUNDS 5000
 #SHA_CRYPT_MAX_ROUNDS 5000
index f898f1e3b0ac4548e275421d3c7459cff5eeb8b1..bbd7adac0c07af1e5dad5ef2bb167aecdfab991c 100644 (file)
@@ -256,17 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
 ENCRYPT_METHOD DES
 #SHA_CRYPT_MIN_ROUNDS 5000
 #SHA_CRYPT_MAX_ROUNDS 5000
index f898f1e3b0ac4548e275421d3c7459cff5eeb8b1..bbd7adac0c07af1e5dad5ef2bb167aecdfab991c 100644 (file)
@@ -256,17 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
 ENCRYPT_METHOD DES
 #SHA_CRYPT_MIN_ROUNDS 5000
 #SHA_CRYPT_MAX_ROUNDS 5000
index f898f1e3b0ac4548e275421d3c7459cff5eeb8b1..bbd7adac0c07af1e5dad5ef2bb167aecdfab991c 100644 (file)
@@ -256,17 +256,6 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# Only works if compiled with MD5_CRYPT defined:
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is used by chpasswd, gpasswd and newusers.
-#
-#MD5_CRYPT_ENAB        no
 ENCRYPT_METHOD DES
 #SHA_CRYPT_MIN_ROUNDS 5000
 #SHA_CRYPT_MAX_ROUNDS 5000
index ec8ac1f934a375f9d64bbbd92d2df597d3a9b67f..03a3140534b8805a76983473bf2b2385362b1ea2 100644 (file)
@@ -249,23 +249,11 @@ USERGROUPS_ENAB no
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index 3b216aa1f6e4bcbcb491f093093d0bf4c32b69c0..4ad8c17b31b3a9bec456db0ce8060f96416059b4 100644 (file)
@@ -249,23 +249,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index 3b216aa1f6e4bcbcb491f093093d0bf4c32b69c0..4ad8c17b31b3a9bec456db0ce8060f96416059b4 100644 (file)
@@ -249,23 +249,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index 3b216aa1f6e4bcbcb491f093093d0bf4c32b69c0..4ad8c17b31b3a9bec456db0ce8060f96416059b4 100644 (file)
@@ -249,23 +249,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index 3b216aa1f6e4bcbcb491f093093d0bf4c32b69c0..4ad8c17b31b3a9bec456db0ce8060f96416059b4 100644 (file)
@@ -249,23 +249,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index 1ff03b9f17d4acc95be53b77bd230fb9ede7d4bf..ca6a6a31ec08b92721f459edb1547db91e7ab787 100644 (file)
@@ -249,23 +249,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.
index f87a841f2590d7413c3e30adf5fb6afbc626c6cd..dd2846e32e8643ecdc8d236a94c4637b7878cb5e 100644 (file)
@@ -249,23 +249,11 @@ USERGROUPS_ENAB yes
 #
 #CONSOLE_GROUPS                floppy:audio:cdrom
 
-#
-# If set to "yes", new passwords will be encrypted using the MD5-based
-# algorithm compatible with the one used by recent releases of FreeBSD.
-# It supports passwords of unlimited length and longer salt strings.
-# Set to "no" if you need to copy encrypted passwords to other systems
-# which don't understand the new algorithm.  Default is "no".
-#
-# This variable is deprecated. You should use ENCRYPT_METHOD.
-#
-#MD5_CRYPT_ENAB        no
-
 #
 # If set to MD5 , MD5-based algorithm will be used for encrypting password
 # If set to SHA256, SHA256-based algorithm will be used for encrypting password
 # If set to SHA512, SHA512-based algorithm will be used for encrypting password
 # If set to DES, DES-based algorithm will be used for encrypting password (default)
-# Overrides the MD5_CRYPT_ENAB option
 #
 # Note: It is recommended to use a value consistent with
 # the PAM modules configuration.