nfs4_acls: Mark nfs4:acedup ignore and reject as deprecated
authorChristof Schmitt <cs@samba.org>
Wed, 17 Jul 2019 17:51:18 +0000 (10:51 -0700)
committerChristof Schmitt <cs@samba.org>
Tue, 23 Jul 2019 18:27:28 +0000 (18:27 +0000)
commitb52b5de76a87a332d7eb74d77e93180c723bf0b9
tree7e04100865d0647c156f84d46ce36dcd7372a1f2
parentab4e91d24df19ce820bc092cb91cede42d11037d
nfs4_acls: Mark nfs4:acedup ignore and reject as deprecated

The default setting for nfs4:acedup is "dontcare". The only
recommendation i could find is setting this to "merge". The setting of
"ignore" is dangerous as it would silently drop ACEs. "reject" also
seems less useful as it would disallow setting of ACLs that can easily
be stored.

Report "ignore" and "reject" as deprecated. Maybe these can be removed
in the future to simplify the code.

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/modules/README.nfs4acls.txt
source3/modules/nfs4_acls.c