Changeset 988 for vendor/current/docs-xml/manpages/net.8.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/net.8.xml
r860 r988 8 8 <refmiscinfo class="source">Samba</refmiscinfo> 9 9 <refmiscinfo class="manual">System Administration tools</refmiscinfo> 10 <refmiscinfo class="version"> 3.6</refmiscinfo>10 <refmiscinfo class="version">4.4</refmiscinfo> 11 11 </refmeta> 12 12 … … 23 23 <command>net</command> 24 24 <arg choice="req"><ads|rap|rpc></arg> 25 <arg choice="opt">-h </arg>26 <arg choice="opt">-w workgroup</arg>27 <arg choice="opt">-W myworkgroup</arg>28 <arg choice="opt">-U user</arg>29 <arg choice="opt">-I ip-address</arg>30 <arg choice="opt">-p port</arg>25 <arg choice="opt">-h|--help</arg> 26 <arg choice="opt">-w|--workgroup workgroup</arg> 27 <arg choice="opt">-W|--myworkgroup myworkgroup</arg> 28 <arg choice="opt">-U|--user user</arg> 29 <arg choice="opt">-I|--ipaddress ip-address</arg> 30 <arg choice="opt">-p|--port port</arg> 31 31 <arg choice="opt">-n myname</arg> 32 32 <arg choice="opt">-s conffile</arg> 33 <arg choice="opt">-S server</arg> 34 <arg choice="opt">-l</arg> 35 <arg choice="opt">-P</arg> 33 <arg choice="opt">-S|--server server</arg> 34 <arg choice="opt">-l|--long</arg> 35 <arg choice="opt">-v|--verbose</arg> 36 <arg choice="opt">-f|--force</arg> 37 <arg choice="opt">-P|--machine-pass</arg> 36 38 <arg choice="opt">-d debuglevel</arg> 37 39 <arg choice="opt">-V</arg> 38 40 <arg choice="opt">--request-timeout seconds</arg> 41 <arg choice="opt">-t|--timeout seconds</arg> 42 <arg choice="opt">-i|--stdin</arg> 43 <arg choice="opt">--tallocreport</arg> 39 44 </cmdsynopsis> 40 45 </refsynopsisdiv> … … 65 70 66 71 <varlistentry> 67 <term>-w target-workgroup</term>72 <term>-w|--workgroup target-workgroup</term> 68 73 <listitem><para> 69 74 Sets target workgroup or domain. You have to specify … … 73 78 74 79 <varlistentry> 75 <term>-W workgroup</term>80 <term>-W|--myworkgroup workgroup</term> 76 81 <listitem><para> 77 82 Sets client workgroup or domain … … 80 85 81 86 <varlistentry> 82 <term>-U user</term>87 <term>-U|--user user</term> 83 88 <listitem><para> 84 89 User name to use … … 87 92 88 93 <varlistentry> 89 <term>-I ip-address</term>94 <term>-I|--ipaddress ip-address</term> 90 95 <listitem><para> 91 96 IP address of target server to use. You have to … … 96 101 97 102 <varlistentry> 98 <term>-p port</term>103 <term>-p|--port port</term> 99 104 <listitem><para> 100 105 Port on the target server to connect to (usually 139 or 445). … … 107 112 108 113 <varlistentry> 109 <term>-S server</term>114 <term>-S|--server server</term> 110 115 <listitem><para> 111 116 Name of target server. You should specify either … … 115 120 116 121 <varlistentry> 117 <term>-l </term>122 <term>-l|--long</term> 118 123 <listitem><para> 119 124 When listing data, give more information on each item. … … 122 127 123 128 <varlistentry> 124 <term>-P</term> 129 <term>-v|--verbose</term> 130 <listitem><para> 131 When listing data, give more verbose information on each item. 132 </para></listitem> 133 </varlistentry> 134 135 <varlistentry> 136 <term>-f|--force</term> 137 <listitem><para> 138 Enforcing a net command. 139 </para></listitem> 140 </varlistentry> 141 142 <varlistentry> 143 <term>-P|--machine-pass</term> 125 144 <listitem><para> 126 145 Make queries to the external server using the machine account of the local server. … … 136 155 </varlistentry> 137 156 138 &stdarg.server.debug; 157 <varlistentry> 158 <term>-t|--timeout 30</term> 159 <listitem><para> 160 Set timeout for client operations to 30 seconds. 161 </para></listitem> 162 </varlistentry> 163 164 <varlistentry> 165 <term>--use-ccache</term> 166 <listitem><para> 167 Try to use the credentials cached by winbind. 168 </para></listitem> 169 </varlistentry> 170 171 <varlistentry> 172 <term>-i|--stdin</term> 173 <listitem><para> 174 Take input for net commands from standard input. 175 </para></listitem> 176 </varlistentry> 177 178 <varlistentry> 179 <term>--tallocreport</term> 180 <listitem><para> 181 Generate a talloc report while processing a net 182 command. 183 </para></listitem> 184 </varlistentry> 185 186 <varlistentry> 187 <term>-T|--test</term> 188 <listitem><para>Only test command sequence, dry-run. 189 </para></listitem> 190 </varlistentry> 191 192 <varlistentry> 193 <term>-F|--flags FLAGS</term> 194 <listitem><para>Pass down integer flags to a net subcommand. 195 </para></listitem> 196 </varlistentry> 197 198 <varlistentry> 199 <term>-C|--comment COMMENT</term> 200 <listitem><para>Pass down a comment string to a net subcommand. 201 </para></listitem> 202 </varlistentry> 203 204 <varlistentry> 205 <term>-n|--myname MYNAME</term> 206 <listitem><para>Use MYNAME as a requester name for a net subcommand. 207 </para></listitem> 208 </varlistentry> 209 210 <varlistentry> 211 <term>-c|--container CONTAINER</term> 212 <listitem><para>Use a specific AD container for net ads operations. 213 </para></listitem> 214 </varlistentry> 215 216 <varlistentry> 217 <term>-M|--maxusers MAXUSERS</term> 218 <listitem><para>Fill in the maxusers field in net rpc share operations. 219 </para></listitem> 220 </varlistentry> 221 222 <varlistentry> 223 <term>-r|--reboot</term> 224 <listitem><para>Reboot a remote machine after a command has been successfully executed (e.g. in remote join operations). 225 </para></listitem> 226 </varlistentry> 227 228 <!-- Options for net rpc vampire --> 229 230 <varlistentry> 231 <term>--force-full-repl</term> 232 <listitem><para> 233 When calling "net rpc vampire keytab" this option 234 enforces a full re-creation of the generated keytab file. 235 </para></listitem> 236 </varlistentry> 237 238 <varlistentry> 239 <term>--single-obj-repl</term> 240 <listitem><para> 241 When calling "net rpc vampire keytab" this option 242 allows one to replicate just a single object to the generated keytab file. 243 </para></listitem> 244 </varlistentry> 245 246 <varlistentry> 247 <term>--clean-old-entries</term> 248 <listitem><para> 249 When calling "net rpc vampire keytab" this option 250 allows one to cleanup old entries from the generated keytab file. 251 </para></listitem> 252 </varlistentry> 253 254 <!-- Options for net idmap --> 255 256 <varlistentry> 257 <term>--db</term> 258 <listitem><para>Define dbfile for "net idmap" commands. 259 </para></listitem> 260 </varlistentry> 261 262 <varlistentry> 263 <term>--lock</term> 264 <listitem><para>Activates locking of the dbfile for "net idmap check" command. 265 </para></listitem> 266 </varlistentry> 267 268 <varlistentry> 269 <term>-a|--auto</term> 270 <listitem><para>Activates noninteractive mode in "net idmap check". 271 </para></listitem> 272 </varlistentry> 273 274 <varlistentry> 275 <term>--repair</term> 276 <listitem><para>Activates repair mode in "net idmap check". 277 </para></listitem> 278 </varlistentry> 279 280 <!-- Options for net rpc share migrate --> 281 282 <varlistentry> 283 <term>--acls</term> 284 <listitem><para>Includes ACLs to be copied in "net rpc share migrate". 285 </para></listitem> 286 </varlistentry> 287 288 <varlistentry> 289 <term>--attrs</term> 290 <listitem><para>Includes file attributes to be copied in "net rpc share migrate". 291 </para></listitem> 292 </varlistentry> 293 294 <varlistentry> 295 <term>--timestamps</term> 296 <listitem><para>Includes timestamps to be copied in "net rpc share migrate". 297 </para></listitem> 298 </varlistentry> 299 300 <varlistentry> 301 <term>-X|--exclude DIRECTORY</term> 302 <listitem><para>Allows one to exclude directories when copying with "net rpc share migrate". 303 </para></listitem> 304 </varlistentry> 305 306 <varlistentry> 307 <term>--destination SERVERNAME</term> 308 <listitem><para>Defines the target servername of migration process (defaults to localhost). 309 </para></listitem> 310 </varlistentry> 311 312 <!-- Options for net groupmap set --> 313 314 <varlistentry> 315 <term>-L|--local</term> 316 <listitem><para>Sets the type of group mapping to local 317 (used in "net groupmap set"). 318 </para></listitem> 319 </varlistentry> 320 321 <varlistentry> 322 <term>-D|--domain</term> 323 <listitem><para>Sets the type of group mapping to domain 324 (used in "net groupmap set"). 325 </para></listitem> 326 </varlistentry> 327 328 <varlistentry> 329 <term>-N|--ntname NTNAME</term> 330 <listitem><para>Sets the ntname of a group mapping 331 (used in "net groupmap set"). 332 </para></listitem> 333 </varlistentry> 334 335 <varlistentry> 336 <term>-R|--rid RID</term> 337 <listitem><para>Sets the rid of a group mapping 338 (used in "net groupmap set"). 339 </para></listitem> 340 </varlistentry> 341 342 <!-- Options for net registry check --> 343 344 <varlistentry> 345 <term>--reg-version REG_VERSION</term> 346 <listitem><para>Assume database version {n|1,2,3} 347 (used in "net registry check"). 348 </para></listitem> 349 </varlistentry> 350 351 <varlistentry> 352 <term>-o|--output FILENAME</term> 353 <listitem><para>Output database file 354 (used in "net registry check"). 355 </para></listitem> 356 </varlistentry> 357 358 <varlistentry> 359 <term>--wipe</term> 360 <listitem><para>Create a new database from scratch 361 (used in "net registry check"). 362 </para></listitem> 363 </varlistentry> 364 365 <!-- Options for net registry import --> 366 367 <varlistentry> 368 <term>--precheck PRECHECK_DB_FILENAME</term> 369 <listitem><para>Defines filename for database prechecking 370 (used in "net registry import"). 371 </para></listitem> 372 </varlistentry> 373 374 <varlistentry> 375 <term>--no-dns-updates</term> 376 <listitem><para>Do not perform DNS updates as part of 377 "net ads join". 378 </para></listitem> 379 </varlistentry> 380 381 &stdarg.encrypt; 382 &popt.common.samba.client; 383 139 384 </variablelist> 140 385 </refsect1> … … 167 412 168 413 <para>Without any options, the <command>NET TIME</command> command 169 displays the time on the remote server. 414 displays the time on the remote server. The remote server must be 415 specified with the -S option. 170 416 </para> 171 417 … … 175 421 <title>TIME SYSTEM</title> 176 422 177 <para>Displays the time on the remote server in a format ready for <command>/bin/date</command>.</para> 423 <para>Displays the time on the remote server in a format ready for <command>/bin/date</command>. 424 The remote server must be specified with the -S option. 425 </para> 178 426 179 427 </refsect3> … … 182 430 <title>TIME SET</title> 183 431 <para>Tries to set the date and time of the local server to that on 184 the remote server using <command>/bin/date</command>. </para> 432 the remote server using <command>/bin/date</command>. 433 The remote server must be specified with the -S option. 434 </para> 185 435 186 436 </refsect3> … … 189 439 <title>TIME ZONE</title> 190 440 191 <para>Displays the timezone in hours from GMT on the remote computer.</para> 192 193 </refsect3> 194 </refsect2> 195 196 <refsect2> 197 <title>[RPC|ADS] JOIN [TYPE] [-U username[%password]] [createupn=UPN] [createcomputer=OU] [options]</title> 441 <para>Displays the timezone in hours from GMT on the remote server. 442 The remote server must be specified with the -S option. 443 </para> 444 445 </refsect3> 446 </refsect2> 447 448 <refsect2> 449 <title>[RPC|ADS] JOIN [TYPE] [--no-dns-updates] [-U username[%password]] 450 [createupn=UPN] [createcomputer=OU] [machinepass=PASS] 451 [osName=string osVer=string] [options]</title> 198 452 199 453 <para> … … 220 474 and ldap, so it may need to be doubled or quadrupled to pass through, 221 475 and it is not used as a delimiter. 476 </para> 477 <para> 478 [PASS] (ADS only) Set a specific password on the computer account 479 being created by the join. 480 </para> 481 <para> 482 [osName=string osVer=String] (ADS only) Set the operatingSystem and 483 operatingSystemVersion attribute during the join. Both parameters 484 must be specified for either to take effect. 222 485 </para> 223 486 </refsect2> … … 687 950 <title>GROUPMAP MODIFY</title> 688 951 689 <para>Update en existing group entry.</para>952 <para>Update an existing group entry.</para> 690 953 691 954 <para> … … 797 1060 798 1061 </refsect3> 799 <refsect3>800 <title>RPC TRUSTDOM LIST</title>801 802 <para>List all interdomain trust relationships.</para>803 804 </refsect3>805 1062 </refsect2> 806 1063 … … 811 1068 <title>RPC TRUST CREATE</title> 812 1069 813 <para>Create a trust trustobject by calling lsaCreateTrustedDomainEx2.1070 <para>Create a trust object by calling lsaCreateTrustedDomainEx2. 814 1071 The can be done on a single server or on two servers at once with the 815 1072 possibility to use a random trust password.</para> … … 874 1131 <title>RPC TRUST DELETE</title> 875 1132 876 <para>Delete a trust trustobject by calling lsaDeleteTrustedDomain.1133 <para>Delete a trust object by calling lsaDeleteTrustedDomain. 877 1134 The can be done on a single server or on two servers at once.</para> 878 1135 … … 988 1245 <para>Export users, aliases and groups from remote server to 989 1246 local server. You need to run this against the PDC, from a Samba machine joined as a BDC. 1247 This vampire command cannot be used against an Active Directory, only 1248 against an NT4 Domain Controller. 990 1249 </para> 991 1250 </refsect2> … … 1087 1346 1088 1347 </refsect2> 1348 1349 <refsect2> 1350 <title>ADS ENCTYPES</title> 1351 1352 <para> 1353 List, modify or delete the value of the "msDS-SupportedEncryptionTypes" attribute of an account in AD. 1354 </para> 1355 1356 <para> 1357 This attribute allows one to control which Kerberos encryption types are used for the generation of initial and service tickets. The value consists of an integer bitmask with the following values: 1358 </para> 1359 1360 <para>0x00000001 DES-CBC-CRC</para> 1361 <para>0x00000002 DES-CBC-MD5</para> 1362 <para>0x00000004 RC4-HMAC</para> 1363 <para>0x00000008 AES128-CTS-HMAC-SHA1-96</para> 1364 <para>0x00000010 AES256-CTS-HMAC-SHA1-96</para> 1365 1366 </refsect2> 1367 1368 <refsect2> 1369 <title>ADS ENCTYPES LIST <replaceable><ACCOUNTNAME></replaceable></title> 1370 1371 <para> 1372 List the value of the "msDS-SupportedEncryptionTypes" attribute of a given account. 1373 </para> 1374 1375 <para>Example: <userinput>net ads enctypes list Computername</userinput></para> 1376 1377 </refsect2> 1378 1379 <refsect2> 1380 <title>ADS ENCTYPES SET <replaceable><ACCOUNTNAME></replaceable> <replaceable>[enctypes]</replaceable></title> 1381 1382 <para> 1383 Set the value of the "msDS-SupportedEncryptionTypes" attribute of the LDAP object of ACCOUNTNAME to a given value. If the value is omitted, the value is set to 31 which enables all the currently supported encryption types. 1384 </para> 1385 1386 <para>Example: <userinput>net ads enctypes set Computername 24</userinput></para> 1387 1388 </refsect2> 1389 1390 <refsect2> 1391 <title>ADS ENCTYPES DELETE <replaceable><ACCOUNTNAME></replaceable></title> 1392 1393 <para> 1394 Deletes the "msDS-SupportedEncryptionTypes" attribute of the LDAP object of ACCOUNTNAME. 1395 </para> 1396 1397 <para>Example: <userinput>net ads enctypes set Computername 24</userinput></para> 1398 1399 </refsect2> 1400 1089 1401 1090 1402 <refsect2> … … 1389 1701 1390 1702 <refsect2> 1391 <title>IDMAP SE CRET <DOMAIN> <secret></title>1703 <title>IDMAP SET SECRET <DOMAIN> <secret></title> 1392 1704 1393 1705 <para> … … 1400 1712 1401 1713 <refsect2> 1402 1403 <title>IDMAP DELETE [-f] [--db=<DB>] <ID></title> 1714 <title>IDMAP SET RANGE <RANGE> <SID> [index] [--db=<DB>]</title> 1715 1716 <para> 1717 Store a domain-range mapping for a given domain (and index) in autorid database. 1718 </para> 1719 1720 </refsect2> 1721 1722 <refsect2> 1723 <title>IDMAP SET CONFIG <config> [--db=<DB>]</title> 1724 1725 <para> 1726 Update CONFIG entry in autorid database. 1727 </para> 1728 1729 </refsect2> 1730 1731 <refsect2> 1732 <title>IDMAP GET RANGE <SID> [index] [--db=<DB>]</title> 1733 1734 <para> 1735 Get the range for a given domain and index from autorid database. 1736 </para> 1737 1738 </refsect2> 1739 1740 <refsect2> 1741 <title>IDMAP GET RANGES [<SID>] [--db=<DB>]</title> 1742 1743 <para> 1744 Get ranges for all domains or for one identified by given SID. 1745 </para> 1746 1747 </refsect2> 1748 1749 <refsect2> 1750 <title>IDMAP GET CONFIG [--db=<DB>]</title> 1751 1752 <para> 1753 Get CONFIG entry from autorid database. 1754 </para> 1755 1756 </refsect2> 1757 1758 <refsect2> 1759 1760 <title>IDMAP DELETE MAPPING [-f] [--db=<DB>] <ID></title> 1404 1761 1405 1762 <para> … … 1413 1770 <manvolnum>1</manvolnum></citerefentry> manpage for details. 1414 1771 </para> 1772 </refsect2> 1773 1774 <refsect2> 1775 <title>IDMAP DELETE RANGE [-f] [--db=<TDB>] <RANGE>|(<SID> [<INDEX>])</title> 1776 1777 <para> 1778 Delete a domain range mapping identified by 'RANGE' or "domain SID and INDEX" from autorid database. 1779 Use -f to delete invalid mappings. 1780 </para> 1781 1782 </refsect2> 1783 1784 <refsect2> 1785 <title>IDMAP DELETE RANGES [-f] [--db=<TDB>] <SID></title> 1786 1787 <para> 1788 Delete all domain range mappings for a domain identified by SID. 1789 Use -f to delete invalid mappings. 1790 </para> 1791 1415 1792 </refsect2> 1416 1793 … … 1664 2041 1665 2042 <refsect2> 1666 <title> CONF</title>2043 <title>[RPC] CONF</title> 1667 2044 1668 2045 <para>Starting with version 3.2.0, a Samba server can be configured by data 1669 2046 stored in registry. This configuration data can be edited with the new "net 1670 conf" commands. 2047 conf" commands. There is also the possibility to configure a remote Samba server 2048 by enabling the RPC conf mode and specifying the address of the remote server. 1671 2049 </para> 1672 2050 … … 1686 2064 <para>The conf commands are: 1687 2065 <simplelist> 1688 <member>net conf list - Dump the complete configuration in smb.conf like2066 <member>net [rpc] conf list - Dump the complete configuration in smb.conf like 1689 2067 format.</member> 1690 <member>net conf import - Import configuration from file in smb.conf2068 <member>net [rpc] conf import - Import configuration from file in smb.conf 1691 2069 format.</member> 1692 <member>net conf listshares - List the registry shares.</member>1693 <member>net conf drop - Delete the complete configuration from2070 <member>net [rpc] conf listshares - List the registry shares.</member> 2071 <member>net [rpc] conf drop - Delete the complete configuration from 1694 2072 registry.</member> 1695 <member>net conf showshare - Show the definition of a registry share.</member>1696 <member>net conf addshare - Create a new registry share.</member>1697 <member>net conf delshare - Delete a registry share.</member>1698 <member>net conf setparm - Store a parameter.</member>1699 <member>net conf getparm - Retrieve the value of a parameter.</member>1700 <member>net conf delparm - Delete a parameter.</member>1701 <member>net conf getincludes - Show the includes of a share definition.</member>1702 <member>net conf setincludes - Set includes for a share.</member>1703 <member>net conf delincludes - Delete includes from a share definition.</member>2073 <member>net [rpc] conf showshare - Show the definition of a registry share.</member> 2074 <member>net [rpc] conf addshare - Create a new registry share.</member> 2075 <member>net [rpc] conf delshare - Delete a registry share.</member> 2076 <member>net [rpc] conf setparm - Store a parameter.</member> 2077 <member>net [rpc] conf getparm - Retrieve the value of a parameter.</member> 2078 <member>net [rpc] conf delparm - Delete a parameter.</member> 2079 <member>net [rpc] conf getincludes - Show the includes of a share definition.</member> 2080 <member>net [rpc] conf setincludes - Set includes for a share.</member> 2081 <member>net [rpc] conf delincludes - Delete includes from a share definition.</member> 1704 2082 </simplelist> 1705 2083 </para> 1706 2084 1707 2085 <refsect3> 1708 <title> CONF LIST</title>2086 <title>[RPC] CONF LIST</title> 1709 2087 1710 2088 <para> … … 1715 2093 1716 2094 <refsect3> 1717 <title> CONF IMPORT <replaceable>[--test|-T]</replaceable> <replaceable>filename</replaceable> <replaceable>[section]</replaceable></title>2095 <title>[RPC] CONF IMPORT <replaceable>[--test|-T]</replaceable> <replaceable>filename</replaceable> <replaceable>[section]</replaceable></title> 1718 2096 1719 2097 <para> … … 1731 2109 1732 2110 <refsect3> 1733 <title> CONF LISTSHARES</title>2111 <title>[RPC] CONF LISTSHARES</title> 1734 2112 1735 2113 <para> … … 1739 2117 1740 2118 <refsect3> 1741 <title> CONF DROP</title>2119 <title>[RPC] CONF DROP</title> 1742 2120 1743 2121 <para> … … 1747 2125 1748 2126 <refsect3> 1749 <title> CONF SHOWSHARE <replaceable>sharename</replaceable></title>2127 <title>[RPC] CONF SHOWSHARE <replaceable>sharename</replaceable></title> 1750 2128 1751 2129 <para> … … 1757 2135 1758 2136 <refsect3> 1759 <title> CONF ADDSHARE <replaceable>sharename</replaceable> <replaceable>path</replaceable> [<replaceable>writeable={y|N}</replaceable> [<replaceable>guest_ok={y|N}</replaceable> [<replaceable>comment</replaceable>]]] </title>2137 <title>[RPC] CONF ADDSHARE <replaceable>sharename</replaceable> <replaceable>path</replaceable> [<replaceable>writeable={y|N}</replaceable> [<replaceable>guest_ok={y|N}</replaceable> [<replaceable>comment</replaceable>]]] </title> 1760 2138 1761 2139 <para>Create a new share definition in registry. … … 1769 2147 1770 2148 <refsect3> 1771 <title> CONF DELSHARE <replaceable>sharename</replaceable></title>2149 <title>[RPC] CONF DELSHARE <replaceable>sharename</replaceable></title> 1772 2150 1773 2151 <para> … … 1777 2155 1778 2156 <refsect3> 1779 <title> CONF SETPARM <replaceable>section</replaceable> <replaceable>parameter</replaceable> <replaceable>value</replaceable></title>2157 <title>[RPC] CONF SETPARM <replaceable>section</replaceable> <replaceable>parameter</replaceable> <replaceable>value</replaceable></title> 1780 2158 1781 2159 <para> … … 1786 2164 1787 2165 <refsect3> 1788 <title> CONF GETPARM <replaceable>section</replaceable> <replaceable>parameter</replaceable></title>2166 <title>[RPC] CONF GETPARM <replaceable>section</replaceable> <replaceable>parameter</replaceable></title> 1789 2167 1790 2168 <para> … … 1794 2172 1795 2173 <refsect3> 1796 <title> CONF DELPARM <replaceable>section</replaceable> <replaceable>parameter</replaceable></title>2174 <title>[RPC] CONF DELPARM <replaceable>section</replaceable> <replaceable>parameter</replaceable></title> 1797 2175 1798 2176 <para> … … 1802 2180 1803 2181 <refsect3> 1804 <title> CONF GETINCLUDES <replaceable>section</replaceable></title>2182 <title>[RPC] CONF GETINCLUDES <replaceable>section</replaceable></title> 1805 2183 1806 2184 <para> … … 1828 2206 1829 2207 <refsect3> 1830 <title> CONF SETINCLUDES <replaceable>section</replaceable> [<replaceable>filename</replaceable>]+</title>2208 <title>[RPC] CONF SETINCLUDES <replaceable>section</replaceable> [<replaceable>filename</replaceable>]+</title> 1831 2209 1832 2210 <para> … … 1838 2216 1839 2217 <refsect3> 1840 <title> CONF DELINCLUDES <replaceable>section</replaceable></title>2218 <title>[RPC] CONF DELINCLUDES <replaceable>section</replaceable></title> 1841 2219 1842 2220 <para> … … 1877 2255 <member>net registry convert - Convert a registration entries (.reg) file. 1878 2256 </member> 2257 <member>net registry check - Check and repair a registry database. 2258 </member> 1879 2259 </simplelist> 1880 2260 </para> … … 1992 2372 <refsect3> 1993 2373 <title>REGISTRY IMPORT <replaceable>file</replaceable><!-- 1994 --><replaceable>[opt]</replaceable></title> 1995 1996 <para>Import a registration entries (.reg) <emphasis>file</emphasis>. 1997 </para> 2374 --><replaceable> [--precheck <check-file>] [opt]</replaceable></title> 2375 <para>Import a registration entries (.reg) <emphasis>file</emphasis>.</para> 2376 <para>The following options are available:</para> 2377 <variablelist> 2378 <varlistentry><term>--precheck <replaceable>check-file</replaceable></term> 2379 <listitem><para> 2380 This is a mechanism to check the existence or non-existence of 2381 certain keys or values specified in a precheck file before applying 2382 the import file. 2383 The import file will only be applied if the precheck succeeds. 2384 </para> 2385 <para> 2386 The check-file follows the normal registry file syntax with the 2387 following semantics: 2388 </para> 2389 <itemizedlist> 2390 <listitem><para><value name>=<value> checks whether the 2391 value exists and has the given value.</para></listitem> 2392 <listitem><para><value name>=- checks whether the value does 2393 not exist.</para></listitem> 2394 <listitem><para>[key] checks whether the key exists.</para> 2395 </listitem> 2396 <listitem><para>[-key] checks whether the key does not exist.</para> 2397 </listitem> 2398 </itemizedlist> 2399 </listitem> 2400 </varlistentry> 2401 </variablelist> 1998 2402 </refsect3> 1999 2403 … … 2017 2421 </refsect3> 2018 2422 2423 <refsect3> 2424 <title>REGISTRY CHECK [-ravTl] [-o <ODB>] [--wipe] [<DB>]</title> 2425 <para>Check and repair the registry database. If no option is given a read only check of the database is done. Among others an interactive or automatic repair mode may be chosen with one of the following options 2426 2427 <variablelist> 2428 <varlistentry><term>-r|--repair</term> 2429 <listitem><para> 2430 Interactive repair mode, ask a lot of questions. 2431 </para></listitem> 2432 </varlistentry> 2433 2434 <varlistentry><term>-a|--auto</term> 2435 <listitem><para> 2436 Noninteractive repair mode, use default answers. 2437 </para></listitem> 2438 </varlistentry> 2439 2440 <varlistentry><term>-v|--verbose</term> 2441 <listitem><para> 2442 Produce more output. 2443 </para></listitem> 2444 </varlistentry> 2445 2446 <varlistentry><term>-T|--test</term> 2447 <listitem><para> 2448 Dry run, show what changes would be made but don't touch anything. 2449 </para></listitem> 2450 </varlistentry> 2451 2452 <varlistentry><term>-l|--lock</term> 2453 <listitem><para> 2454 Lock the database while doing the check. 2455 </para></listitem> 2456 </varlistentry> 2457 2458 <varlistentry><term>--reg-version={1,2,3}</term> 2459 <listitem><para> 2460 Specify the format of the registry database. If not given it defaults to 2461 the value of the binary or, if an registry.tdb is explizitly stated at 2462 the commandline, to the value found in the INFO/version record. 2463 </para></listitem> 2464 </varlistentry> 2465 2466 <varlistentry><term>[--db] <DB></term> 2467 <listitem><para> 2468 Check the specified database. 2469 </para></listitem> 2470 </varlistentry> 2471 2472 <varlistentry><term>-o|--output <ODB></term> 2473 <listitem><para> 2474 Create a new registry database <ODB> instead of modifying the 2475 input. If <ODB> is already existing --wipe may be used to 2476 overwrite it. 2477 </para></listitem> 2478 </varlistentry> 2479 2480 <varlistentry><term>--wipe</term> 2481 <listitem><para> 2482 Replace the registry database instead of modifying the input or 2483 overwrite an existing output database. 2484 </para></listitem> 2485 </varlistentry> 2486 2487 <varlistentry><term></term> 2488 <listitem><para> 2489 </para></listitem> 2490 </varlistentry> 2491 </variablelist> 2492 </para> 2493 </refsect3> 2019 2494 2020 2495 </refsect2>
Note:
See TracChangeset
for help on using the changeset viewer.