Merge "alphabet-compliance: Change password hashing algorithm to sha512" into main-R93
diff --git a/alphabet-compliance/scripts/5340-set-password-hashing-algorithm.sh b/alphabet-compliance/scripts/5340-set-password-hashing-algorithm.sh
index e7da5fb..4ac3a37 100644
--- a/alphabet-compliance/scripts/5340-set-password-hashing-algorithm.sh
+++ b/alphabet-compliance/scripts/5340-set-password-hashing-algorithm.sh
@@ -14,4 +14,4 @@
 # limitations under the License.
 
 ## Section: 5.3.4 Ensure password hashing algorithm is SHA-512 (Not Scored) ##
-sed -i '/password/s/md5/sha2/' /etc/pam.d/system-auth
+sed -i '/password/s/md5/sha512/' /etc/pam.d/system-auth