User Tools

Site Tools


linux:arch_ad_backend

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux:arch_ad_backend [2018/06/01 03:18]
bmiddha
linux:arch_ad_backend [2021/05/02 21:36] (current)
Line 3: Line 3:
 ====== Packages ====== ====== Packages ======
  
-nss-pam-ldapd+<​code>​pacman -S nss-pam-ldapd ​krb5 pam-krb5</​code>​
  
-krb5  
- 
-pam-krb5 
- 
-acm-pam ([[linux:​acm_custom_repo|acm repo]]) 
- 
-acm-admins-sudo ([[linux:​acm_custom_repo|acm repo]]) 
 ====== Configs ====== ====== Configs ======
  
Line 105: Line 98:
 </​file>​ </​file>​
  
-===== PAM =====+<​file|/​etc/​pam.d/​system-auth>​ 
 +auth      sufficient pam_ldap.so 
 +auth      required ​ pam_unix.so ​    ​try_first_pass nullok 
 +auth      optional ​ pam_permit.so 
 +auth      required ​ pam_env.so
  
-These files are in /etc/pam.d+account ​  ​sufficient pam_ldap.so 
 +account ​  ​required ​ pam_unix.so 
 +account ​  ​optional ​ pam_permit.so 
 +account ​  ​required ​ pam_time.so
  
-Force install acm-pam +password ​ sufficient pam_ldap.so 
-<​code>​ +password ​ required ​ pam_unix.so ​    ​try_first_pass nullok sha512 shadow 
-pacman -S --force acm-pam +password ​ optional ​ pam_permit.so
-</​code>​+
  
-This will install a working PAM stack for auth against the ACM AD domain+session ​  ​required ​ pam_limits.so 
 +session ​  ​required ​ pam_unix.so 
 +session ​  ​optional ​ pam_ldap.so 
 +session ​  ​optional ​ pam_permit.so 
 +</​file>​
linux/arch_ad_backend.1527823081.txt.gz · Last modified: 2021/05/02 21:36 (external edit)