pam_winbind must be in password section to allow changing passwords of domain users

This commit is contained in:
Mikhail Novosyolov 2019-05-01 08:35:03 +03:00
parent e6d416b5be
commit f3f0590154
2 changed files with 2 additions and 1 deletions

View file

@ -109,7 +109,7 @@
Summary: Samba SMB server
Name: samba
Version: 4.10.2
Release: 4
Release: 5
Epoch: 1
License: GPLv3+
Group: System/Servers

View file

@ -10,6 +10,7 @@ account required pam_unix.so
password required pam_cracklib.so retry=3
password sufficient pam_unix.so nullok use_authtok md5 shadow
password sufficient pam_winbind.so use_authtok
password required pam_deny.so
session required pam_mkhomedir.so silent skel=/etc/skel/ umask=0077