Changeset 221 for branches/samba-3.3.x/docs-xml/smbdotconf/misc
- Timestamp:
- May 24, 2009, 7:17:10 AM (16 years ago)
- Location:
- branches/samba-3.3.x/docs-xml/smbdotconf/misc
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/docs-xml/smbdotconf/misc/remoteannounce.xml
r217 r221 7 7 <para> 8 8 This option allows you to setup <citerefentry><refentrytitle>nmbd</refentrytitle> 9 <manvolnum>8</manvolnum></citerefentry> to periodically announce itself9 <manvolnum>8</manvolnum></citerefentry> to periodically announce itself 10 10 to arbitrary IP addresses with an arbitrary workgroup name. 11 11 </para> … … 24 24 the above line would cause <command moreinfo="none">nmbd</command> to announce itself 25 25 to the two given IP addresses using the given workgroup names. If you leave out the 26 workgroup name then the one given in the <smbconfoption name="workgroup"/> parameter26 workgroup name, then the one given in the <smbconfoption name="workgroup"/> parameter 27 27 is used instead. 28 28 </para> -
branches/samba-3.3.x/docs-xml/smbdotconf/misc/usershareallowguests.xml
r217 r221 9 9 of allowing people who can create a share the option of setting 10 10 <parameter moreinfo="none">guest ok = yes</parameter> in a share 11 definition. Due to the security sensitive nature of thisthe default11 definition. Due to its security sensitive nature, the default 12 12 is set to off.</para> 13 13 -
branches/samba-3.3.x/docs-xml/smbdotconf/misc/usershareprefixallowlist.xml
r217 r221 7 7 <para>This parameter specifies a list of absolute pathnames 8 8 the root of which are allowed to be exported by user defined share definitions. 9 If the pathname exported doesn't start with one of the strings in this10 list the user defined share will not be allowed. This allows the Samba9 If the pathname to be exported doesn't start with one of the strings in this 10 list, the user defined share will not be allowed. This allows the Samba 11 11 administrator to restrict the directories on the system that can be 12 12 exported by user defined shares. -
branches/samba-3.3.x/docs-xml/smbdotconf/misc/usersharetemplateshare.xml
r217 r221 6 6 <description> 7 7 <para>User defined shares only have limited possible parameters 8 such as path, guest ok etc. This parameter allows usershares to8 such as path, guest ok, etc. This parameter allows usershares to 9 9 "cloned" from an existing share. If "usershare template share" 10 10 is set to the name of an existing share, then all usershares
Note:
See TracChangeset
for help on using the changeset viewer.