16 lines
401 B
Text
16 lines
401 B
Text
# -*- text -*-
|
|
#
|
|
# $Id: d5ad2a06c767f07722dc9b9c4b13d00c26b5a280 $
|
|
|
|
# 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::"
|
|
hash_size = 100
|
|
ignore_nislike = no
|
|
allow_multiple_keys = no
|
|
}
|