Need to be able to login with NIS and QAS on a system
Edit the /etc/pam.conf file
diff -u pam.conf.Pre_NIS_Change pam.conf
--- pam.conf.Pre_NIS_Change Thu Mar 28 11:38:08 2013
+++ pam.conf Thu Mar 28 11:56:12 2013
@@ -77,12 +77,12 @@
# Default definitions for Authentication management
# Used when service name is not explicitly mentioned for authentication
#
-other auth sufficient pam_vas3.so create_homedir get_nonvas_pass try_first_pass
-other auth requisite pam_vas3.so echo_return
other auth requisite pam_authtok_get.so.1 use_first_pass
other auth required pam_dhkeys.so.1
other auth required pam_unix_cred.so.1 use_first_pass
-other auth required pam_unix_auth.so.1 use_first_pass
+other auth sufficient pam_unix_auth.so.1 use_first_pass
+other auth sufficient pam_vas3.so create_homedir get_nonvas_pass try_first_pass
+other auth requisite pam_vas3.so echo_return
#
# passwd command (explicit because of a different authentication module)
#
@@ -100,16 +100,16 @@
# Used when service name is not explicitly mentioned for account management
#
other account requisite pam_roles.so.1
+other account sufficient pam_unix_account.so.1
other account sufficient pam_vas3.so
other account requisite pam_vas3.so echo_return
-other account required pam_unix_account.so.1
#
# Default definition for Session management
# Used when service name is not explicitly mentioned for session management
#
+other session sufficient pam_unix_session.so.1
other session required pam_vas3.so create_homedir
other session requisite pam_vas3.so echo_return
-other session required pam_unix_session.so.1
#
© 2025 One Identity LLC. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center