Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
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.
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Here's what I'm trying to do. I am trying to make it so that users on our W2K3 AD network can log into Linux machines with the exact same usernames and passwords. Is it possible to get Linux to TRULY authenticate against ADS for logins to the computer?
I have krb5.conf configured properly as well as Samba. The computers have successfully joined the ADS domain and kerberos kinit worked.
Can anyone point me in the right direction of how I can make it so I don't have to create new usernames and passwords for the Linux machines and make it so that users can sit down and log in to them the exact same way they do on the Windows machines (with the same usernames and passwords)?
okay, the next thing your going to need to look at is pam (pluggable authentication module)
edit the/etc/pam.d/systm-auth to allow people to log into the linux machine.
there are maybe pam modules, pop, imap, sshd, etc so if you want them to be able to login via ssh then you'll need to edit the sshd pam module, etc
this is the pam module i have for my RHEL mail server, the users need a local account and an ADS account, it was a long time ago i did my pam work so i can't write you a module at the moment. but thats what you'll need to do
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.