search for: afpinfo_ea_netatalk

Displaying 1 result from an estimated 1 matches for "afpinfo_ea_netatalk".

2016 Jan 09
2
vfs_fruit: FreeBSD: attrname is wrong
...eams in the vfs_streams_xattr module */ #define SAMBA_XATTR_DOSSTREAM_PREFIX “user.DosStream.” There is always "user.". vfs_streams_xattr seems to eliminate the first atom, in case of FreeBSD or Solaris. source3/modules/vfs_fruit.c: #if defined(HAVE_ATTROPEN) || defined(FREEBSD) #define AFPINFO_EA_NETATALK “org.netatalk.Metadata” #define AFPRESOURCE_EA_NETATALK “org.netatalk.ResourceFork” #else #define AFPINFO_EA_NETATALK “user.org.netatalk.Metadata” #define AFPRESOURCE_EA_NETATALK “user.org.netatalk.ResourceFork” #endif vfs_fruit should always put "user.". A attached patch fixes this prob...