diff options
author | Jeremy Allison <jra@samba.org> | 2013-05-06 14:10:58 -0700 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2013-05-07 01:24:53 +0200 |
commit | 8ca4b7597d91355c4885b8ab89b0996c98f5c805 (patch) | |
tree | 147ad2873d9cd7b8100c102944a3d14264aa1a44 /docs-xml/smbdotconf/filename/maparchive.xml | |
parent | d25ba3f5a6266c2787ab2cc6b17e0d3cde2e33a9 (diff) | |
download | samba-8ca4b7597d91355c4885b8ab89b0996c98f5c805.tar.gz samba-8ca4b7597d91355c4885b8ab89b0996c98f5c805.tar.bz2 samba-8ca4b7597d91355c4885b8ab89b0996c98f5c805.zip |
Fix up the man pages to explain that "store dos attributes" overrides them.
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Tue May 7 01:24:54 CEST 2013 on sn-devel-104
Diffstat (limited to 'docs-xml/smbdotconf/filename/maparchive.xml')
-rw-r--r-- | docs-xml/smbdotconf/filename/maparchive.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/filename/maparchive.xml b/docs-xml/smbdotconf/filename/maparchive.xml index ead72cf25a..33ff876c74 100644 --- a/docs-xml/smbdotconf/filename/maparchive.xml +++ b/docs-xml/smbdotconf/filename/maparchive.xml @@ -13,6 +13,12 @@ </para> <para> + Note that this parameter will be ignored if the <smbconfoption name="store dos attributes"/> + parameter is set, as the DOS archive attribute will then be stored inside a UNIX extended + attribute. + </para> + + <para> Note that this requires the <smbconfoption name="create mask"/> parameter to be set such that owner execute bit is not masked out (i.e. it must include 100). See the parameter <smbconfoption name="create mask"/> for details. |