Greetings
I've been having problems with my SAMBA due to special characters that exist in my language (á, à, ã, ç, ...), and someone told me to change the option "character set" to ISO8859-1 and "client code page" to 850.
But when I test with "testparm", I get:
henrique.hcm@0l001:~> /usr/local/samba/bin/testparm
Load smb config files from /usr/local/samba/lib/smb.conf
Unknown parameter encountered: "character set"
Ignoring unknown parameter "character set"
Unknown parameter encountered: "client code page"
Ignoring unknown parameter "client code page"
Loaded services file OK.
'winbind separator = +' might cause problems with group membership.
Server role: ROLE_DOMAIN_MEMBER
Press enter to see a dump of your service definitions
My smb.conf:
[global]
workgroup = SRSP
netbios name = 0l001
realm = SRSP.DPF
server string = 0l001
security = ADS
password server = 10.11.8.28, 10.11.8.32
encrypt passwords = yes
allow trusted domains = No
log file = /usr/local/samba/var/samba.log.0l001
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
dns proxy = No
idmap uid = 10000-60000
idmap gid = 10000-60000
template homedir = /home/%U
template shell = /bin/bash
winbind separator = +
winbind use default domain = Yes
hosts allow = 10.11.8.0/255.255.252.0
character set = ISO8859-1
client code page = 850
I'm running a compiled SAMBA 3.0.14a over Suse 9.3.
Can someone please help me out?