Bug 20061

Summary: ldap support for alterator-chkpwd
Product: Sisyphus Reporter: Vladimir V. Kamarzin <vvk>
Component: alteratorAssignee: manowar <manowar>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: enhancement    
Priority: P3 CC: aen, boyarsh, imz, ldv, manowar, sem
Version: unstable   
Hardware: all   
OS: Linux   
Bug Depends on:    
Bug Blocks: 19564    

Description Vladimir V. Kamarzin 2009-05-15 14:49:20 MSD
alterator-4.10-alt3
alterator-ldap-users-0.5-alt1

Пользователи, заведённые в ldap, не могут залогиниться в альтератор, т.к. /etc/pam.d/alterator-chkpwd соответствующим образом не настроен.

По аналогии с /etc/pam.d/system-auth-ldap, его можно модифицировать следующим образом:

#%PAM-1.0
auth     required   pam_userpass.so
auth     include    system-auth-use_first_pass
-account  required  pam_tcb.so shadow fork
+account  sufficient pam_tcb.so shadow fork
+account  required   pam_ldap.so
Comment 1 inger@altlinux.org 2009-08-17 12:33:35 MSD
*** Bug 21078 has been marked as a duplicate of this bug. ***
Comment 2 Repository Robot 2009-08-17 15:46:43 MSD
alterator-4.10-alt9 -> sisyphus:

* Mon Aug 17 2009 Stanislav Ievlev <inger@altlinux> 4.10-alt9

- fix pam.d file for alterator-chkpwd (closes: #20061)