Reinstall shadow after PAM
[hvlinux.git] / stage3 / misc / shadow-pam.d / system-password
diff --git a/stage3/misc/shadow-pam.d/system-password b/stage3/misc/shadow-pam.d/system-password
new file mode 100644 (file)
index 0000000..c2a1684
--- /dev/null
@@ -0,0 +1,7 @@
+# Begin /etc/pam.d/system-password
+
+# use sha512 hash for encryption, use shadow, and try to use any previously
+# defined authentication token (chosen password) set by any prior module
+password  required    pam_unix.so       sha512 shadow try_first_pass
+
+# End /etc/pam.d/system-password