]> arthur.barton.de Git - netatalk.git/commitdiff
document new configuration parameters
authorbfernhomberg <bfernhomberg>
Fri, 12 Sep 2003 00:00:01 +0000 (00:00 +0000)
committerbfernhomberg <bfernhomberg>
Fri, 12 Sep 2003 00:00:01 +0000 (00:00 +0000)
config/AppleVolumes.default
config/afpd.conf.tmpl

index 9aae88e8e7509af0ca8d518f869701b79dbc69d9..b9e26ee8d94c3e9f3faef0fdfa0baf30090dd184 100644 (file)
 # root_postexec        -> command to be run as root when the volume is closed,
 #                        ignore for user defined volumes
 #
+# codepage options [syntax: options:charsetname]
+# volcharset           -> specifies the charset to be used as the volume codepage
+#                         e.g. "UTF8", "UTF8-MAC", "ISO-8859-15"
+# maccharset           -> specifies the charset to be used as the mac client codepage
+#                         e.g. "MAC_ROMAN", "MAC_CYRILLIC"
+#
 # miscellaneous options [syntax: options:option1,option2]:
 # prodos              -> make compatible with appleII clients.
 # crlf                -> enable crlf translation for TEXT files.
 # noadouble           -> don't create .AppleDouble unless a resource
 #                        fork needs to be created.
 # ro                  -> mount the volume as read-only.
-# utf8                -> use precomposed utf8 filenames
 # mswindows           -> enforce filename restrictions imposed by MS
 #                        Windows. this will also invoke a default
 #                       codepage (iso8859-1) if one isn't already 
index 47d4b03a5e501faab629fe78526cd2cb202064c4..8c3e7a89e4d20a0d8cb9a3a829325fdc9b0dc2b9 100644 (file)
 #     -k5service <service>
 #     -k5realm <realm>
 #               These are required if the server supports Kerberos 5 authentication
+#
+#   Codepage Options:
+#      -unixcodepage <CODEPAGE>     Specifies the servers unix codepage, e.g. "ISO-8859-15" or "UTF8".
+#                                  This is used to convert strings to/from the systems locale, e.g.
+#                                   for authenthication. Defaults to LOCALE if your system supports it, 
+#                                   otherwise ASCII will be used.
+#
+#      -maccodepage <CODEPAGE>      Specifies the mac clients codepage, e.g. "MAC_ROMAN".
+#                                  This is used to convert strings to the systems locale, e.g. 
+#                                   for authenthication and SIGUSR2 messaging. This will also be
+#                                   the default for volumes maccharset.
+#
  
 #              
 # Some examples: