diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-08-25 07:19:34 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-08-25 07:19:34 +0000 |
commit | 44079f1aeccd5096c497e35c4983c9273b408f20 (patch) | |
tree | fc891f90c28a6ad4a2b6ab5419bf44c1d7cb56cf /docs/manpages | |
parent | 0d35fe89929f801821f187b3b2257b07be01b7e4 (diff) | |
download | samba-44079f1aeccd5096c497e35c4983c9273b408f20.tar.gz samba-44079f1aeccd5096c497e35c4983c9273b408f20.tar.bz2 samba-44079f1aeccd5096c497e35c4983c9273b408f20.zip |
note that "alternate permissions" is deprecated in man page
(This used to be commit 2af95650174ae02a9768fbbbf7c206e15bf18f79)
Diffstat (limited to 'docs/manpages')
-rw-r--r-- | docs/manpages/smb.conf.5 | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/docs/manpages/smb.conf.5 b/docs/manpages/smb.conf.5 index 54940bec29..c9d78aec92 100644 --- a/docs/manpages/smb.conf.5 +++ b/docs/manpages/smb.conf.5 @@ -832,22 +832,8 @@ does what you expect. .SS alternate permissions (S) -This option affects the way the "read only" DOS attribute is produced -for UNIX files. If this is false then the read only bit is set for -files on writeable shares which the user cannot write to. - -If this is true then it is set for files whos user write bit is not set. - -The latter behaviour is useful for when users copy files from each -others directories, and use a file manager that preserves -permissions. Without this option they may get annoyed as all copied -files will have the "read only" bit set. - -.B Default: - alternate permissions = no - -.B Example: - alternate permissions = yes +This option is deprecated and is only included for backward +compatibility. .SS available (S) This parameter lets you 'turn off' a service. If 'available = no', then |