From: Karolin Seeger Date: Mon, 7 May 2007 10:40:00 +0000 (+0000) Subject: Clarify the description of "inherit acls" in smb.conf manpage (hopefully fixing bugs... X-Git-Tag: samba-3.3.0pre1~1632 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1d87278d38d10f947a450058e5ef47493d99b710;p=thirdparty%2Fsamba.git Clarify the description of "inherit acls" in smb.conf manpage (hopefully fixing bugs #1806 and #1809) --- diff --git a/docs/smbdotconf/security/inheritacls.xml b/docs/smbdotconf/security/inheritacls.xml index ac176ab361c..44afa8a3e2e 100644 --- a/docs/smbdotconf/security/inheritacls.xml +++ b/docs/smbdotconf/security/inheritacls.xml @@ -5,9 +5,10 @@ This parameter can be used to ensure that if default acls exist on parent directories, they are always honored when creating a - subdirectory. The default behavior is to use the mode specified when - creating the directory. Enabling this option sets the mode to 0777, - thus guaranteeing that default directory acls are propagated. + new file or subdirectory in these parent directories. The default + behavior is to use the unix mode specified when creating the directory. + Enabling this option sets the unix mode to 0777, thus guaranteeing that + default directory acls are propagated.