#  -*- text -*-
#
#
#  $Id: bef4fd59fe6e1aee1a9a254010f075ee78d37134 $

#######################################################################
#
#  = SMBPasswd Module
#
#  An example configuration for using `/etc/smbpasswd`.
#

#
#  == Configuration Settings
#
#  See the `passwd` module for documentation on the configuration
#  items for this module.
#
passwd smbpasswd {
	filename = /etc/smbpasswd
	format = "*User-Name::Password.LM:Password.NT:SMB-Account-CTRL-TEXT::"
	hash_size = 100
	ignore_nislike = no
	allow_multiple_keys = no
}
