[yast-commit] r62809 - in /trunk/security: VERSION package/yast2-security.changes src/Security.ycp
Author: jsuchome Date: Wed Nov 10 17:07:59 2010 New Revision: 62809 URL: http://svn.opensuse.org/viewcvs/yast?rev=62809&view=rev Log: - remember the default value of CRACKLIB_DICT_PATH (bnc#650425) - 2.20.2 Modified: trunk/security/VERSION trunk/security/package/yast2-security.changes trunk/security/src/Security.ycp Modified: trunk/security/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/security/VERSION?rev=62809&r1=62808&r2=62809&view=diff ============================================================================== --- trunk/security/VERSION (original) +++ trunk/security/VERSION Wed Nov 10 17:07:59 2010 @@ -1 +1 @@ -2.20.1 +2.20.2 Modified: trunk/security/package/yast2-security.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/security/package/yast2-security.changes?rev=62809&r1=62808&r2=62809&view=diff ============================================================================== --- trunk/security/package/yast2-security.changes (original) +++ trunk/security/package/yast2-security.changes Wed Nov 10 17:07:59 2010 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed Nov 10 14:19:15 CET 2010 - jsuchome@suse.cz + +- remember the default value of CRACKLIB_DICT_PATH (bnc#650425) +- 2.20.2 + +------------------------------------------------------------------- Mon Aug 16 13:30:29 CEST 2010 - jsuchome@suse.cz - removed 'disable' from descriptions of settings (bnc#610944) Modified: trunk/security/src/Security.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/security/src/Security.ycp?rev=62809&r1=62808&r2=62809&view=diff ============================================================================== --- trunk/security/src/Security.ycp (original) +++ trunk/security/src/Security.ycp Wed Nov 10 17:07:59 2010 @@ -397,6 +397,8 @@ map pam_cracklib = Pam::Query ("cracklib"); if (size (pam_cracklib) > 0) Settings ["PASSWD_USE_CRACKLIB"] = "yes"; + // save the default value + Settings ["CRACKLIB_DICT_PATH"] = "/usr/lib/cracklib_dict"; foreach (string val, pam_cracklib["password"]:[], { list lval = splitstring (val, "="); if (issubstring (val, "dictpath=")) { -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jsuchome@svn2.opensuse.org