Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] pam update configuration changes
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
Tony0945
Watchman
Watchman


Joined: 25 Jul 2006
Posts: 5127
Location: Illinois, USA

PostPosted: Wed Apr 17, 2013 1:12 am    Post subject: [SOLVED] pam update configuration changes Reply with quote

I did a world update that updated pam. etc-update shows configuration updates but I'm relectant to change anything without knowing the ramifications. I've googled a lot about pam, but I still don't understand the particular changes.

Quote:
Showing differences between /etc/pam.d/xdm and /etc/pam.d/._cfg0000_xdm
--- /etc/pam.d/xdm 2011-07-19 19:22:17.495989703 -0500
+++ /etc/pam.d/._cfg0000_xdm 2013-04-15 19:22:33.225371100 -0500
@@ -1,6 +1,6 @@
-#%PAM-1.0
-auth required pam_nologin.so
-auth include system-auth
-account include system-auth
-password include system-auth
-session include system-auth
+# File autogenerated by pamd_mimic in pam eclass
+
+
+auth include system-local-login
+account include system-local-login
+session include system-local-login


Could some kind guru explain what will change in my system if I allow this change?


Last edited by Tony0945 on Thu Apr 18, 2013 1:51 am; edited 1 time in total
Back to top
View user's profile Send private message
khayyam
Watchman
Watchman


Joined: 07 Jun 2012
Posts: 6227
Location: Room 101

PostPosted: Wed Apr 17, 2013 9:35 am    Post subject: Reply with quote

Tony0945 ...

this file is not part of pam, but xdm. All the changes do is change the file used for xdm logins, this file, system-local-login, in turn calls system-login which serves mostly the same purpose as the xdm file being modified, eg:

/etc/pam.d/system-login
Code:
auth        required    pam_nologin.so

As you can see this is equivilent to the definition in the xdm file being updated. So, I don't see any harm in this, its just the logic of which file is setting these requirements that is being changed.

best ... khay
Back to top
View user's profile Send private message
Tony0945
Watchman
Watchman


Joined: 25 Jul 2006
Posts: 5127
Location: Illinois, USA

PostPosted: Thu Apr 18, 2013 1:51 am    Post subject: Reply with quote

Made the update and all is well. Thank you, khayyam.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum