Changeset 369
- Timestamp:
- Jan 15, 2010, 8:22:29 AM (16 years ago)
- 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 20 20 <cmdsynopsis> 21 21 <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> 24 24 <arg choice="req">keyid</arg> 25 25 </cmdsynopsis> … … 49 49 <varlistentry> 50 50 <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. 52 52 </para></listitem> 53 53 </varlistentry> 54 55 54 <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> 57 62 <listitem><para>Print version number and exit. 58 63 </para></listitem> … … 86 91 <programlisting> 87 92 #OPERATION TYPE D C PROGRAM ARG1 ARG2... 88 #========= ============= = = ================================ ==========89 create cifs.spnego * * /usr/local/sbin/cifs.upcall -c%k93 #========= ============= = = ================================ 94 create cifs.spnego * * /usr/local/sbin/cifs.upcall %k 90 95 create dns_resolver * * /usr/local/sbin/cifs.upcall %k 91 96 </programlisting> -
branches/samba-3.3.x/docs-xml/manpages-3/mount.cifs.8.xml
r221 r369 117 117 username=<replaceable>value</replaceable> 118 118 password=<replaceable>value</replaceable> 119 workgroup=<replaceable>value</replaceable>119 domain=<replaceable>value</replaceable> 120 120 </programlisting> 121 121
Note:
See TracChangeset
for help on using the changeset viewer.