summaryrefslogtreecommitdiffstats
path: root/users.py
diff options
context:
space:
mode:
Diffstat (limited to 'users.py')
-rw-r--r--users.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/users.py b/users.py
index 799fa123c..856012db1 100644
--- a/users.py
+++ b/users.py
@@ -30,7 +30,7 @@ import os.path
import logging
log = logging.getLogger("anaconda")
-def createLuserConf(instPath, algoname='md5'):
+def createLuserConf(instPath, algoname='sha512'):
"""Writes a libuser.conf for instPath."""
if os.getenv("LIBUSER_CONF") and \
os.access(os.environ["LIBUSER_CONF"], os.R_OK):