mirror of
https://abf.rosa.ru/djam/samba.git
synced 2025-02-24 09:32:49 +00:00
pam_winbind must be in password section to allow changing passwords of domain users
This commit is contained in:
parent
e6d416b5be
commit
f3f0590154
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue