Difference between revisions of "Talk:Linux Winbind Setup"

From Pumping Station One
Jump to navigation Jump to search
(sudo pam.d)
 
(→‎arch pam setup: new section)
 
Line 1: Line 1:
 
for sudo on arch, I also needed to modify /etc/pam.d/sudo
 
for sudo on arch, I also needed to modify /etc/pam.d/sudo
 +
 +
== arch pam setup ==
 +
 +
In arch, the pam config listed here is a little outdated.
 +
 +
The jist of it, replace <code>... required pam_unix.so ...</code> with <code>... sufficient pam_unix.so ...</code>  and add the <code>... required pam_winbind.so ...</code> after each pam_unix line.
 +
 +
This is also required: https://wiki.archlinux.org/index.php/Active_Directory_Integration#pam_winbind.conf
 +
 +
--[[User:Hef|Hef]] ([[User talk:Hef|talk]]) 09:24, 21 October 2013 (CDT)

Latest revision as of 14:24, 21 October 2013

for sudo on arch, I also needed to modify /etc/pam.d/sudo

arch pam setup

In arch, the pam config listed here is a little outdated.

The jist of it, replace ... required pam_unix.so ... with ... sufficient pam_unix.so ... and add the ... required pam_winbind.so ... after each pam_unix line.

This is also required: https://wiki.archlinux.org/index.php/Active_Directory_Integration#pam_winbind.conf

--Hef (talk) 09:24, 21 October 2013 (CDT)