Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
05-10-2009, 09:11 PM
|
#1
|
|
LQ Newbie
Registered: May 2009
Posts: 3
Rep:
|
Kerberos Authentication Process
Hi,
Can someone step me through the login process when using Kerberos authentication?
eg.
1) user enters username/paassword
2) server looks for local account (or kerberos searches AD for username)
3) etc
I am particularly interested in the root login, if it differs from a normal user - as I had an issue not being able to login as root after a power outage (with AD temporarily unavailable).
Thanks.
|
|
|
|
05-11-2009, 04:14 PM
|
#2
|
|
Senior Member
Registered: Oct 2007
Location: Brighton, UK
Distribution: Ubuntu Hardy, Ubuntu Jaunty, Eeebuntu, Debian, SME-Server
Posts: 1,213
Rep:
|
Well, actually kerberos works differently from what you have described above. Kerberos is a secret key authentication mechanism, whereby the client and the server hold a secret symmetric key (ticket) for some previously negotiated encryption algorithm. This link explains it in more detail: http://web.duke.edu/~rob/kerberos/kerbdetails.html. The exact spec of how AD deals with kerberos I am not sure of, but i do know you can setup AD clients to 'cache' recently authenticated sessions for exactly ther reason you talk about :
Quote:
|
I am particularly interested in the root login, if it differs from a normal user - as I had an issue not being able to login as root after a power outage (with AD temporarily unavailable).
|
|
|
|
|
05-11-2009, 06:55 PM
|
#3
|
|
LQ Newbie
Registered: May 2009
Posts: 3
Original Poster
Rep:
|
I guess my question was more specifically about the PAM login process when using Kerberos authentication to AD.
My understanding is that the first line in this PAM file initiates the Kerberos process:
account sufficient /lib/security/$ISA/pam_krb5.so
account required /lib/security/$ISA/pam_unix.so
Which appears to show that for all local accounts, including root, an initial attempt will be made to authenticate with AD. Only then will the Kerberos process itself kick in (if authentication is successful).
I might try caching login details, but would prefer root to bypass the process above.
|
|
|
|
05-11-2009, 11:55 PM
|
#4
|
|
LQ Newbie
Registered: May 2009
Posts: 3
Original Poster
Rep:
|
OK, after some testing it appears that a root lockout problem I was having may not have been directly related to Kerberos authentication.
I think I now understand how the PAM login process works.
|
|
|
|
05-12-2009, 05:51 AM
|
#5
|
|
Senior Member
Registered: Oct 2007
Location: Brighton, UK
Distribution: Ubuntu Hardy, Ubuntu Jaunty, Eeebuntu, Debian, SME-Server
Posts: 1,213
Rep:
|
No, the way this is laid out:
Quote:
account sufficient /lib/security/$ISA/pam_krb5.so
account required /lib/security/$ISA/pam_unix.so
|
what happens is PAM checks if a kerberos ticket exists or can be found for root. If not, it checks local unix/linux accounts. So if you can't log in as root, where root is a local account, it's nothing to do with AD, so far as I unserstand it. YMMV.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 11:53 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|