From de3bc10ef69f23e7dab9fc3f6990bb403824b14e Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 2 Sep 2013 17:36:59 +0200 Subject: loadparm: add new parameter "acl allow execute always" Signed-off-by: Michael Adam Reviewed-by: Volker Lendecke Reviewed-by: David Disseldorp --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index df65711d65..804575a2b0 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1330,6 +1330,7 @@ bool lp_afs_share(int ); bool lp_acl_check_permissions(int ); bool lp_acl_group_control(int ); bool lp_acl_map_full_control(int ); +bool lp_acl_allow_execute_always(int); bool lp_durable_handles(int); int lp_create_mask(int ); int lp_force_create_mode(int ); -- cgit