diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-10-03 16:32:26 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-10-03 16:32:26 +0000 |
commit | 15d544de7d27cac50718406da2ed6e61b46b7b96 (patch) | |
tree | 7955d0a9d32d732e769f4353ed96ca9598eb269a | |
parent | fa066fdde31d649929affa2d53fd52de1d5447fb (diff) | |
download | samba-15d544de7d27cac50718406da2ed6e61b46b7b96.tar.gz samba-15d544de7d27cac50718406da2ed6e61b46b7b96.tar.bz2 samba-15d544de7d27cac50718406da2ed6e61b46b7b96.zip |
Document 'hide special files'
(This used to be commit 36a9fe66c50021443a9d4336f9413a2afd5d3af3)
-rw-r--r-- | docs/docbook/manpages/smb.conf.5.sgml | 12 | ||||
-rw-r--r-- | docs/manpages/smb.conf.5 | 12 |
2 files changed, 23 insertions, 1 deletions
diff --git a/docs/docbook/manpages/smb.conf.5.sgml b/docs/docbook/manpages/smb.conf.5.sgml index 8cb40e2284..79b7afda49 100644 --- a/docs/docbook/manpages/smb.conf.5.sgml +++ b/docs/docbook/manpages/smb.conf.5.sgml @@ -640,6 +640,7 @@ <listitem><para><link linkend="HIDELOCALUSERS"><parameter>hide local users</parameter></link></para></listitem> <listitem><para><link linkend="HIDEUNREADABLE"><parameter>hide unreadable</parameter></link></para></listitem> <listitem><para><link linkend="HIDEUNWRITEABLEFILES"><parameter>hide unwriteable files</parameter></link></para></listitem> + <listitem><para><link linkend="HIDESPECIALFILES"><parameter>hide special files</parameter></link></para></listitem> <listitem><para><link linkend="HOMEDIRMAP"><parameter>homedir map</parameter></link></para></listitem> <listitem><para><link linkend="HOSTMSDFS"><parameter>host msdfs</parameter></link></para></listitem> <listitem><para><link linkend="HOSTNAMELOOKUPS"><parameter>hostname lookups</parameter></link></para></listitem> @@ -2976,6 +2977,17 @@ </varlistentry> <varlistentry> + <term><anchor id="HIDESPECIALFILS">hide special files (G)</term> + <listitem><para>This parameter prevents clients from seeing + special files such as sockets, devices and fifo's in directory + listings. + </para> + + <para>Default: <command>hide special files = no</command></para> + </listitem> + </varlistentry> + + <varlistentry> <term><anchor id="HOMEDIRMAP">homedir map (G)</term> <listitem><para>If<link linkend="NISHOMEDIR"><parameter>nis homedir </parameter></link> is <constant>true</constant>, and <ulink diff --git a/docs/manpages/smb.conf.5 b/docs/manpages/smb.conf.5 index 0f07da2c3e..0fcf0179b8 100644 --- a/docs/manpages/smb.conf.5 +++ b/docs/manpages/smb.conf.5 @@ -3,7 +3,7 @@ .\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng <steve@ggi-project.org>. -.TH "SMB.CONF" "5" "02 oktober 2002" "" "" +.TH "SMB.CONF" "5" "03 oktober 2002" "" "" .SH NAME smb.conf \- The configuration file for the Samba suite .SH "SYNOPSIS" @@ -634,6 +634,9 @@ each parameter for details. Note that some are synonyms. \fIhide unwriteable files\fR .TP 0.2i \(bu +\fIhide special files\fR +.TP 0.2i +\(bu \fIhomedir map\fR .TP 0.2i \(bu @@ -3009,6 +3012,13 @@ Note that unwriteable directories are shown as usual. Default: \fBhide unwriteable = no\fR .TP +\fBhide special files (G)\fR +This parameter prevents clients from seeing +special files such as sockets, devices and fifo's in directory +listings. + +Default: \fBhide special files = no\fR +.TP \fBhomedir map (G)\fR If\fInis homedir \fR is true, and \fBsmbd(8)\fR is also acting |