]> arthur.barton.de Git - netatalk.git/commit
Enhance ACL mapping
authorFrank Lahm <franklahm@googlemail.com>
Thu, 28 Feb 2013 07:02:48 +0000 (08:02 +0100)
committerRalph Boehme <sloowfranklin@gmail.com>
Tue, 9 Apr 2013 10:25:48 +0000 (12:25 +0200)
commit4c691d7ebf0d54b3ee69d54955bcaf2283e98abc
tree99cf5dc945ed6cd4ef12288449a145bf84586ae8
parent5f3652e0404251f8c5a3c327dda8640a44f8a8b9
Enhance ACL mapping

Change globald ACL option 'map acl' to take the following options:
"none", "rights", "mode". The default is "rights".

none   = no mapping, this resembles the previous false/no setting
rights = map ACLs to Finder UARights, this resembles the previous
         true/yes setting. This is the default.
mode   = map ACLs to Finder UARights and UNIX mode

From FR #73.
NEWS
etc/afpd/acls.c
include/atalk/globals.h
libatalk/util/netatalk_conf.c