Author: kseeger Date: 2007-05-07 10:40:00 +0000 (Mon, 07 May 2007) New Revision: 1108
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=1108 Log: Clarify the description of "inherit acls" in smb.conf manpage (hopefully fixing bugs #1806 and #1809) Modified: trunk/smbdotconf/security/inheritacls.xml Changeset: Modified: trunk/smbdotconf/security/inheritacls.xml =================================================================== --- trunk/smbdotconf/security/inheritacls.xml 2007-05-02 07:59:48 UTC (rev 1107) +++ trunk/smbdotconf/security/inheritacls.xml 2007-05-07 10:40:00 UTC (rev 1108) @@ -5,9 +5,10 @@ <description> <para>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. </para> </description>
