forked from infra/ansible
17 lines
397 B
Plaintext
17 lines
397 B
Plaintext
|
# -*- text -*-
|
||
|
#
|
||
|
# $Id: 74e64047302d7d8f575672617e8a213aaf5a32d3 $
|
||
|
|
||
|
# An example configuration for using /etc/smbpasswd.
|
||
|
#
|
||
|
# See the "passwd" file for documentation on the configuration items
|
||
|
# for this module.
|
||
|
#
|
||
|
passwd smbpasswd {
|
||
|
filename = /etc/smbpasswd
|
||
|
format = "*User-Name::LM-Password:NT-Password:SMB-Account-CTRL-TEXT::"
|
||
|
hashsize = 100
|
||
|
ignorenislike = no
|
||
|
allowmultiplekeys = no
|
||
|
}
|