~ubuntu-branches/debian/jessie/netatalk/jessie

« back to all changes in this revision

Viewing changes to config/afpd.conf.tmpl

  • Committer: Package Import Robot
  • Author(s): Jonas Smedegaard
  • Date: 2012-03-20 23:37:08 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20120320233708-sp2k0av7f9sjnf4w
Tags: 2.2.2-1
* New upstream release.
* Drop patch cherry-picked upstream: Included in new upstream release.
* Build-depend on libldap2-dev and libacl1-dev, to enable LDAP support
  and support for extended ACLs (and possibly avoid FTBFS).
  Closes: bug#645290, #651406. Thanks to Peter Eisentraut and masc.
* Update copyright file:
  + Bump format to 1.0.
  + Fix double-indent in Copyright fields as per Policy §5.6.13.
  + Add Files paragraph for ACL code.
* Bump standards-version to 3.9.3.
* Update copyright file: Add disclaimer to License paragraph
  GAP~Makefile.in.
* Bump debhelper compat level to 7.
* Add patch 101 to start avahi-daemon (if available) before atalkd.
  Recommend avahi-daemon.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
#                         if you don't want the proxy server to act as
69
69
#                         a ddp server as well, set -uamlist to an empty
70
70
#                         string.
 
71
#     -dsireadbuf [number]
 
72
#                         Scale factor that determines the size of the
 
73
#                         DSI/TCP readahead buffer, default is 12. This is
 
74
#                         multiplies with the DSI server quantum (default
 
75
#                         ~300k) to give the size of the buffer. Increasing
 
76
#                         this value might increase throughput in fast local
 
77
#                         networks for volume to volume copies.  Note: This
 
78
#                         buffer is allocated per afpd child process, so
 
79
#                         specifying large values will eat up large amount of
 
80
#                         memory (buffer size * number of clients).
 
81
#     -tcprcvbuf [number]
 
82
#                         Try to set TCP receive buffer using setsockpt().
 
83
#                         Often OSes impose restrictions on the applications
 
84
#                         ability to set this value.
 
85
#     -tcpsndbuf [number]
 
86
#                         Try to set TCP send buffer using setsockpt().
 
87
#                         Often OSes impose restrictions on the applications
 
88
#                         ability to set this value.
71
89
#     -slp                Register this server with the Service Location
72
90
#                         Protocol (if SLP support was compiled in).
73
91
#     -nozeroconf         Don't register this server with the Multicats
240
258
#                         then tries to authenticate with the result
241
259
#                         through the availabel and active UAM authentication
242
260
#                         modules.
 
261
#     -dircachesize entries
 
262
#                         Maximum possible entries in the directory cache.
 
263
#                         The cache stores directories and files. It is used
 
264
#                         to cache the full path to directories and CNIDs
 
265
#                         which considerably speeds up directory enumeration.
 
266
#                         Default size is 8192, maximum size is 131072. Given
 
267
#                         value is rounded up to nearest power of 2. Each
 
268
#                         entry takes about 100 bytes, which is not much, but
 
269
#                         remember that every afpd child process for every
 
270
#                         connected user has its cache.
 
271
#     -fcelistener host[:port]
 
272
#                         Enables sending FCE events to the specified host,
 
273
#                         default port is 12250 if not specified. Specifying
 
274
#                         mutliple listeners is done by having this option
 
275
#                         once for each of them.
 
276
#     -fceevents fmod,fdel,ddel,fcre,dcre,tmsz
 
277
#                         Speficies which FCE events are active, default is
 
278
#                         fmod,fdel,ddel,fcre,dcre.
 
279
#     -fcecoalesce all|delete|create
 
280
#                         Coalesce FCE events.
 
281
#     -fceholdfmod seconds
 
282
#                         This determines the time delay in seconds which is
 
283
#                         always waited if another file modification for the
 
284
#                         same file is done by a client before sending an FCE
 
285
#                         file modification event (fmod). For example saving
 
286
#                         a file in Photoshop would generate multiple events
 
287
#                         by itself because the application is opening,
 
288
#                         modifying and closing a file mutliple times for
 
289
#                         every "save". Defautl: 60 seconds.
 
290
#     -keepsessions       Enable "Continuous AFP Service". This means the
 
291
#                         ability to stop the master afpd process with a
 
292
#                         SIGQUIT signal, possibly install an afpd update and
 
293
#                         start the afpd process. Existing AFP sessions afpd
 
294
#                         processes will remain unaffected. Technically they
 
295
#                         will be notified of the master afpd shutdown, sleep
 
296
#                         15-20 seconds and then try to reconnect their IPC
 
297
#                         channel to the master afpd process. If this
 
298
#                         reconnect fails, the sessions are in an undefined
 
299
#                         state. Therefor it's absolutely critical to restart
 
300
#                         the master process in time!
 
301
#     -noacl2maccess      Don't map filesystem ACLs to effective permissions.
243
302
#
244
303
#   Codepage Options:
245
304
#     -unixcodepage <CODEPAGE>  Specifies the servers unix codepage,