Changeset 988 for vendor/current/docs-xml/build
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- Location:
- vendor/current/docs-xml/build
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/docs-xml/build/DTD/samba-doc
r414 r988 43 43 type CDATA #REQUIRED 44 44 context CDATA #REQUIRED 45 advanced CDATA #IMPLIED 46 developer CDATA #IMPLIED 47 wizard CDATA #IMPLIED 48 basic CDATA #IMPLIED 49 print CDATA #IMPLIED 45 synonym CDATA #IMPLIED 46 handler CDATA #IMPLIED 47 deprecated CDATA #IMPLIED 48 enumlist CDATA #IMPLIED 50 49 > 51 50 <!ELEMENT description ANY> -
vendor/current/docs-xml/build/DTD/samba.entities
r860 r988 215 215 <!ENTITY stdarg.configfile ' 216 216 <varlistentry> 217 <term>-s|--configfile 217 <term>-s|--configfile=<configuration file></term> 218 218 <listitem><para>The file specified contains the 219 219 configuration details required by the server. The … … 242 242 </varlistentry>'> 243 243 244 <!ENTITY stdarg.option ' 245 <varlistentry> 246 <term>--option=<name>=<value></term> 247 <listitem><para>Set the 248 <citerefentry><refentrytitle>smb.conf</refentrytitle> 249 <manvolnum>5</manvolnum></citerefentry> 250 option "<name>" to value "<value>" from the command line. 251 This overrides compiled-in defaults and options read from the configuration 252 file. 253 </para></listitem> 254 </varlistentry>'> 255 244 256 <!ENTITY popt.common.samba ' 245 257 &stdarg.version; 246 258 &stdarg.configfile; 247 259 &stdarg.log-basename; 248 '> 260 &stdarg.option; 261 '> 262 263 <!ENTITY popt.common.samba.client ' 264 &stdarg.client.debug; 265 &popt.common.samba; 266 '> 267 268 <!ENTITY popt.common.samba.server ' 269 &stdarg.server.debug; 270 &popt.common.samba; 271 '> 272 249 273 250 274 <!ENTITY stdarg.resolve.order ' … … 441 465 '> 442 466 443 444 <!ENTITY stdarg.help ' 445 <varlistentry> 446 <term>-?|--help</term> 447 <listitem><para>Print a summary of command line options. 448 </para></listitem> 449 </varlistentry>'> 467 <!ENTITY stdarg.signing ' 468 <varlistentry> 469 <term>-S|--signing on|off|required</term> 470 <listitem><para>Set the client signing state. 471 </para></listitem> 472 </varlistentry> 473 '> 474 475 <!ENTITY stdarg.machinepass ' 476 <varlistentry> 477 <term>-P|--machine-pass</term> 478 <listitem><para>Use stored machine account password. 479 </para></listitem> 480 </varlistentry> 481 '> 482 483 <!ENTITY stdarg.encrypt ' 484 <varlistentry> 485 <term>-e|--encrypt</term> 486 <listitem><para> 487 This command line parameter requires the remote 488 server support the UNIX extensions or that the SMB3 protocol has been selected. 489 Requests that the connection be encrypted. Negotiates SMB encryption using either 490 SMB3 or POSIX extensions via GSSAPI. Uses the given credentials for 491 the encryption negotiation (either kerberos or NTLMv1/v2 if given 492 domain/username/password triple. Fails the connection if encryption 493 cannot be negotiated. 494 </para></listitem> 495 </varlistentry> 496 '> 497 498 <!ENTITY stdarg.pwnthash ' 499 <varlistentry> 500 <term>--pw-nt-hash</term> 501 <listitem><para>The supplied password is the NT hash. 502 </para></listitem> 503 </varlistentry> 504 '> 450 505 451 506 <!ENTITY popt.common.credentials ' … … 455 510 &stdarg.authfile; 456 511 &stdarg.username; 512 &stdarg.signing; 513 &stdarg.machinepass; 514 &stdarg.encrypt; 515 &stdarg.pwnthash; 516 '> 517 518 <!ENTITY stdarg.help ' 519 <varlistentry> 520 <term>-?|--help</term> 521 <listitem><para>Print a summary of command line options. 522 </para></listitem> 523 </varlistentry> 524 '> 525 526 <!ENTITY stdarg.usage ' 527 <varlistentry> 528 <term>--usage</term> 529 <listitem><para>Display brief usage message. 530 </para></listitem> 531 </varlistentry> 532 '> 533 534 <!ENTITY popt.autohelp ' 535 &stdarg.help; 536 &stdarg.usage; 457 537 '> 458 538 -
vendor/current/docs-xml/build/catalog.xml.in
r860 r988 7 7 <rewriteURI 8 8 uriStartString="http://www.samba.org/samba/DTD/" 9 rewritePrefix="file://@abs_top_ builddir@/build/DTD/"/>9 rewritePrefix="file://@abs_top_srcdir@/build/DTD/"/> 10 10 11 11 <rewriteURI 12 12 uriStartString="http://www.gnu.org/licenses/" 13 rewritePrefix="file://@abs_top_builddir@/Samba3-ByExample/"/> 13 rewritePrefix="file://@abs_top_srcdir@/Samba3-ByExample/"/> 14 <rewriteURI 15 uriStartString="http://www.samba.org/samba/smbdotconf/" 16 rewritePrefix="file://@abs_top_builddir@/smbdotconf/"/> 14 17 </catalog>
Note:
See TracChangeset
for help on using the changeset viewer.