X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=doc%2Fmanpages%2Fman5%2Fafp.conf.5.xml;h=2f5ef1a8e4abfc5d6360753aea81d5484601bd3e;hp=a8b4378c402dd02a644dbe03e3f5fced67a1b330;hb=07096244c3c5ab69f7f023df18b92c825c23c84b;hpb=c72d10d6f92fe81d040ab983768d7fdccea7fb2e diff --git a/doc/manpages/man5/afp.conf.5.xml b/doc/manpages/man5/afp.conf.5.xml index a8b4378c..2f5ef1a8 100644 --- a/doc/manpages/man5/afp.conf.5.xml +++ b/doc/manpages/man5/afp.conf.5.xml @@ -928,6 +928,22 @@ + + force xattr with sticky bit = + BOOLEAN (default: + no) (G/V) + + + Writing metadata xattr on directories with the + sticky bit set may fail even though we may have write + access to a directory, because if the sticky bit is set + only the owner is allowed to write xattrs. + + By enabling this option Netatalk will write the + metadata xattr as root. + + + guest account = name (G) @@ -1198,6 +1214,20 @@ afpd processes notify interested listeners about certain filesystem event by UDP network datagrams. + The following FCE events are defined: + + + file modification () + file deletion () + directory deletion () + file creation () + directory creation () + file move or rename () + directory move or rename () + login () + logout () + + fce listener = host[:port] @@ -1211,9 +1241,19 @@ + + fce version = 1|2 + (G) + + + FCE protocol version, default is 1. You need version + 2 for the fmov, dmov, login or logout events. + + + fce events = - fmod,fdel,ddel,fcre,dcre,tmsz + fmod,fdel,ddel,fcre,dcre,fmov,dmov,login,logout (G) @@ -1245,6 +1285,28 @@ seconds. + + + fce ignore names = NAME[/NAME2/...] + (G) + + + Slash delimited list of filenames for which FCE + events shall not be generated. Default: .DS_Store. + + + + + fce notify script = PATH + (G) + + + Script which will be executed for every FCE event, + see contrib/shell_utils/fce_ev_script.shfrom the Netatalk + sources for an example script. + + +