diff options
author | hosokawa <hosokawa@FreeBSD.org> | 1998-05-12 06:59:13 +0000 |
---|---|---|
committer | hosokawa <hosokawa@FreeBSD.org> | 1998-05-12 06:59:13 +0000 |
commit | b060f2bc128b89260afe0239b96435ccca749f7f (patch) | |
tree | cc59acc8cec664f9435d52f3754e87468c51c21d /net/samba/files/smb.conf.default | |
parent | 786a90522c2d52de9010c0ba03bcf46351cbf1ba (diff) | |
download | FreeBSD-ports-b060f2bc128b89260afe0239b96435ccca749f7f.zip FreeBSD-ports-b060f2bc128b89260afe0239b96435ccca749f7f.tar.gz |
Upgraded to samba-1.9.18p6
Diffstat (limited to 'net/samba/files/smb.conf.default')
-rw-r--r-- | net/samba/files/smb.conf.default | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/net/samba/files/smb.conf.default b/net/samba/files/smb.conf.default index 4fab264..9030ed0 100644 --- a/net/samba/files/smb.conf.default +++ b/net/samba/files/smb.conf.default @@ -159,13 +159,33 @@ # Be very careful with case sensitivity - it can break things! ; case sensitive = no -# Client codepage setting -# for Western European users +# Client codepage settings + +# for European users (Latin 1) ; client code page=850 + +# for European users (Latin 2) +; client code page=852 + +# for Cyrillic users +; client code page=866 + # for Japanese Users ; client code page=932 ; coding system=cap +# for Simplified Chinese Users +; client code page=936 +; coding system=cap + +# for Korean Users +; client code page=949 +; coding system=cap + +# for Traditional Chinese Users +; client code page=950 +; coding system=cap + # Samba performance workaround: # If you have performance problem, please test these parameters. # Simon Lindgren <simon@lindgren.no> 's example: |