[Mpuls-commits] r5169 - base/trunk/mpulsweb/commands/db/scripts
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Jul 15 09:41:41 CEST 2011
Author: torsten
Date: 2011-07-15 09:41:40 +0200 (Fri, 15 Jul 2011)
New Revision: 5169
Modified:
base/trunk/mpulsweb/commands/db/scripts/mpuls-init-cluster.sql
Log:
Issue1657: Verhalten pwgen angepasst.
Modified: base/trunk/mpulsweb/commands/db/scripts/mpuls-init-cluster.sql
===================================================================
--- base/trunk/mpulsweb/commands/db/scripts/mpuls-init-cluster.sql 2011-07-14 14:19:36 UTC (rev 5168)
+++ base/trunk/mpulsweb/commands/db/scripts/mpuls-init-cluster.sql 2011-07-15 07:41:40 UTC (rev 5169)
@@ -69,7 +69,7 @@
pw = None
try:
try:
- pw = popen("/usr/bin/pwgen --ambiguous --numerals --symbols %s"
+ pw = popen("/usr/bin/pwgen --ambiguous --numerals --secure %s"
% pw_length)
return pw.readline().strip()
except:
@@ -164,7 +164,7 @@
pw = None
try:
try:
- pw = popen("/usr/bin/pwgen --ambiguous --numerals --symbols %s"
+ pw = popen("/usr/bin/pwgen --ambiguous --numerals --secure %s"
% pw_length)
return pw.readline().strip()
except:
More information about the Mpuls-commits
mailing list