Pam krb5: Difference between revisions

From Q
Jump to navigation Jump to search
Tgurr (talk | contribs)
Die Seite wurde neu angelegt: == Description == After we connected our Linux machine via Samba to our Windows ADS we now want ADS users to login to our Linux machine via single sign on using their A...
 
Tgurr (talk | contribs)
Line 1: Line 1:
== Description ==
== Description ==
After we connected our Linux machine via Samba to our Windows ADS we now want ADS users to login to our Linux machine via single sign on using their ADS accounts and passwords. For this we need the pam module pam_krb5.
After we connected our Linux machine via Samba to our Windows ADS we now want ADS users to log in to our Linux machine via single sign on using their ADS accounts and passwords. For this we need the pam module pam_krb5.


== Dependencies ==
== Dependencies ==

Revision as of 09:54, 20 June 2008

Description

After we connected our Linux machine via Samba to our Windows ADS we now want ADS users to log in to our Linux machine via single sign on using their ADS accounts and passwords. For this we need the pam module pam_krb5.

Dependencies

Samba - connected to ADS

Packages

Template:Box Code

Installation

# emerge pam_krb5

Configuration

Template:Box File