Index: /branches/rel_avx_2_7_2/3rdpartyappliance/centos-openssh/SOURCES/sshd.pam
===================================================================
--- /branches/rel_avx_2_7_2/3rdpartyappliance/centos-openssh/SOURCES/sshd.pam	(revision 8849)
+++ /branches/rel_avx_2_7_2/3rdpartyappliance/centos-openssh/SOURCES/sshd.pam	(working copy)
@@ -1,6 +1,6 @@
 #%PAM-1.0
 auth	   required	pam_sepermit.so
-auth       substack     password-auth
+auth       substack     array-common-auth.pam
 auth       include      postlogin
 # Used with polkit to reauthorize users in remote sessions
 -auth      optional     pam_reauthorize.so prepare
Index: /branches/rel_avx_2_7_2/avx_cli.spec
===================================================================
--- /branches/rel_avx_2_7_2/avx_cli.spec	(revision 8849)
+++ /branches/rel_avx_2_7_2/avx_cli.spec	(working copy)
@@ -205,6 +205,7 @@
 install -Dm 0644 conf/bonding/ifcfg-bond16 %{buildroot}/etc/sysconfig/network-scripts/ifcfg-bond16
 install -Dm 0600 conf/system/securetty %{buildroot}/ca/conf/system/securetty
 install -Dm 0644 conf/system/login %{buildroot}/ca/conf/system/login
+install -Dm 0644 conf/system/array-common-auth.pam %{buildroot}/etc/pam.d/array-common-auth.pam
 install -Dm 0644 conf/bonding/ifcfg-template %{buildroot}/ca/conf/bonding/ifcfg-template
 install -Dm 0644 conf/bonding/avxbond.info %{buildroot}/ca/conf/bonding/avxbond.info
 install -Dm 0644 conf/bonding/avxbond.info %{buildroot}/ca/conf/bonding/avxbond.info.sample
@@ -366,6 +367,7 @@
 %attr (644,root,root)/ca/conf/system/group
 %attr (600,root,root)/ca/conf/system/securetty
 %attr (644,root,root)/ca/conf/system/login
+%attr (644,root,root)/etc/pam.d/array-common-auth.pam
 %attr (644,root,root)/ca/conf/system/avxdpdk.info.3600
 %attr (644,root,root)/ca/conf/system/avxdpdk.info.7600
 %attr (644,root,root)/ca/conf/system/avxdpdk.info.7601
Index: /branches/rel_avx_2_7_2/conf/system/array-common-auth.pam
===================================================================
--- /branches/rel_avx_2_7_2/conf/system/array-common-auth.pam	(nonexistent)
+++ /branches/rel_avx_2_7_2/conf/system/array-common-auth.pam	(working copy)
@@ -0,0 +1,2 @@
+# Use system password-auth for UNIX authentication
+auth    [success=done default=bad] pam_unix.so nullok try_first_pass
