Pam krb5: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 40: | Line 40: | ||
== Add User Permissions == | == Add User Permissions == | ||
{{Codeline|# usermod -G wheel,plugdev,audio,cdrom,video,lp,kvm,qemu <user>}} | {{Codeline|# usermod -a -G wheel,plugdev,audio,cdrom,video,lp,kvm,qemu <user>}} | ||
Revision as of 15:17, 29 January 2009
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
Installation
# emerge pam_krb5
Configuration
Add User Permissions
# usermod -a -G wheel,plugdev,audio,cdrom,video,lp,kvm,qemu <user>