2b63fb6a50
- compiles at ~1MB (or ~1,3MB if log files are enabled) - patches to make samba3 small come from avm gpl releases - added patches to match owrt dir layout - rewritten smbpasswd to be endian safe and small - printing is not yet tested - disabled mmap as this breaks and oopses when running on jffs2 git-svn-id: svn://svn.openwrt.org/openwrt/packages@12278 3c298f89-4303-0410-b956-a3cf2f4a3e73
17 lines
384 B
Plaintext
17 lines
384 B
Plaintext
[global]
|
|
netbios name = |NAME|
|
|
workgroup = |WORKGROUP|
|
|
server string = |DESCRIPTION|
|
|
syslog = 10
|
|
encrypt passwords = true
|
|
passdb backend = smbpasswd
|
|
obey pam restrictions = yes
|
|
socket options = TCP_NODELAY
|
|
unix charset = ISO-8859-1
|
|
preferred master = yes
|
|
os level = 20
|
|
security = user
|
|
guest account = nobody
|
|
invalid users = root
|
|
smb passwd file = /etc/samba/smbpasswd
|