From b824cbb9f9f5473a4fe742fdb1e766ff7d11db6d Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Mon, 20 Feb 2006 03:09:02 +0000 Subject: [PATCH] Add a note that the 'nt acl support' parameter also maps POSIX ACLs as well as Unix {user,group,other}/rwx permissions. (This used to be commit 6633dd5ebd476db35015d8bbe32acbd27da55db9) --- docs/smbdotconf/protocol/ntaclsupport.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/smbdotconf/protocol/ntaclsupport.xml b/docs/smbdotconf/protocol/ntaclsupport.xml index d83f6f4646c..1e9cedf931d 100644 --- a/docs/smbdotconf/protocol/ntaclsupport.xml +++ b/docs/smbdotconf/protocol/ntaclsupport.xml @@ -6,9 +6,11 @@ This boolean parameter controls whether smbd 8 will attempt to map - UNIX permissions into Windows NT access control lists. - This parameter was formally a global parameter in releases - prior to 2.2.2. + UNIX permissions into Windows NT access control lists. The UNIX + permissions considered are the the traditional UNIX owner and + group permissions, as well as POSIX ACLs set on any files or + directories. This parameter was formally a global parameter in + releases prior to 2.2.2. yes -- 2.11.4.GIT