Changeset 988 for vendor/current/docs-xml/manpages/smb.conf.5.xml
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- Location:
- vendor/current/docs-xml/manpages
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/docs-xml/manpages/smb.conf.5.xml
r860 r988 7 7 <refmiscinfo class="source">Samba</refmiscinfo> 8 8 <refmiscinfo class="manual">File Formats and Conventions</refmiscinfo> 9 <refmiscinfo class="version"> 3.6</refmiscinfo>9 <refmiscinfo class="version">4.4</refmiscinfo> 10 10 </refmeta> 11 11 … … 22 22 The <filename moreinfo="none">smb.conf</filename> file is a configuration file for the Samba suite. <filename 23 23 moreinfo="none">smb.conf</filename> contains runtime configuration information for the Samba programs. The 24 <filename moreinfo="none">smb.conf</filename> file is designed to be configured and administered by the25 <citerefentry><refentrytitle>swat</refentrytitle> <manvolnum>8</manvolnum></citerefentry> program. The26 24 complete description of the file format and possible parameters held within are here for reference purposes. 27 </para> 25 </para> 28 26 </refsect1> 29 27 … … 473 471 <varlistentry> 474 472 <term>%R</term> 475 <listitem><para>the selected protocol level after protocol negotiation. It can be one of CORE, COREPLUS, 476 LANMAN1, LANMAN2 or NT1.</para></listitem> 473 <listitem><para>the selected protocol level after protocol negotiation. It can be one of 474 CORE, COREPLUS, LANMAN1, LANMAN2, NT1, 475 SMB2_02, SMB2_10, SMB2_22, SMB2_24, 476 SMB3_00, SMB3_02, SMB3_10, SMB3_11 477 or SMB2_FF.</para></listitem> 477 478 </varlistentry> 478 479 … … 504 505 <term>%I</term> 505 506 <listitem><para>the IP address of the client machine.</para> 506 <para>Before 3.6.0 it could contain IPv4 mapped IPv6 addresses,507 <para>Before 4.0.0 it could contain IPv4 mapped IPv6 addresses, 507 508 now it only contains IPv4 or IPv6 addresses.</para> 508 509 </listitem> … … 512 513 <term>%i</term> 513 514 <listitem><para>the local IP address to which a client connected.</para> 514 <para>Before 3.6.0 it could contain IPv4 mapped IPv6 addresses,515 <para>Before 4.0.0 it could contain IPv4 mapped IPv6 addresses, 515 516 now it only contains IPv4 or IPv6 addresses.</para> 516 517 </listitem> … … 671 672 </refsect1> 672 673 673 <refsect1 id="VALIDATIONSECT">674 <title>NOTE ABOUT USERNAME/PASSWORD VALIDATION</title>675 676 <para>677 There are a number of ways in which a user can connect to a service. The server uses the following steps678 in determining if it will allow a connection to a specified service. If all the steps fail, the connection679 request is rejected. However, if one of the steps succeeds, the following steps are not checked.680 </para>681 682 <para>683 If the service is marked <quote>guest only = yes</quote> and the server is running with share-level684 security (<quote>security = share</quote>, steps 1 to 5 are skipped.685 </para>686 687 688 <orderedlist continuation="restarts" inheritnum="ignore" numeration="arabic">689 <listitem><para>690 If the client has passed a username/password pair and that username/password pair is validated by the UNIX691 system's password programs, the connection is made as that username. This includes the692 <literal>\\server\service</literal>%<replaceable>username</replaceable> method of passing a username.693 </para></listitem>694 695 <listitem><para>696 If the client has previously registered a username with the system and now supplies a correct password for that697 username, the connection is allowed.698 </para></listitem>699 700 <listitem><para>701 The client's NetBIOS name and any previously used usernames are checked against the supplied password. If702 they match, the connection is allowed as the corresponding user.703 </para></listitem>704 705 <listitem><para>706 If the client has previously validated a username/password pair with the server and the client has passed707 the validation token, that username is used.708 </para></listitem>709 710 <listitem><para>711 If a <literal>user = </literal> field is given in the <filename moreinfo="none">smb.conf</filename> file for the712 service and the client has supplied a password, and that password matches (according to the UNIX system's713 password checking) with one of the usernames from the <literal>user =</literal> field, the connection is made as714 the username in the <literal>user =</literal> line. If one of the usernames in the <literal>user =</literal> list715 begins with a <literal>@</literal>, that name expands to a list of names in the group of the same name.716 </para></listitem>717 718 <listitem><para>719 If the service is a guest service, a connection is made as the username given in the <literal>guest account720 =</literal> for the service, irrespective of the supplied password.721 </para></listitem>722 </orderedlist>723 724 </refsect1>725 726 674 <refsect1> 727 675 <title>REGISTRY-BASED CONFIGURATION</title> … … 811 759 812 760 <samba:parameterlist> 813 <xi:include href="../smbdotconf/parameters.all.xml" parse="xml"/> 761 <!-- The URI below is resolved to local generated version of parameters.all.xml //--> 762 <!-- WAF build places it in bin/default/docs-xml/smbdotconf/parameters.all.xml //--> 763 <!-- and we redirect there via use of XML_CATALOG_FILES, see docs-xml/build/catalog.xml.in //--> 764 <xi:include href="http://www.samba.org/samba/smbdotconf/parameters.all.xml" parse="xml"/> 814 765 </samba:parameterlist> 815 766 … … 843 794 <title>VERSION</title> 844 795 845 <para>This man page is correct for version 3of the Samba suite.</para>796 <para>This man page is correct for version 4 of the Samba suite.</para> 846 797 </refsect1> 847 798 … … 851 802 <citerefentry><refentrytitle>samba</refentrytitle> 852 803 <manvolnum>7</manvolnum></citerefentry>, <citerefentry><refentrytitle>smbpasswd</refentrytitle> 853 <manvolnum>8</manvolnum></citerefentry>, <citerefentry><refentrytitle>swat</refentrytitle>854 804 <manvolnum>8</manvolnum></citerefentry>, <citerefentry><refentrytitle>smbd</refentrytitle> 855 805 <manvolnum>8</manvolnum></citerefentry>, <citerefentry><refentrytitle>nmbd</refentrytitle> 806 <manvolnum>8</manvolnum></citerefentry>, <citerefentry><refentrytitle>winbindd</refentrytitle> 807 <manvolnum>8</manvolnum></citerefentry>, <citerefentry><refentrytitle>samba</refentrytitle> 808 <manvolnum>8</manvolnum></citerefentry>, <citerefentry><refentrytitle>samba-tool</refentrytitle> 856 809 <manvolnum>8</manvolnum></citerefentry>, <citerefentry><refentrytitle>smbclient</refentrytitle> 857 810 <manvolnum>1</manvolnum></citerefentry>, <citerefentry><refentrytitle>nmblookup</refentrytitle> 858 811 <manvolnum>1</manvolnum></citerefentry>, <citerefentry><refentrytitle>testparm</refentrytitle> 859 <manvolnum>1</manvolnum></citerefentry>, <citerefentry><refentrytitle>testprns</refentrytitle>860 812 <manvolnum>1</manvolnum></citerefentry>.</para> 861 813 </refsect1>
Note:
See TracChangeset
for help on using the changeset viewer.