Changeset 369


Ignore:
Timestamp:
Jan 15, 2010, 8:22:29 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 to 3.3.10 (docs-xml)

Location:
branches/samba-3.3.x/docs-xml/manpages-3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/docs-xml/manpages-3/cifs.upcall.8.xml

    r217 r369  
    2020        <cmdsynopsis>
    2121                <command>cifs.upcall</command>
    22                 <arg choice="opt">-c</arg>
    23                 <arg choice="opt">-v</arg>
     22                <arg choice="opt">--trust-dns|-t</arg>
     23                <arg choice="opt">--version|-v</arg>
    2424                <arg choice="req">keyid</arg>
    2525        </cmdsynopsis>
     
    4949                <varlistentry>
    5050                <term>-c</term>
    51                 <listitem><para>When handling a kerberos upcall, use a service principal that starts with "cifs/". The default is to use the "host/" service principal.
     51                <listitem><para>This option is deprecated and is currently ignored.
    5252                </para></listitem>
    5353                </varlistentry>
    54 
    5554                <varlistentry>
    56                 <term>-v</term>
     55                <term>--trust-dns|-t</term>
     56                <listitem><para>With krb5 upcalls, the name used as the host portion of the service principal defaults to the hostname portion of the UNC. This option allows the upcall program to reverse resolve the network address of the server in order to get the hostname.</para>
     57                <para>This is less secure than not trusting DNS. When using this option, it's possible that an attacker could get control of DNS and trick the client into mounting a different server altogether. It's preferable to instead add server principals to the KDC for every possible hostname, but this option exists for cases where that isn't possible. The default is to not trust reverse hostname lookups in this fashion.
     58                </para></listitem>
     59                </varlistentry>
     60                <varlistentry>
     61                <term>--version|-v</term>
    5762                <listitem><para>Print version number and exit.
    5863                </para></listitem>
     
    8691<programlisting>
    8792#OPERATION  TYPE           D C PROGRAM ARG1 ARG2...
    88 #=========  =============  = = ==========================================
    89 create      cifs.spnego    * * /usr/local/sbin/cifs.upcall -c %k
     93#=========  =============  = = ================================
     94create      cifs.spnego    * * /usr/local/sbin/cifs.upcall %k
    9095create      dns_resolver   * * /usr/local/sbin/cifs.upcall %k
    9196</programlisting>
  • branches/samba-3.3.x/docs-xml/manpages-3/mount.cifs.8.xml

    r221 r369  
    117117                username=<replaceable>value</replaceable>
    118118                password=<replaceable>value</replaceable>
    119                 workgroup=<replaceable>value</replaceable>
     119                domain=<replaceable>value</replaceable>
    120120</programlisting>
    121121
Note: See TracChangeset for help on using the changeset viewer.