Add mods-available/enabled
[freeradius.git] / raddb / modules / smbpasswd
1 # -*- text -*-
2 #
3 #  $Id$
4
5 #  An example configuration for using /etc/smbpasswd.
6 #
7 #  See the "passwd" file for documentation on the configuration items
8 #  for this module.
9 #
10 passwd smbpasswd {
11         filename = /etc/smbpasswd
12         format = "*User-Name::LM-Password:NT-Password:SMB-Account-CTRL-TEXT::"
13         hashsize = 100
14         ignorenislike = no
15         allowmultiplekeys = no
16 }