12 lines
364 B
Plaintext
12 lines
364 B
Plaintext
|
# {{ ansible_managed }}
|
||
|
|
||
|
# These come from Debians 4.8.4 config file
|
||
|
panic action = /usr/share/samba/panic-action %d
|
||
|
obey pam restrictions = yes
|
||
|
unix password sync = yes
|
||
|
passwd program = /usr/bin/passwd %u
|
||
|
passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
|
||
|
pam password change = yes
|
||
|
|
||
|
# vim: ft=samba
|