[master 1/1] Defer to Fedora distro-wide settings for password strength (#1250746)

dashea installerbot-noreply at redhat.com
Tue Aug 18 14:34:51 UTC 2015


From: David Shea <dshea at redhat.com>

Remove the minlen and minquality settings from the default pwpolicy,
and instead pass the buck to libpwquality to determine what is and is
not an acceptable password.
---
 data/interactive-defaults.ks | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/data/interactive-defaults.ks b/data/interactive-defaults.ks
index b73c757..6e20081 100644
--- a/data/interactive-defaults.ks
+++ b/data/interactive-defaults.ks
@@ -5,7 +5,7 @@ firstboot --enable
 
 %anaconda
 # Default password policies
-pwpolicy root --strict --minlen=8 --minquality=50 --nochanges --emptyok
-pwpolicy user --strict --minlen=8 --minquality=50 --nochanges --emptyok
-pwpolicy luks --strict --minlen=8 --minquality=50 --nochanges --emptyok
+pwpolicy root --strict --nochanges --emptyok
+pwpolicy user --strict --nochanges --emptyok
+pwpolicy luks --strict --nochanges --emptyok
 %end


-- 
To view this commit on github, visit https://github.com/rhinstaller/anaconda/commit/3871bccd849019360b1614c41ea0cc91e150acf4


More information about the anaconda-patches mailing list