CVE-2018-1057: s4:dsdb/acl: run password checking only once
[Samba.git] / docs-xml / manpages / net.8.xml
blob155c4fc76d36a7a8ca8203f70b8a87bf99e818c0
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
3 <refentry id="net.8">
5 <refmeta>
6         <refentrytitle>net</refentrytitle>
7         <manvolnum>8</manvolnum>
8         <refmiscinfo class="source">Samba</refmiscinfo>
9         <refmiscinfo class="manual">System Administration tools</refmiscinfo>
10         <refmiscinfo class="version">&doc.version;</refmiscinfo>
11 </refmeta>
14 <refnamediv>
15         <refname>net</refname>
16         <refpurpose>Tool for administration of Samba and remote
17         CIFS servers.
18         </refpurpose>
19 </refnamediv>
21 <refsynopsisdiv>
22         <cmdsynopsis>
23                 <command>net</command>
24                 <arg choice="req">&lt;ads|rap|rpc&gt;</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                 <arg choice="opt">-n myname</arg>
32                 <arg choice="opt">-s conffile</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>
38                 <arg choice="opt">-d debuglevel</arg>
39                 <arg choice="opt">-V</arg>
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>
44         </cmdsynopsis>
45 </refsynopsisdiv>
47 <refsect1>
48         <title>DESCRIPTION</title>
50         <para>This tool is part of the <citerefentry><refentrytitle>samba</refentrytitle>
51         <manvolnum>7</manvolnum></citerefentry> suite.</para>
53         <para>The Samba net utility is meant to work just like the net utility 
54         available for windows and DOS. The first argument should be used 
55         to specify the protocol to use when executing a certain command. 
56         ADS is used for ActiveDirectory, RAP is using for old (Win9x/NT3) 
57         clients and RPC can be used for NT4 and Windows 2000. If this 
58         argument is omitted, net will try to determine it automatically. 
59         Not all commands are available on all protocols.
60         </para>
62 </refsect1>
64 <refsect1>
65         <title>OPTIONS</title>
67         <variablelist>
68                 &stdarg.help;
69                 &stdarg.kerberos;
70                 
71                 <varlistentry>
72                 <term>-w|--workgroup target-workgroup</term>
73                 <listitem><para>
74                 Sets target workgroup or domain. You have to specify 
75                 either this option or the IP address or the name of a server.
76                 </para></listitem>
77                 </varlistentry>
79                 <varlistentry>
80                 <term>-W|--myworkgroup workgroup</term>
81                 <listitem><para>
82                 Sets client workgroup or domain
83                 </para></listitem>
84                 </varlistentry>
86                 <varlistentry>
87                 <term>-U|--user user</term>
88                 <listitem><para>
89                 User name to use
90                 </para></listitem>
91                 </varlistentry>
93                 <varlistentry>
94                 <term>-I|--ipaddress ip-address</term>
95                 <listitem><para>
96                 IP address of target server to use. You have to
97                 specify either this option or a target workgroup or
98                 a target server.
99                 </para></listitem>
100                 </varlistentry>
102                 <varlistentry>
103                 <term>-p|--port port</term>
104                 <listitem><para>
105                 Port on the target server to connect to (usually 139 or 445). 
106                 Defaults to trying 445 first, then 139.
107                 </para></listitem>
108                 </varlistentry>
110                 &stdarg.netbios.name;
112                 <varlistentry>
113                 <term>-S|--server server</term>
114                 <listitem><para>
115                 Name of target server. You should specify either 
116                 this option or a target workgroup or a target IP address.
117                 </para></listitem>
118                 </varlistentry>
120                 <varlistentry>
121                 <term>-l|--long</term>
122                 <listitem><para>
123                 When listing data, give more information on each item.
124                 </para></listitem>
125                 </varlistentry>
127                 <varlistentry>
128                 <term>-v|--verbose</term>
129                 <listitem><para>
130                 When listing data, give more verbose information on each item.
131                 </para></listitem>
132                 </varlistentry>
134                 <varlistentry>
135                 <term>-f|--force</term>
136                 <listitem><para>
137                                 Enforcing a net command.
138                 </para></listitem>
139                 </varlistentry>
141                 <varlistentry>
142                 <term>-P|--machine-pass</term>
143                 <listitem><para>
144                 Make queries to the external server using the machine account of the local server.
145                 </para></listitem>
146                 </varlistentry>
148                 <varlistentry>
149                 <term>--request-timeout 30</term>
150                 <listitem><para>
151                 Let client requests timeout after 30 seconds the default is 10
152                 seconds.
153                 </para></listitem>
154                 </varlistentry>
156                 <varlistentry>
157                 <term>-t|--timeout 30</term>
158                 <listitem><para>
159                                 Set timeout for client operations to 30 seconds.
160                 </para></listitem>
161                 </varlistentry>
163                 <varlistentry>
164                 <term>--use-ccache</term>
165                 <listitem><para>
166                 Try to use the credentials cached by winbind.
167                 </para></listitem>
168                 </varlistentry>
170                 <varlistentry>
171                 <term>-i|--stdin</term>
172                 <listitem><para>
173                                 Take input for net commands from standard input.
174                 </para></listitem>
175                 </varlistentry>
177                 <varlistentry>
178                 <term>--tallocreport</term>
179                 <listitem><para>
180                                 Generate a talloc report while processing a net
181                                 command.
182                 </para></listitem>
183                 </varlistentry>
185                 <varlistentry>
186                 <term>-T|--test</term>
187                 <listitem><para>Only test command sequence, dry-run.
188                 </para></listitem>
189                 </varlistentry>
191                 <varlistentry>
192                 <term>-F|--flags FLAGS</term>
193                 <listitem><para>Pass down integer flags to a net subcommand.
194                 </para></listitem>
195                 </varlistentry>
197                 <varlistentry>
198                 <term>-C|--comment COMMENT</term>
199                 <listitem><para>Pass down a comment string to a net subcommand.
200                 </para></listitem>
201                 </varlistentry>
203                 <varlistentry>
204                 <term>-n|--myname MYNAME</term>
205                 <listitem><para>Use MYNAME as a requester name for a net subcommand.
206                 </para></listitem>
207                 </varlistentry>
209                 <varlistentry>
210                 <term>-c|--container CONTAINER</term>
211                 <listitem><para>Use a specific AD container for net ads operations.
212                 </para></listitem>
213                 </varlistentry>
215                 <varlistentry>
216                 <term>-M|--maxusers MAXUSERS</term>
217                 <listitem><para>Fill in the maxusers field in net rpc share operations.
218                 </para></listitem>
219                 </varlistentry>
221                 <varlistentry>
222                 <term>-r|--reboot</term>
223                 <listitem><para>Reboot a remote machine after a command has been successfully executed (e.g. in remote join operations).
224                 </para></listitem>
225                 </varlistentry>
227                 <!-- Options for net rpc vampire -->
229                 <varlistentry>
230                 <term>--force-full-repl</term>
231                 <listitem><para>
232                                 When calling "net rpc vampire keytab" this option
233                                 enforces a full re-creation of the generated keytab file.
234                 </para></listitem>
235                 </varlistentry>
237                 <varlistentry>
238                 <term>--single-obj-repl</term>
239                 <listitem><para>
240                                 When calling "net rpc vampire keytab" this option
241                                 allows one to replicate just a single object to the generated keytab file.
242                 </para></listitem>
243                 </varlistentry>
245                 <varlistentry>
246                 <term>--clean-old-entries</term>
247                 <listitem><para>
248                                 When calling "net rpc vampire keytab" this option
249                                 allows one to cleanup old entries from the generated keytab file.
250                 </para></listitem>
251                 </varlistentry>
253                 <!-- Options for net idmap -->
255                 <varlistentry>
256                 <term>--db</term>
257                 <listitem><para>Define dbfile for "net idmap" commands.
258                 </para></listitem>
259                 </varlistentry>
261                 <varlistentry>
262                 <term>--lock</term>
263                 <listitem><para>Activates locking of the dbfile for "net idmap check" command.
264                 </para></listitem>
265                 </varlistentry>
267                 <varlistentry>
268                 <term>-a|--auto</term>
269                 <listitem><para>Activates noninteractive mode in "net idmap check".
270                 </para></listitem>
271                 </varlistentry>
273                 <varlistentry>
274                 <term>--repair</term>
275                 <listitem><para>Activates repair mode in "net idmap check".
276                 </para></listitem>
277                 </varlistentry>
279                 <!-- Options for net rpc share migrate -->
281                 <varlistentry>
282                 <term>--acls</term>
283                 <listitem><para>Includes ACLs to be copied in "net rpc share migrate".
284                 </para></listitem>
285                 </varlistentry>
287                 <varlistentry>
288                 <term>--attrs</term>
289                 <listitem><para>Includes file attributes to be copied in "net rpc share migrate".
290                 </para></listitem>
291                 </varlistentry>
293                 <varlistentry>
294                 <term>--timestamps</term>
295                 <listitem><para>Includes timestamps to be copied in "net rpc share migrate".
296                 </para></listitem>
297                 </varlistentry>
299                 <varlistentry>
300                 <term>-X|--exclude DIRECTORY</term>
301                 <listitem><para>Allows one to exclude directories when copying with "net rpc share migrate".
302                 </para></listitem>
303                 </varlistentry>
305                 <varlistentry>
306                 <term>--destination SERVERNAME</term>
307                 <listitem><para>Defines the target servername of migration process (defaults to localhost).
308                 </para></listitem>
309                 </varlistentry>
311                 <!-- Options for net groupmap set -->
313                 <varlistentry>
314                 <term>-L|--local</term>
315                 <listitem><para>Sets the type of group mapping to local
316                                 (used in "net groupmap set").
317                 </para></listitem>
318                 </varlistentry>
320                 <varlistentry>
321                 <term>-D|--domain</term>
322                 <listitem><para>Sets the type of group mapping to domain
323                                 (used in "net groupmap set").
324                 </para></listitem>
325                 </varlistentry>
327                 <varlistentry>
328                 <term>-N|--ntname NTNAME</term>
329                 <listitem><para>Sets the ntname of a group mapping
330                                 (used in "net groupmap set").
331                 </para></listitem>
332                 </varlistentry>
334                 <varlistentry>
335                 <term>-R|--rid RID</term>
336                 <listitem><para>Sets the rid of a group mapping
337                                 (used in "net groupmap set").
338                 </para></listitem>
339                 </varlistentry>
341                 <!-- Options for net registry check -->
343                 <varlistentry>
344                 <term>--reg-version REG_VERSION</term>
345                 <listitem><para>Assume database version {n|1,2,3}
346                                 (used in "net registry check").
347                 </para></listitem>
348                 </varlistentry>
350                 <varlistentry>
351                 <term>-o|--output FILENAME</term>
352                 <listitem><para>Output database file
353                                 (used in "net registry check").
354                 </para></listitem>
355                 </varlistentry>
357                 <varlistentry>
358                 <term>--wipe</term>
359                 <listitem><para>Create a new database from scratch
360                                 (used in "net registry check").
361                 </para></listitem>
362                 </varlistentry>
364                 <!-- Options for net registry import -->
366                 <varlistentry>
367                 <term>--precheck PRECHECK_DB_FILENAME</term>
368                 <listitem><para>Defines filename for database prechecking
369                                 (used in "net registry import").
370                 </para></listitem>
371                 </varlistentry>
373                 <varlistentry>
374                 <term>--no-dns-updates</term>
375                 <listitem><para>Do not perform DNS updates as part of
376                 "net ads join".
377                 </para></listitem>
378                 </varlistentry>
380                 &stdarg.encrypt;
381                 &popt.common.samba.client;
383         </variablelist>
384 </refsect1>
386 <refsect1>
387 <title>COMMANDS</title>
389 <refsect2>
390 <title>CHANGESECRETPW</title>
392 <para>This command allows the Samba machine account password to be set from an external application
393 to a machine account password that has already been stored in Active Directory. DO NOT USE this command
394 unless you know exactly what you are doing. The use of this command requires that the force flag (-f)
395 be used also. There will be NO command prompt. Whatever information is piped into stdin, either by
396 typing at the command line or otherwise, will be stored as the literal machine password. Do NOT use
397 this without care and attention as it will overwrite a legitimate machine password without warning.
398 YOU HAVE BEEN WARNED.
399 </para>
401 </refsect2>
403 <refsect2>
404         <title>TIME</title>
406         <para>The <command>NET TIME</command> command allows you to view the time on a remote server
407         or synchronise the time on the local server with the time on the remote server.</para>
409 <refsect3>
410 <title>TIME</title>
412 <para>Without any options, the <command>NET TIME</command> command 
413 displays the time on the remote server. The remote server must be
414 specified with the -S option.
415 </para>
417 </refsect3>
419 <refsect3>
420 <title>TIME SYSTEM</title>
422 <para>Displays the time on the remote server in a format ready for <command>/bin/date</command>.
423 The remote server must be specified with the -S option.
424 </para>
426 </refsect3>
428 <refsect3>
429 <title>TIME SET</title>
430 <para>Tries to set the date and time of the local server to that on 
431 the remote server using <command>/bin/date</command>.
432 The remote server must be specified with the -S option.
433 </para>
435 </refsect3>
437 <refsect3>
438 <title>TIME ZONE</title>
440 <para>Displays the timezone in hours from GMT on the remote server.
441 The remote server must be specified with the -S option.
442 </para>
444 </refsect3>
445 </refsect2>
447 <refsect2>
448 <title>[RPC|ADS] JOIN [TYPE] [--no-dns-updates] [-U username[%password]]
449 [createupn=UPN] [createcomputer=OU] [machinepass=PASS]
450 [osName=string osVer=string] [options]</title>
452 <para>
453 Join a domain.  If the account already exists on the server, and 
454 [TYPE] is MEMBER, the machine will attempt to join automatically. 
455 (Assuming that the machine has been created in server manager)
456 Otherwise, a password will be prompted for, and a new account may
457 be created.</para>
459 <para>
460 [TYPE] may be PDC, BDC or MEMBER to specify the type of server
461 joining the domain.
462 </para>
464 <para>
465 [UPN] (ADS only) set the principalname attribute during the join.  The default
466 format is host/netbiosname@REALM.
467 </para>
469 <para>
470 [OU] (ADS only) Precreate the computer account in a specific OU.  The
471 OU string reads from top to bottom without RDNs, and is delimited by
472 a '/'.  Please note that '\' is used for escape by both the shell
473 and ldap, so it may need to be doubled or quadrupled to pass through, 
474 and it is not used as a delimiter.
475 </para>
476 <para>
477 [PASS] (ADS only) Set a specific password on the computer account
478 being created by the join.
479 </para>
480 <para>
481 [osName=string osVer=String] (ADS only) Set the operatingSystem and
482 operatingSystemVersion attribute during the join.  Both parameters
483 must be specified for either to take effect.
484 </para>
485 </refsect2>
487 <refsect2>
488 <title>[RPC] OLDJOIN [options]</title>
490 <para>Join a domain. Use the OLDJOIN option to join the domain 
491 using the old style of domain joining - you need to create a trust 
492 account in server manager first.</para>
493 </refsect2>
495 <refsect2>
496 <title>[RPC|ADS] USER</title>
498 <refsect3>
499 <title>[RPC|ADS] USER</title>
501 <para>List all users</para>
503 </refsect3>
505 <refsect3>
506 <title>[RPC|ADS] USER DELETE <replaceable>target</replaceable></title>
508 <para>Delete specified user</para>
510 </refsect3>
512 <refsect3>
513 <title>[RPC|ADS] USER INFO <replaceable>target</replaceable></title>
515 <para>List the domain groups of the specified user.</para>
517 </refsect3>
519 <refsect3>
520 <title>[RPC|ADS] USER RENAME <replaceable>oldname</replaceable> <replaceable>newname</replaceable></title>
522 <para>Rename specified user.</para>
524 </refsect3>
526 <refsect3>
527 <title>[RPC|ADS] USER ADD <replaceable>name</replaceable> [password] [-F user flags] [-C comment]</title>
529 <para>Add specified user.</para>
530 </refsect3>
531 </refsect2>
533 <refsect2>
534 <title>[RPC|ADS] GROUP</title>
536 <refsect3>
537 <title>[RPC|ADS] GROUP [misc options] [targets]</title>
538 <para>List user groups.</para>
539 </refsect3>
541 <refsect3>
542 <title>[RPC|ADS] GROUP DELETE <replaceable>name</replaceable> [misc. options]</title>
544 <para>Delete specified group.</para>
546 </refsect3>
548 <refsect3>
549 <title>[RPC|ADS] GROUP ADD <replaceable>name</replaceable> [-C comment]</title>
551 <para>Create specified group.</para>
553 </refsect3>
554 </refsect2>
556 <refsect2>
557 <title>[RAP|RPC] SHARE</title>
559 <refsect3>
560 <title>[RAP|RPC] SHARE [misc. options] [targets]</title>
562 <para>Enumerates all exported resources (network shares) on target server.</para>
564 </refsect3>
566 <refsect3>
567 <title>[RAP|RPC] SHARE ADD <replaceable>name=serverpath</replaceable> [-C comment] [-M maxusers] [targets]</title>
569 <para>Adds a share from a server (makes the export active). Maxusers 
570 specifies the number of users that can be connected to the 
571 share simultaneously.</para>
573 </refsect3>
575 <refsect3>
576 <title>SHARE DELETE <replaceable>sharename</replaceable></title>
578 <para>Delete specified share.</para>
579 </refsect3>
580 </refsect2>
582 <refsect2>
583 <title>[RPC|RAP] FILE</title>
585 <refsect3>
586 <title>[RPC|RAP] FILE</title>
588 <para>List all open files on remote server.</para>
590 </refsect3>
592 <refsect3>
593 <title>[RPC|RAP] FILE CLOSE <replaceable>fileid</replaceable></title>
595 <para>Close file with specified <replaceable>fileid</replaceable> on 
596 remote server.</para>
598 </refsect3>
600 <refsect3>
601 <title>[RPC|RAP] FILE INFO <replaceable>fileid</replaceable></title>
603 <para>
604 Print information on specified <replaceable>fileid</replaceable>. 
605 Currently listed are: file-id, username, locks, path, permissions.
606 </para>
608 </refsect3>
610 <refsect3>
611 <title>[RAP|RPC] FILE USER <replaceable>user</replaceable></title>
613 <para>
614 List files opened by specified <replaceable>user</replaceable>.
615 Please note that <command>net rap file user</command> does not work
616 against Samba servers. 
617 </para>
619 </refsect3>
621 </refsect2>
623 <refsect2>
624 <title>SESSION</title>
626 <refsect3>
627 <title>RAP SESSION</title>
629 <para>Without any other options, SESSION enumerates all active SMB/CIFS 
630 sessions on the target server.</para>
632 </refsect3>
634 <refsect3>
635 <title>RAP SESSION DELETE|CLOSE <replaceable>CLIENT_NAME</replaceable></title>
637 <para>Close the specified sessions.</para>
639 </refsect3>
641 <refsect3>
642 <title>RAP SESSION INFO <replaceable>CLIENT_NAME</replaceable></title>
644 <para>Give a list with all the open files in specified session.</para>
646 </refsect3>
648 </refsect2>
650 <refsect2>
651 <title>RAP SERVER <replaceable>DOMAIN</replaceable></title>
653 <para>List all servers in specified domain or workgroup. Defaults
654 to local domain.</para>
656 </refsect2>
658 <refsect2>
659 <title>RAP DOMAIN</title>
661 <para>Lists all domains and workgroups visible on the 
662 current network.</para>
664 </refsect2>
666 <refsect2>
667 <title>RAP PRINTQ</title>
669 <refsect3>
670 <title>RAP PRINTQ INFO <replaceable>QUEUE_NAME</replaceable></title>
672 <para>Lists the specified print queue and print jobs on the server.
673 If the <replaceable>QUEUE_NAME</replaceable> is omitted, all 
674 queues are listed.</para>
676 </refsect3>
678 <refsect3>
679 <title>RAP PRINTQ DELETE <replaceable>JOBID</replaceable></title>
681 <para>Delete job with specified id.</para>
683 </refsect3>
685 </refsect2>
687 <refsect2>
688 <title>RAP VALIDATE <replaceable>user</replaceable> [<replaceable>password</replaceable>]</title>
690 <para>
691 Validate whether the specified user can log in to the 
692 remote server. If the password is not specified on the commandline, it 
693 will be prompted. 
694 </para>
696 &not.implemented;
698 </refsect2>
700 <refsect2>
701 <title>RAP GROUPMEMBER</title>
703 <refsect3>
704 <title>RAP GROUPMEMBER LIST <replaceable>GROUP</replaceable></title>
706 <para>List all members of the specified group.</para>
708 </refsect3>
710 <refsect3>
711 <title>RAP GROUPMEMBER DELETE <replaceable>GROUP</replaceable> <replaceable>USER</replaceable></title>
713 <para>Delete member from group.</para>
715 </refsect3>
717 <refsect3>
718 <title>RAP GROUPMEMBER ADD <replaceable>GROUP</replaceable> <replaceable>USER</replaceable></title>
720 <para>Add member to group.</para>
722 </refsect3>
724 </refsect2>
726 <refsect2>
727 <title>RAP ADMIN <replaceable>command</replaceable></title>
729 <para>Execute the specified <replaceable>command</replaceable> on 
730 the remote server. Only works with OS/2 servers.
731 </para>
733 &not.implemented;
735 </refsect2>
737 <refsect2>
738 <title>RAP SERVICE</title>
740 <refsect3>
741 <title>RAP SERVICE START <replaceable>NAME</replaceable> [arguments...]</title>
743 <para>Start the specified service on the remote server. Not implemented yet.</para>
745 &not.implemented;
747 </refsect3>
749 <refsect3>
750 <title>RAP SERVICE STOP</title>
752 <para>Stop the specified service on the remote server.</para>
754 &not.implemented;
756 </refsect3>
758 </refsect2>
760 <refsect2>
761 <title>RAP PASSWORD <replaceable>USER</replaceable> <replaceable>OLDPASS</replaceable> <replaceable>NEWPASS</replaceable></title>
763 <para>
764 Change password of <replaceable>USER</replaceable> from <replaceable>OLDPASS</replaceable> to <replaceable>NEWPASS</replaceable>.
765 </para>
767 </refsect2>
769 <refsect2>
770 <title>LOOKUP</title>
772 <refsect3>
773 <title>LOOKUP HOST <replaceable>HOSTNAME</replaceable> [<replaceable>TYPE</replaceable>]</title>
775 <para>
776 Lookup the IP address of the given host with the specified type (netbios suffix). 
777 The type defaults to 0x20 (workstation).
778 </para>
780 </refsect3>
782 <refsect3>
783 <title>LOOKUP LDAP [<replaceable>DOMAIN</replaceable>]</title>
785 <para>Give IP address of LDAP server of specified <replaceable>DOMAIN</replaceable>. Defaults to local domain.</para>
787 </refsect3>
789 <refsect3>
790 <title>LOOKUP KDC [<replaceable>REALM</replaceable>]</title>
792 <para>Give IP address of KDC for the specified <replaceable>REALM</replaceable>.
793 Defaults to local realm.</para>
795 </refsect3>
797 <refsect3>
798 <title>LOOKUP DC [<replaceable>DOMAIN</replaceable>]</title>
800 <para>Give IP's of Domain Controllers for specified <replaceable>
801 DOMAIN</replaceable>. Defaults to local domain.</para>
803 </refsect3>
805 <refsect3>
806 <title>LOOKUP MASTER <replaceable>DOMAIN</replaceable></title>
808 <para>Give IP of master browser for specified <replaceable>DOMAIN</replaceable>
809 or workgroup. Defaults to local domain.</para>
811 </refsect3>
813 </refsect2>
815 <refsect2>
816 <title>CACHE</title>
818 <para>Samba uses a general caching interface called 'gencache'. It 
819 can be controlled using 'NET CACHE'.</para>
821 <para>All the timeout parameters support the suffixes:
823 <simplelist>
824 <member>s - Seconds</member>
825 <member>m - Minutes</member>
826 <member>h - Hours</member>
827 <member>d - Days</member>
828 <member>w - Weeks</member>
829 </simplelist>
831 </para>
833 <refsect3>
834 <title>CACHE ADD <replaceable>key</replaceable> <replaceable>data</replaceable> <replaceable>time-out</replaceable></title>
836 <para>Add specified key+data to the cache with the given timeout.</para>
838 </refsect3>
840 <refsect3>
841 <title>CACHE DEL <replaceable>key</replaceable></title>
843 <para>Delete key from the cache.</para>
845 </refsect3>
847 <refsect3>
848 <title>CACHE SET <replaceable>key</replaceable> <replaceable>data</replaceable> <replaceable>time-out</replaceable></title>
850 <para>Update data of existing cache entry.</para>
852 </refsect3>
854 <refsect3>
855 <title>CACHE SEARCH <replaceable>PATTERN</replaceable></title>
857 <para>Search for the specified pattern in the cache data.</para>
859 </refsect3>
861 <refsect3>
862 <title>CACHE LIST</title>
864 <para>
865 List all current items in the cache.
866 </para>
868 </refsect3>
870 <refsect3>
871 <title>CACHE FLUSH</title>
873 <para>Remove all the current items from the cache.</para>
875 </refsect3>
877 </refsect2>
879 <refsect2>
880 <title>GETLOCALSID [DOMAIN]</title>
882 <para>Prints the SID of the specified domain, or if the parameter is
883 omitted, the SID of the local server.</para>
885 </refsect2>
887 <refsect2>
888 <title>SETLOCALSID S-1-5-21-x-y-z</title>
890 <para>Sets SID for the local server to the specified SID.</para>
892 </refsect2>
894 <refsect2>
895 <title>GETDOMAINSID</title>
897 <para>Prints the local machine SID and the SID of the current 
898 domain.</para>
900 </refsect2>
902 <refsect2>
903 <title>SETDOMAINSID</title>
905 <para>Sets the SID of the current domain.</para>
907 </refsect2>
909 <refsect2>
910 <title>GROUPMAP</title>
912 <para>Manage the mappings between Windows group SIDs and UNIX groups.
913 Common options include:</para>
915 <itemizedlist>
916 <listitem><para>unixgroup - Name of the UNIX group</para></listitem>
917 <listitem><para>ntgroup - Name of the Windows NT group (must be
918   resolvable to a SID</para></listitem>
919 <listitem><para>rid - Unsigned 32-bit integer</para></listitem>
920 <listitem><para>sid - Full SID in the form of "S-1-..."</para></listitem>
921 <listitem><para>type - Type of the group; either 'domain', 'local',
922   or 'builtin'</para></listitem>
923 <listitem><para>comment - Freeform text description of the group</para></listitem>
924 </itemizedlist>
926 <refsect3>
927 <title>GROUPMAP ADD</title>
929 <para>
930 Add a new group mapping entry:
931 <programlisting>
932 net groupmap add {rid=int|sid=string} unixgroup=string \
933         [type={domain|local}] [ntgroup=string] [comment=string]
934 </programlisting>
935 </para>
937 </refsect3>
939 <refsect3>
940 <title>GROUPMAP DELETE</title>
942 <para>Delete a group mapping entry. If more than one group name matches, the first entry found is deleted.</para>
944 <para>net groupmap delete {ntgroup=string|sid=SID}</para>
946 </refsect3>
948 <refsect3>
949 <title>GROUPMAP MODIFY</title>
951 <para>Update an existing group entry.</para>
953 <para>
954 <programlisting>
955 net groupmap modify {ntgroup=string|sid=SID} [unixgroup=string] \
956        [comment=string] [type={domain|local}]
957 </programlisting>
958 </para>
959 </refsect3>
961 <refsect3>
962 <title>GROUPMAP LIST</title>
964 <para>List existing group mapping entries.</para>
966 <para>net groupmap list [verbose] [ntgroup=string] [sid=SID]</para>
968 </refsect3>
969 </refsect2>
973 <refsect2>
974 <title>MAXRID</title>
976 <para>Prints out the highest RID currently in use on the local
977 server (by the active 'passdb backend').
978 </para>
980 </refsect2>
982 <refsect2>
983 <title>RPC INFO</title>
985 <para>Print information about the domain of the remote server,
986 such as domain name, domain sid and number of users and groups.
987 </para>
989 </refsect2>
991 <refsect2>
992 <title>[RPC|ADS] TESTJOIN</title>
994 <para>Check whether participation in a domain is still valid.</para>
996 </refsect2>
998 <refsect2>
999 <title>[RPC|ADS] CHANGETRUSTPW</title>
1001 <para>Force change of domain trust password.</para>
1003 </refsect2>
1005 <refsect2>
1006 <title>RPC TRUSTDOM</title>
1008 <refsect3>
1009 <title>RPC TRUSTDOM ADD <replaceable>DOMAIN</replaceable></title>
1011 <para>Add a interdomain trust account for <replaceable>DOMAIN</replaceable>. 
1012 This is in fact a Samba account named <replaceable>DOMAIN$</replaceable> 
1013 with the account flag <constant>'I'</constant> (interdomain trust account). 
1014 This is required for incoming trusts to work. It makes Samba be a
1015 trusted domain of the foreign (trusting) domain.
1016 Users of the Samba domain will be made available in the foreign domain.
1017 If the command is used against localhost it has the same effect as 
1018 <command>smbpasswd -a -i DOMAIN</command>. Please note that both commands
1019 expect a appropriate UNIX account. 
1020 </para>
1022 </refsect3>
1024 <refsect3>
1025 <title>RPC TRUSTDOM DEL <replaceable>DOMAIN</replaceable></title>
1027 <para>Remove interdomain trust account for 
1028 <replaceable>DOMAIN</replaceable>. If it is used against localhost 
1029 it has the same effect as <command>smbpasswd -x DOMAIN$</command>. 
1030 </para>
1032 </refsect3>
1034 <refsect3>
1035 <title>RPC TRUSTDOM ESTABLISH <replaceable>DOMAIN</replaceable></title>
1037 <para>
1038 Establish a trust relationship to a trusted domain. 
1039 Interdomain account must already be created on the remote PDC.
1040 This is required for outgoing trusts to work. It makes Samba be a
1041 trusting domain of a foreign (trusted) domain.
1042 Users of the foreign domain will be made available in our domain.
1043 You'll need winbind and a working idmap config to make them
1044 appear in your system.
1045 </para>
1047 </refsect3>
1049 <refsect3>
1050 <title>RPC TRUSTDOM REVOKE <replaceable>DOMAIN</replaceable></title>
1051 <para>Abandon relationship to trusted domain</para>
1053 </refsect3>
1055 <refsect3>
1056 <title>RPC TRUSTDOM LIST</title>
1058 <para>List all interdomain trust relationships.</para>
1060 </refsect3>
1061 </refsect2>
1063 <refsect2>
1064 <title>RPC TRUST</title>
1066 <refsect3>
1067 <title>RPC TRUST CREATE</title>
1069 <para>Create a trust object by calling lsaCreateTrustedDomainEx2.
1070 The can be done on a single server or on two servers at once with the
1071 possibility to use a random trust password.</para>
1073 <variablelist><title>Options:</title>
1074 <varlistentry>
1075 <term>otherserver</term>
1076 <listitem><para>Domain controller of the second domain</para></listitem>
1077 </varlistentry>
1079 <varlistentry>
1080 <term>otheruser</term>
1081 <listitem><para>Admin user in the second domain</para></listitem>
1082 </varlistentry>
1084 <varlistentry>
1085 <term>otherdomainsid</term>
1086 <listitem><para>SID of the second domain</para></listitem>
1087 </varlistentry>
1089 <varlistentry>
1090 <term>other_netbios_domain</term>
1091 <listitem><para>NetBIOS (short) name of the second domain</para></listitem>
1092 </varlistentry>
1094 <varlistentry>
1095 <term>otherdomain</term>
1096 <listitem><para>DNS (full) name of the second domain</para></listitem>
1097 </varlistentry>
1099 <varlistentry>
1100 <term>trustpw</term>
1101 <listitem><para>Trust password</para></listitem>
1102 </varlistentry>
1103 </variablelist>
1105 <variablelist><title>Examples:</title>
1106 <varlistentry>
1107 <term>Create a trust object on srv1.dom1.dom for the domain dom2</term>
1108 <listitem><literallayout>
1109 net rpc trust create \
1110     otherdomainsid=S-x-x-xx-xxxxxxxxxx-xxxxxxxxxx-xxxxxxxxx \
1111     other_netbios_domain=dom2 \
1112     otherdomain=dom2.dom \
1113     trustpw=12345678 \
1114     -S srv1.dom1.dom
1115 </literallayout></listitem>
1116 </varlistentry>
1117 <varlistentry>
1118 <term>Create a trust relationship between dom1 and dom2</term>
1119 <listitem><literallayout>
1120 net rpc trust create \
1121     otherserver=srv2.dom2.test \
1122     otheruser=dom2adm \
1123     -S srv1.dom1.dom
1124 </literallayout></listitem>
1125 </varlistentry>
1126 </variablelist>
1127 </refsect3>
1129 <refsect3>
1130 <title>RPC TRUST DELETE</title>
1132 <para>Delete a trust object by calling lsaDeleteTrustedDomain.
1133 The can be done on a single server or on two servers at once.</para>
1135 <variablelist><title>Options:</title>
1136 <varlistentry>
1137 <term>otherserver</term>
1138 <listitem><para>Domain controller of the second domain</para></listitem>
1139 </varlistentry>
1141 <varlistentry>
1142 <term>otheruser</term>
1143 <listitem><para>Admin user in the second domain</para></listitem>
1144 </varlistentry>
1146 <varlistentry>
1147 <term>otherdomainsid</term>
1148 <listitem><para>SID of the second domain</para></listitem>
1149 </varlistentry>
1150 </variablelist>
1152 <variablelist><title>Examples:</title>
1153 <varlistentry>
1154 <term>Delete a trust object on srv1.dom1.dom for the domain dom2</term>
1155 <listitem><literallayout>
1156 net rpc trust delete \
1157     otherdomainsid=S-x-x-xx-xxxxxxxxxx-xxxxxxxxxx-xxxxxxxxx \
1158     -S srv1.dom1.dom
1159 </literallayout></listitem>
1160 </varlistentry>
1161 <varlistentry>
1162 <term>Delete a trust relationship between dom1 and dom2</term>
1163 <listitem><literallayout>
1164 net rpc trust delete \
1165     otherserver=srv2.dom2.test \
1166     otheruser=dom2adm \
1167     -S srv1.dom1.dom
1168 </literallayout></listitem>
1169 </varlistentry>
1170 </variablelist>
1171 </refsect3>
1173 </refsect2>
1175 <refsect2>
1176 <refsect3>
1177 <title>RPC RIGHTS</title>
1179 <para>This subcommand is used to view and manage Samba's rights assignments (also 
1180 referred to as privileges).  There are three options currently available: 
1181 <parameter>list</parameter>, <parameter>grant</parameter>, and 
1182 <parameter>revoke</parameter>.  More details on Samba's privilege model and its use
1183 can be found in the Samba-HOWTO-Collection.</para>
1185 </refsect3>
1188 </refsect2>
1190 <refsect2>
1191 <title>RPC ABORTSHUTDOWN</title>
1193 <para>Abort the shutdown of a remote server.</para>
1195 </refsect2>
1197 <refsect2>
1198 <title>RPC SHUTDOWN [-t timeout] [-r] [-f] [-C message]</title>
1200 <para>Shut down the remote server.</para>
1202 <variablelist>
1203 <varlistentry>
1204 <term>-r</term>
1205 <listitem><para>
1206 Reboot after shutdown.
1207 </para></listitem>
1208 </varlistentry>
1210 <varlistentry>
1211 <term>-f</term>
1212 <listitem><para>
1213 Force shutting down all applications.
1214 </para></listitem>
1215 </varlistentry>
1217 <varlistentry>
1218 <term>-t timeout</term>
1219 <listitem><para>
1220 Timeout before system will be shut down. An interactive 
1221 user of the system can use this time to cancel the shutdown.
1222 </para></listitem>
1223 </varlistentry>
1225 <varlistentry>
1226 <term>-C message</term>
1227 <listitem><para>Display the specified message on the screen to 
1228 announce the shutdown.</para></listitem>
1229 </varlistentry>
1230 </variablelist>
1232 </refsect2>
1234 <refsect2>
1235 <title>RPC SAMDUMP</title>
1237 <para>Print out sam database of remote server. You need
1238 to run this against the PDC, from a Samba machine joined as a BDC. </para>
1239 </refsect2>
1241 <refsect2>
1242 <title>RPC VAMPIRE</title>
1244 <para>Export users, aliases and groups from remote server to 
1245 local server.  You need to run this against the PDC, from a Samba machine joined as a BDC. 
1246 This vampire command cannot be used against an Active Directory, only
1247 against an NT4 Domain Controller.
1248 </para>
1249 </refsect2>
1251 <refsect2>
1252 <title>RPC VAMPIRE KEYTAB</title>
1254 <para>Dump remote SAM database to local Kerberos keytab file.
1255 </para>
1256 </refsect2>
1258 <refsect2>
1259 <title>RPC VAMPIRE LDIF</title>
1261 <para>Dump remote SAM database to local LDIF file or standard output.
1262 </para>
1263 </refsect2>
1265 <refsect2>
1266 <title>RPC GETSID</title>
1268 <para>Fetch domain SID and store it in the local <filename>secrets.tdb</filename>. </para>
1270 </refsect2>
1272 <refsect2>
1273 <title>ADS LEAVE</title>
1275 <para>Make the remote host leave the domain it is part of. </para>
1277 </refsect2>
1279 <refsect2>
1280 <title>ADS STATUS</title>
1282 <para>Print out status of machine account of the local machine in ADS.
1283 Prints out quite some debug info. Aimed at developers, regular 
1284 users should use <command>NET ADS TESTJOIN</command>.</para>
1286 </refsect2>
1288 <refsect2>
1289 <title>ADS PRINTER</title>
1291 <refsect3>
1292 <title>ADS PRINTER INFO [<replaceable>PRINTER</replaceable>] [<replaceable>SERVER</replaceable>]</title>
1294 <para>
1295 Lookup info for <replaceable>PRINTER</replaceable> on <replaceable>SERVER</replaceable>. The printer name defaults to "*", the 
1296 server name defaults to the local host.</para>
1298 </refsect3>
1300 <refsect3>
1301 <title>ADS PRINTER PUBLISH <replaceable>PRINTER</replaceable></title>
1303 <para>Publish specified printer using ADS.</para>
1305 </refsect3>
1307 <refsect3>
1308 <title>ADS PRINTER REMOVE <replaceable>PRINTER</replaceable></title>
1310 <para>Remove specified printer from ADS directory.</para>
1312 </refsect3>
1314 </refsect2>
1316 <refsect2>
1317 <title>ADS SEARCH <replaceable>EXPRESSION</replaceable> <replaceable>ATTRIBUTES...</replaceable></title>
1319 <para>Perform a raw LDAP search on a ADS server and dump the results. The 
1320 expression is a standard LDAP search expression, and the 
1321 attributes are a list of LDAP fields to show in the results.</para>
1323 <para>Example: <userinput>net ads search '(objectCategory=group)' sAMAccountName</userinput>
1324 </para>
1326 </refsect2>
1328 <refsect2>
1329 <title>ADS DN <replaceable>DN</replaceable> <replaceable>(attributes)</replaceable></title>
1331 <para>
1332 Perform a raw LDAP search on a ADS server and dump the results. The 
1333 DN standard LDAP DN, and the attributes are a list of LDAP fields 
1334 to show in the result. 
1335 </para>
1337 <para>Example: <userinput>net ads dn 'CN=administrator,CN=Users,DC=my,DC=domain' SAMAccountName</userinput></para>
1339 </refsect2>
1341 <refsect2>
1342 <title>ADS KEYTAB <replaceable>CREATE</replaceable></title>
1344 <para>
1345 Creates a new keytab file if one doesn't exist with default entries. Default
1346 entries are kerberos principals created from the machinename of the
1347 client, the UPN (if it exists) and any Windows SPN(s) associated with the
1348 computer AD account for the client. If a keytab file already exists then only
1349 missing kerberos principals from the default entries are added. No changes
1350 are made to the computer AD account.
1351 </para>
1352 </refsect2>
1354 <refsect2>
1355 <title>ADS KEYTAB <replaceable>ADD</replaceable> <replaceable>(principal | machine | serviceclass | windows SPN</replaceable></title>
1357 <para>
1358 Adds a new keytab entry, the entry can be either;
1359   <variablelist>
1360     <varlistentry><term>kerberos principal</term>
1361     <listitem><para>
1362       A kerberos principal (identified by the presence of '@') is just
1363       added to the keytab file.
1364     </para></listitem>
1365     </varlistentry>
1366     <varlistentry><term>machinename</term>
1367     <listitem><para>
1368       A machinename (identified by the trailing '$') is used to create a
1369       a kerberos principal 'machinename@realm' which is added to the
1370       keytab file.
1371     </para></listitem>
1372     </varlistentry>
1373     <varlistentry><term>serviceclass</term>
1374     <listitem><para>
1375     A serviceclass (such as 'cifs', 'html' etc.) is used to create a pair
1376     of kerberos principals 'serviceclass/fully_qualified_dns_name@realm' &amp;
1377     'serviceclass/netbios_name@realm' which are added to the keytab file.
1378     </para></listitem>
1379     </varlistentry>
1380     <varlistentry><term>Windows SPN</term>
1381     <listitem><para>
1382     A Windows SPN is of the format 'serviceclass/host:port', it is used to
1383     create a kerberos principal 'serviceclass/host@realm' which will
1384     be written to the keytab file.
1385     </para></listitem>
1386     </varlistentry>
1387   </variablelist>
1388 </para>
1389 <para>
1390 Unlike old versions no computer AD objects are modified by this command. To
1391 preserve the bevhaviour of older clients 'net ads keytab ad_update_ads' is
1392 available.
1393 </para>
1394 </refsect2>
1396 <refsect2>
1397 <title>ADS KEYTAB <replaceable>ADD_UPDATE_ADS</replaceable> <replaceable>(principal | machine | serviceclass | windows SPN</replaceable></title>
1399 <para>
1400 Adds a new keytab entry (see section for net ads keytab add). In addition to
1401 adding entries to the keytab file corrosponding Windows SPNs are created
1402 from the entry passed to this command. These SPN(s) added to the AD computer
1403 account object associated with the client machine running this command for
1404 the following entry types;
1405   <variablelist>
1406     <varlistentry><term>serviceclass</term>
1407     <listitem><para>
1408     A serviceclass (such as 'cifs', 'html' etc.) is used to create a
1409     pair of Windows SPN(s) 'param/full_qualified_dns' &amp;
1410     'param/netbios_name' which are added to the AD computer account object
1411    for this client.
1412     </para></listitem>
1413     </varlistentry>
1414     <varlistentry><term>Windows SPN</term>
1415     <listitem><para>
1416     A Windows SPN is of the format 'serviceclass/host:port', it is
1417     added as passed to the AD computer account object for this client.
1418     </para></listitem>
1419     </varlistentry>
1420   </variablelist>
1421 </para>
1422 </refsect2>
1424 <refsect2>
1425 <title>ADS setspn <replaceable>SETSPN LIST [machine]</replaceable></title>
1427 <para>
1428    Lists the Windows SPNs stored in the 'machine' Windows AD Computer object.
1429    If 'machine' is not specified then computer account for this client is used
1430    instead.
1431 </para>
1432 </refsect2>
1434 <refsect2>
1435 <title>ADS setspn <replaceable>SETSPN ADD SPN [machine]</replaceable></title>
1437 <para>
1438    Adds the specified Windows SPN to the 'machine' Windows AD Computer object.
1439    If 'machine' is not specified then computer account for this client is used
1440    instead.
1441 </para>
1442 </refsect2>
1445 <refsect2>
1446 <title>ADS setspn <replaceable>SETSPN DELETE SPN [machine]</replaceable></title>
1448 <para>
1449    DELETE the specified Window SPN from the 'machine' Windows AD Computer
1450    object. If 'machine' is not specified then computer account for this
1451    client is used
1452    instead.
1453 </para>
1455 </refsect2>
1457 <refsect2>
1458 <title>ADS WORKGROUP</title>
1460 <para>Print out workgroup name for specified kerberos realm.</para>
1462 </refsect2>
1464 <refsect2>
1465         <title>ADS ENCTYPES</title>
1467 <para>
1468         List, modify or delete the value of the "msDS-SupportedEncryptionTypes" attribute of an account in AD.
1469 </para>
1471 <para>
1472         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:
1473 </para>
1475 <para>0x00000001 DES-CBC-CRC</para>
1476 <para>0x00000002 DES-CBC-MD5</para>
1477 <para>0x00000004 RC4-HMAC</para>
1478 <para>0x00000008 AES128-CTS-HMAC-SHA1-96</para>
1479 <para>0x00000010 AES256-CTS-HMAC-SHA1-96</para>
1481 </refsect2>
1483 <refsect2>
1484         <title>ADS ENCTYPES LIST <replaceable>&lt;ACCOUNTNAME&gt;</replaceable></title>
1486 <para>
1487         List the value of the "msDS-SupportedEncryptionTypes" attribute of a given account.
1488 </para>
1490 <para>Example: <userinput>net ads enctypes list Computername</userinput></para>
1492 </refsect2>
1494 <refsect2>
1495         <title>ADS ENCTYPES SET <replaceable>&lt;ACCOUNTNAME&gt;</replaceable> <replaceable>[enctypes]</replaceable></title>
1497 <para>
1498         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.
1499 </para>
1501 <para>Example: <userinput>net ads enctypes set Computername 24</userinput></para>
1503 </refsect2>
1505 <refsect2>
1506         <title>ADS ENCTYPES DELETE <replaceable>&lt;ACCOUNTNAME&gt;</replaceable></title>
1508 <para>
1509         Deletes the "msDS-SupportedEncryptionTypes" attribute of the LDAP object of ACCOUNTNAME.
1510 </para>
1512 <para>Example: <userinput>net ads enctypes set Computername 24</userinput></para>
1514 </refsect2>
1517 <refsect2>
1518 <title>SAM CREATEBUILTINGROUP &lt;NAME&gt;</title>
1520 <para>
1521 (Re)Create a BUILTIN group.
1522 Only a wellknown set of BUILTIN groups can be created with this command.
1523 This is the list of currently recognized group names: Administrators,
1524 Users, Guests, Power Users, Account Operators, Server Operators, Print
1525 Operators, Backup Operators, Replicator, RAS Servers, Pre-Windows 2000
1526 compatible Access.
1528 This command requires a running Winbindd with idmap allocation properly
1529 configured. The group gid will be allocated out of the winbindd range.
1530 </para>
1532 </refsect2>
1534 <refsect2>
1535 <title>SAM CREATELOCALGROUP &lt;NAME&gt;</title>
1537 <para>
1538 Create a LOCAL group (also known as Alias).
1540 This command requires a running Winbindd with idmap allocation properly
1541 configured. The group gid will be allocated out of the winbindd range.
1542 </para>
1544 </refsect2>
1546 <refsect2>
1547 <title>SAM DELETELOCALGROUP &lt;NAME&gt;</title>
1549 <para>
1550 Delete an existing LOCAL group (also known as Alias).
1552 </para>
1554 </refsect2>
1556 <refsect2>
1557 <title>SAM MAPUNIXGROUP &lt;NAME&gt;</title>
1559 <para>
1560 Map an existing Unix group and make it a Domain Group, the domain group
1561 will have the same name.
1562 </para>
1564 </refsect2>
1566 <refsect2>
1567 <title>SAM UNMAPUNIXGROUP &lt;NAME&gt;</title>
1569 <para>
1570 Remove an existing group mapping entry.
1571 </para>
1573 </refsect2>
1575 <refsect2>
1576 <title>SAM ADDMEM &lt;GROUP&gt; &lt;MEMBER&gt;</title>
1578 <para>
1579 Add a member to a Local group. The group can be specified only by name,
1580 the member can be specified by name or SID.
1581 </para>
1583 </refsect2>
1585 <refsect2>
1586 <title>SAM DELMEM  &lt;GROUP&gt; &lt;MEMBER&gt;</title>
1588 <para>
1589 Remove a member from a Local group. The group and the member must be
1590 specified by name.
1591 </para>
1593 </refsect2>
1595 <refsect2>
1596 <title>SAM LISTMEM &lt;GROUP&gt;</title>
1598 <para>
1599 List Local group members. The group must be specified by name.
1600 </para>
1602 </refsect2>
1604 <refsect2>
1605 <title>SAM LIST &lt;users|groups|localgroups|builtin|workstations&gt; [verbose]</title>
1607 <para>
1608 List the specified set of accounts by name. If verbose is specified,
1609 the rid and description is also provided for each account.
1610 </para>
1612 </refsect2>
1614 <refsect2>
1615 <title>SAM RIGHTS LIST</title>
1617 <para>
1618 List all available privileges.
1619 </para>
1621 </refsect2>
1623 <refsect2>
1624 <title>SAM RIGHTS GRANT &lt;NAME&gt; &lt;PRIVILEGE&gt;</title>
1626 <para>
1627 Grant one or more privileges to a user.
1628 </para>
1630 </refsect2>
1632 <refsect2>
1633 <title>SAM RIGHTS REVOKE &lt;NAME&gt; &lt;PRIVILEGE&gt;</title>
1635 <para>
1636 Revoke one or more privileges from a user.
1637 </para>
1639 </refsect2>
1641 <refsect2>
1642 <title>SAM SHOW &lt;NAME&gt;</title>
1644 <para>
1645 Show the full DOMAIN\\NAME the SID and the type for the corresponding
1646 account.
1647 </para>
1649 </refsect2>
1651 <refsect2>
1652 <title>SAM SET HOMEDIR &lt;NAME&gt; &lt;DIRECTORY&gt;</title>
1654 <para>
1655 Set the home directory for a user account.
1656 </para>
1658 </refsect2>
1660 <refsect2>
1661 <title>SAM SET PROFILEPATH &lt;NAME&gt; &lt;PATH&gt;</title>
1663 <para>
1664 Set the profile path for a user account.
1665 </para>
1667 </refsect2>
1669 <refsect2>
1670 <title>SAM SET COMMENT &lt;NAME&gt; &lt;COMMENT&gt;</title>
1672 <para>
1673 Set the comment for a user or group account.
1674 </para>
1676 </refsect2>
1678 <refsect2>
1679 <title>SAM SET FULLNAME &lt;NAME&gt; &lt;FULL NAME&gt;</title>
1681 <para>
1682 Set the full name for a user account.
1683 </para>
1685 </refsect2>
1687 <refsect2>
1688 <title>SAM SET LOGONSCRIPT &lt;NAME&gt; &lt;SCRIPT&gt;</title>
1690 <para>
1691 Set the logon script for a user account.
1692 </para>
1694 </refsect2>
1696 <refsect2>
1697 <title>SAM SET HOMEDRIVE &lt;NAME&gt; &lt;DRIVE&gt;</title>
1699 <para>
1700 Set the home drive for a user account.
1701 </para>
1703 </refsect2>
1705 <refsect2>
1706 <title>SAM SET WORKSTATIONS &lt;NAME&gt; &lt;WORKSTATIONS&gt;</title>
1708 <para>
1709 Set the workstations a user account is allowed to log in from.
1710 </para>
1712 </refsect2>
1714 <refsect2>
1715 <title>SAM SET DISABLE &lt;NAME&gt;</title>
1717 <para>
1718 Set the "disabled" flag for a user account.
1719 </para>
1721 </refsect2>
1723 <refsect2>
1724 <title>SAM SET PWNOTREQ &lt;NAME&gt;</title>
1726 <para>
1727 Set the "password not required" flag for a user account.
1728 </para>
1730 </refsect2>
1732 <refsect2>
1733 <title>SAM SET AUTOLOCK &lt;NAME&gt;</title>
1735 <para>
1736 Set the "autolock" flag for a user account.
1737 </para>
1739 </refsect2>
1741 <refsect2>
1742 <title>SAM SET PWNOEXP &lt;NAME&gt;</title>
1744 <para>
1745 Set the "password do not expire" flag for a user account.
1746 </para>
1748 </refsect2>
1750 <refsect2>
1751 <title>SAM SET PWDMUSTCHANGENOW &lt;NAME&gt; [yes|no]</title>
1753 <para>
1754 Set or unset the "password must change" flag for a user account.
1755 </para>
1757 </refsect2>
1759 <refsect2>
1760 <title>SAM POLICY LIST</title>
1762 <para>
1763 List the available account policies.
1764 </para>
1766 </refsect2>
1768 <refsect2>
1769 <title>SAM POLICY SHOW &lt;account policy&gt;</title>
1771 <para>
1772 Show the account policy value.
1773 </para>
1775 </refsect2>
1777 <refsect2>
1778 <title>SAM POLICY SET &lt;account policy&gt; &lt;value&gt;</title>
1780 <para>
1781 Set a value for the account policy.
1782 Valid values can be: "forever", "never", "off", or a number.
1783 </para>
1785 </refsect2>
1787 <refsect2>
1788 <title>SAM PROVISION</title>
1790 <para>
1791 Only available if ldapsam:editposix is set and winbindd is running.
1792 Properly populates the ldap tree with the basic accounts (Administrator)
1793 and groups (Domain Users, Domain Admins, Domain Guests) on the ldap tree.
1794 </para>
1796 </refsect2>
1798 <refsect2>
1799 <title>IDMAP DUMP &lt;local tdb file name&gt;</title>
1801 <para>
1802 Dumps the mappings contained in the local tdb file specified.
1803 This command is useful to dump only the mappings produced by the idmap_tdb backend.
1804 </para>
1806 </refsect2>
1808 <refsect2>
1809 <title>IDMAP RESTORE [input file]</title>
1811 <para>
1812 Restore the mappings from the specified file or stdin.
1813 </para>
1815 </refsect2>
1817 <refsect2>
1818 <title>IDMAP SET SECRET &lt;DOMAIN&gt; &lt;secret&gt;</title>
1820 <para>
1821 Store a secret for the specified domain, used primarily for domains
1822 that use idmap_ldap as a backend. In this case the secret is used
1823 as the password for the user DN used to bind to the ldap server.
1824 </para>
1826 </refsect2>
1828 <refsect2>
1829 <title>IDMAP SET RANGE &lt;RANGE&gt; &lt;SID&gt; [index] [--db=&lt;DB&gt;]</title>
1831 <para>
1832 Store a domain-range mapping for a given domain (and index) in autorid database.
1833 </para>
1835 </refsect2>
1837 <refsect2>
1838 <title>IDMAP SET CONFIG &lt;config&gt; [--db=&lt;DB&gt;]</title>
1840 <para>
1841 Update CONFIG entry in autorid database.
1842 </para>
1844 </refsect2>
1846 <refsect2>
1847 <title>IDMAP GET RANGE &lt;SID&gt; [index] [--db=&lt;DB&gt;]</title>
1849 <para>
1850 Get the range for a given domain and index from autorid database.
1851 </para>
1853 </refsect2>
1855 <refsect2>
1856 <title>IDMAP GET RANGES [&lt;SID&gt;] [--db=&lt;DB&gt;]</title>
1858 <para>
1859 Get ranges for all domains or for one identified by given SID.
1860 </para>
1862 </refsect2>
1864 <refsect2>
1865 <title>IDMAP GET CONFIG [--db=&lt;DB&gt;]</title>
1867 <para>
1868 Get CONFIG entry from autorid database.
1869 </para>
1871 </refsect2>
1873 <refsect2>
1875 <title>IDMAP DELETE MAPPING [-f] [--db=&lt;DB&gt;] &lt;ID&gt;</title>
1877 <para>
1878 Delete a mapping sid &lt;-&gt; gid or sid &lt;-&gt; uid from the IDMAP database.
1879 The mapping is given by &lt;ID&gt; which may either be a sid: S-x-..., a gid: "GID number" or a uid: "UID number".
1880 Use -f to delete an invalid partial mapping &lt;ID&gt; -&gt; xx
1881 </para>
1882 <para>
1883   Use "smbcontrol all idmap ..." to notify running smbd instances.
1884   See the <citerefentry><refentrytitle>smbcontrol</refentrytitle>
1885   <manvolnum>1</manvolnum></citerefentry> manpage for details.
1886 </para>
1887 </refsect2>
1889 <refsect2>
1890 <title>IDMAP DELETE RANGE [-f] [--db=&lt;TDB&gt;] &lt;RANGE&gt;|(&lt;SID&gt; [&lt;INDEX&gt;])</title>
1892 <para>
1893 Delete a domain range mapping identified by 'RANGE' or "domain SID and INDEX" from autorid database.
1894 Use -f to delete invalid mappings.
1895 </para>
1897 </refsect2>
1899 <refsect2>
1900 <title>IDMAP DELETE RANGES [-f] [--db=&lt;TDB&gt;] &lt;SID&gt;</title>
1902 <para>
1903 Delete all domain range mappings for a domain identified by SID.
1904 Use -f to delete invalid mappings.
1905 </para>
1907 </refsect2>
1909 <refsect2>
1911 <title>IDMAP CHECK [-v] [-r] [-a] [-T] [-f] [-l] [--db=&lt;DB&gt;]</title>
1913 <para>
1914   Check and repair the IDMAP database. If no option is given a read only check
1915   of the database is done. Among others an interactive or automatic repair mode
1916   may be chosen with one of the following options:
1918   <variablelist>
1919     <varlistentry><term>-r|--repair</term>
1920     <listitem><para>
1921       Interactive repair mode, ask a lot of questions.
1922     </para></listitem>
1923     </varlistentry>
1925     <varlistentry><term>-a|--auto</term>
1926     <listitem><para>
1927       Noninteractive repair mode, use default answers.
1928     </para></listitem>
1929     </varlistentry>
1931     <varlistentry><term>-v|--verbose</term>
1932       <listitem><para>
1933         Produce more output.
1934       </para></listitem>
1935     </varlistentry>
1937     <varlistentry><term>-f|--force</term>
1938       <listitem><para>
1939         Try to apply changes, even if they do not apply cleanly.
1940       </para></listitem>
1941     </varlistentry>
1943     <varlistentry><term>-T|--test</term>
1944       <listitem><para>
1945         Dry run, show what changes would be made but don't touch anything.
1946       </para></listitem>
1947     </varlistentry>
1949     <varlistentry><term>-l|--lock</term>
1950       <listitem><para>
1951         Lock the database while doing the check.
1952       </para></listitem>
1953     </varlistentry>
1955     <varlistentry><term>--db &lt;DB&gt;</term>
1956       <listitem><para>
1957         Check the specified database.
1958       </para></listitem>
1959     </varlistentry>
1960     <varlistentry><term></term>
1961       <listitem><para>
1962       </para></listitem>
1963     </varlistentry>
1964   </variablelist>
1966   It reports about the finding of the following errors:
1968   <variablelist>
1969     <varlistentry><term>Missing reverse mapping:</term>
1970     <listitem><para>
1971       A record with mapping A-&gt;B where there is no B-&gt;A. Default action
1972       in repair mode is to "fix" this by adding the reverse mapping.
1973     </para></listitem>
1974     </varlistentry>
1976     <varlistentry><term>Invalid mapping:</term>
1977     <listitem><para>
1978       A record with mapping A-&gt;B where B-&gt;C. Default action
1979       is to "delete" this record.
1980     </para></listitem>
1981   </varlistentry>
1983   <varlistentry><term>Missing or invalid HWM:</term>
1984     <listitem><para>
1985       A high water mark is not at least equal to the largest ID in the
1986       database. Default action is to "fix" this by setting it to the
1987       largest ID found +1.
1988     </para></listitem>
1989   </varlistentry>
1991   <varlistentry><term>Invalid record:</term>
1992     <listitem><para>
1993       Something we failed to parse. Default action is to "edit" it
1994       in interactive and "delete" it in automatic mode.
1995     </para></listitem>
1996   </varlistentry>
1997 </variablelist>
1998 </para>
1999 </refsect2>
2002 <refsect2>
2003 <title>USERSHARE</title>
2005 <para>Starting with version 3.0.23, a Samba server now supports the ability for
2006 non-root users to add user defined shares to be exported using the "net usershare"
2007 commands.
2008 </para>
2010 <para>
2011 To set this up, first set up your smb.conf by adding to the [global] section:
2013 usershare path = /usr/local/samba/lib/usershares
2015 Next create the directory /usr/local/samba/lib/usershares, change the owner to root and
2016 set the group owner to the UNIX group who should have the ability to create usershares,
2017 for example a group called "serverops".
2019 Set the permissions on /usr/local/samba/lib/usershares to 01770.
2021 (Owner and group all access, no access for others, plus the sticky bit,
2022 which means that a file in that directory can be renamed or deleted only
2023 by the owner of the file).
2025 Finally, tell smbd how many usershares you will allow by adding to the [global]
2026 section of smb.conf a line such as :
2028 usershare max shares = 100.
2030 To allow 100 usershare definitions. Now, members of the UNIX group "serverops"
2031 can create user defined shares on demand using the commands below.
2032 </para>
2034 <para>The usershare commands are:
2036 <simplelist>
2037 <member>net usershare add sharename path [comment [acl] [guest_ok=[y|n]]] - to add or change a user defined share.</member>
2038 <member>net usershare delete sharename - to delete a user defined share.</member>
2039 <member>net usershare info [-l|--long] [wildcard sharename] - to print info about a user defined share.</member>
2040 <member>net usershare list [-l|--long] [wildcard sharename] - to list user defined shares.</member>
2041 </simplelist>
2043 </para>
2045 <refsect3>
2046 <title>USERSHARE ADD <replaceable>sharename</replaceable> <replaceable>path</replaceable> <replaceable>[comment]</replaceable> <replaceable>[acl]</replaceable> <replaceable>[guest_ok=[y|n]]</replaceable></title>
2048 <para>
2049 Add or replace a new user defined share, with name "sharename".
2050 </para>
2052 <para>
2053 "path" specifies the absolute pathname on the system to be exported.
2054 Restrictions may be put on this, see the global smb.conf parameters:
2055 "usershare owner only", "usershare prefix allow list", and
2056 "usershare prefix deny list".
2057 </para>
2059 <para>
2060 The optional "comment" parameter is the comment that will appear
2061 on the share when browsed to by a client.
2062 </para>
2064 <para>The optional "acl" field
2065 specifies which users have read and write access to the entire share.
2066 Note that guest connections are not allowed unless the smb.conf parameter
2067 "usershare allow guests" has been set. The definition of a user
2068 defined share acl is: "user:permission", where user is a valid
2069 username on the system and permission can be "F", "R", or "D".
2070 "F" stands for "full permissions", ie. read and write permissions.
2071 "D" stands for "deny" for a user, ie. prevent this user from accessing
2072 this share.
2073 "R" stands for "read only", ie. only allow read access to this
2074 share (no creation of new files or directories or writing to files).
2075 </para>
2077 <para>
2078 The default if no "acl" is given is "Everyone:R", which means any 
2079 authenticated user has read-only access.
2080 </para>
2082 <para>
2083 The optional "guest_ok" has the same effect as the parameter of the
2084 same name in smb.conf, in that it allows guest access to this user
2085 defined share. This parameter is only allowed if the global parameter
2086 "usershare allow guests" has been set to true in the smb.conf.
2087 </para>
2089 There is no separate command to modify an existing user defined share,
2090 just use the "net usershare add [sharename]" command using the same
2091 sharename as the one you wish to modify and specify the new options
2092 you wish. The Samba smbd daemon notices user defined share modifications
2093 at connect time so will see the change immediately, there is no need
2094 to restart smbd on adding, deleting or changing a user defined share.
2095 </refsect3>
2097 <refsect3>
2098 <title>USERSHARE DELETE <replaceable>sharename</replaceable></title>
2100 <para>
2101 Deletes the user defined share by name. The Samba smbd daemon
2102 immediately notices this change, although it will not disconnect
2103 any users currently connected to the deleted share.
2104 </para>
2106 </refsect3>
2108 <refsect3>
2109 <title>USERSHARE INFO <replaceable>[-l|--long]</replaceable> <replaceable>[wildcard sharename]</replaceable></title>
2111 <para>
2112 Get info on user defined shares owned by the current user matching the given pattern, or all users.
2113 </para>
2115 <para>
2116 net usershare info on its own dumps out info on the user defined shares that were
2117 created by the current user, or restricts them to share names that match the given
2118 wildcard pattern ('*' matches one or more characters, '?' matches only one character).
2119 If the '-l' or '--long' option is also given, it prints out info on user defined
2120 shares created by other users.
2121 </para>
2123 <para>
2124 The information given about a share looks like:
2126 [foobar]
2127 path=/home/jeremy
2128 comment=testme
2129 usershare_acl=Everyone:F
2130 guest_ok=n
2132 And is a list of the current settings of the user defined share that can be
2133 modified by the "net usershare add" command.
2134 </para>
2136 </refsect3>
2138 <refsect3>
2139 <title>USERSHARE LIST <replaceable>[-l|--long]</replaceable> <replaceable>wildcard sharename</replaceable></title>
2141 <para>
2142 List all the user defined shares owned by the current user matching the given pattern, or all users.
2143 </para>
2145 <para>
2146 net usershare list on its own list out the names of the user defined shares that were
2147 created by the current user, or restricts the list to share names that match the given
2148 wildcard pattern ('*' matches one or more characters, '?' matches only one character).
2149 If the '-l' or '--long' option is also given, it includes the names of user defined
2150 shares created by other users.
2151 </para>
2153 </refsect3>
2155 </refsect2>
2157 <refsect2>
2158 <title>[RPC] CONF</title>
2160 <para>Starting with version 3.2.0, a Samba server can be configured by data
2161 stored in registry. This configuration data can be edited with the new "net
2162 conf" commands. There is also the possibility to configure a remote Samba server
2163 by enabling the RPC conf mode and specifying the address of the remote server.
2164 </para>
2166 <para>
2167 The deployment of this configuration data can be activated in two levels from the
2168 <emphasis>smb.conf</emphasis> file: Share definitions from registry are
2169 activated by setting <parameter>registry shares</parameter> to
2170 <quote>yes</quote> in the [global] section and global configuration options are
2171 activated by setting <smbconfoption name="include">registry</smbconfoption> in
2172 the [global] section for a mixed configuration or by setting
2173 <smbconfoption name="config backend">registry</smbconfoption> in the [global]
2174 section for a registry-only configuration.
2175 See the <citerefentry><refentrytitle>smb.conf</refentrytitle>
2176 <manvolnum>5</manvolnum></citerefentry> manpage for details.
2177 </para>
2179 <para>The conf commands are:
2180 <simplelist>
2181 <member>net [rpc] conf list - Dump the complete configuration in smb.conf like
2182 format.</member>
2183 <member>net [rpc] conf import - Import configuration from file in smb.conf
2184 format.</member>
2185 <member>net [rpc] conf listshares - List the registry shares.</member>
2186 <member>net [rpc] conf drop - Delete the complete configuration from
2187 registry.</member>
2188 <member>net [rpc] conf showshare - Show the definition of a registry share.</member>
2189 <member>net [rpc] conf addshare - Create a new registry share.</member>
2190 <member>net [rpc] conf delshare - Delete a registry share.</member>
2191 <member>net [rpc] conf setparm - Store a parameter.</member>
2192 <member>net [rpc] conf getparm - Retrieve the value of a parameter.</member>
2193 <member>net [rpc] conf delparm - Delete a parameter.</member>
2194 <member>net [rpc] conf getincludes - Show the includes of a share definition.</member>
2195 <member>net [rpc] conf setincludes - Set includes for a share.</member>
2196 <member>net [rpc] conf delincludes - Delete includes from a share definition.</member>
2197 </simplelist>
2198 </para>
2200 <refsect3>
2201 <title>[RPC] CONF LIST</title>
2203 <para>
2204 Print the configuration data stored in the registry in a smb.conf-like format to
2205 standard output.
2206 </para>
2207 </refsect3>
2209 <refsect3>
2210 <title>[RPC] CONF IMPORT <replaceable>[--test|-T]</replaceable> <replaceable>filename</replaceable> <replaceable>[section]</replaceable></title>
2212 <para>
2213 This command imports configuration from a file in smb.conf format.
2214 If a section encountered in the input file is present in registry,
2215 its contents is replaced. Sections of registry configuration that have
2216 no counterpart in the input file are not affected. If you want to delete these,
2217 you will have to use the "net conf drop" or "net conf delshare" commands.
2218 Optionally, a section may be specified to restrict the effect of the
2219 import command to that specific section. A test mode is enabled by specifying
2220 the parameter "-T" on the commandline. In test mode, no changes are made to the
2221 registry, and the resulting configuration is printed to standard output instead.
2222 </para>
2223 </refsect3>
2225 <refsect3>
2226 <title>[RPC] CONF LISTSHARES</title>
2228 <para>
2229 List the names of the shares defined in registry.
2230 </para>
2231 </refsect3>
2233 <refsect3>
2234 <title>[RPC] CONF DROP</title>
2236 <para>
2237 Delete the complete configuration data from registry.
2238 </para>
2239 </refsect3>
2241 <refsect3>
2242 <title>[RPC] CONF SHOWSHARE <replaceable>sharename</replaceable></title>
2244 <para>
2245 Show the definition of the share or section specified. It is valid to specify
2246 "global" as sharename to retrieve the global configuration options from
2247 registry.
2248 </para>
2249 </refsect3>
2251 <refsect3>
2252 <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>
2254 <para>Create a new share definition in registry.
2255 The sharename and path have to be given. The share name may
2256 <emphasis>not</emphasis> be "global". Optionally, values for the very
2257 common options "writeable", "guest ok" and a "comment" may be specified.
2258 The same result may be obtained by a sequence of "net conf setparm"
2259 commands.
2260 </para>
2261 </refsect3>
2263 <refsect3>
2264 <title>[RPC] CONF DELSHARE <replaceable>sharename</replaceable></title>
2266 <para>
2267 Delete a share definition from registry.
2268 </para>
2269 </refsect3>
2271 <refsect3>
2272 <title>[RPC] CONF SETPARM <replaceable>section</replaceable> <replaceable>parameter</replaceable> <replaceable>value</replaceable></title>
2274 <para>
2275 Store a parameter in registry. The section may be global or a sharename.
2276 The section is created if it does not exist yet.
2277 </para>
2278 </refsect3>
2280 <refsect3>
2281 <title>[RPC] CONF GETPARM <replaceable>section</replaceable> <replaceable>parameter</replaceable></title>
2283 <para>
2284 Show a parameter stored in registry.
2285 </para>
2286 </refsect3>
2288 <refsect3>
2289 <title>[RPC] CONF DELPARM <replaceable>section</replaceable> <replaceable>parameter</replaceable></title>
2291 <para>
2292 Delete a parameter stored in registry.
2293 </para>
2294 </refsect3>
2296 <refsect3>
2297 <title>[RPC] CONF GETINCLUDES <replaceable>section</replaceable></title>
2299 <para>
2300 Get the list of includes for the provided section (global or share).
2301 </para>
2303 <para>
2304 Note that due to the nature of the registry database and the nature of include directives,
2305 the includes need special treatment: Parameters are stored in registry by the parameter
2306 name as valuename, so there is only ever one instance of a parameter per share.
2307 Also, a specific order like in a text file is not guaranteed. For all real
2308 parameters, this is perfectly ok, but the include directive is rather a meta
2309 parameter, for which, in the smb.conf text file, the place where it is specified
2310 between the other parameters is very important. This can not be achieved by the
2311 simple registry smbconf data model, so there is one ordered list of includes
2312 per share, and this list is evaluated after all the parameters of the share.
2313 </para>
2315 <para>
2316 Further note that currently, only files can be included from registry
2317 configuration. In the future, there will be the ability to include configuration
2318 data from other registry keys.
2319 </para>
2320 </refsect3>
2322 <refsect3>
2323 <title>[RPC] CONF SETINCLUDES <replaceable>section</replaceable> [<replaceable>filename</replaceable>]+</title>
2325 <para>
2326 Set the list of includes for the provided section (global or share) to the given
2327 list of one or more filenames. The filenames may contain the usual smb.conf
2328 macros like %I.
2329 </para>
2330 </refsect3>
2332 <refsect3>
2333 <title>[RPC] CONF DELINCLUDES <replaceable>section</replaceable></title>
2335 <para>
2336 Delete the list of includes from the provided section (global or share).
2337 </para>
2338 </refsect3>
2340 </refsect2>
2342 <refsect2>
2343 <title>REGISTRY</title>
2344 <para>
2345 Manipulate Samba's registry.
2346 </para>
2348 <para>The registry commands are:
2349 <simplelist>
2350 <member>net registry enumerate   - Enumerate registry keys and values.</member>
2351 <member>net registry enumerate_recursive - Enumerate registry key and its subkeys.</member>
2352 <member>net registry createkey   - Create a new registry key.</member>
2353 <member>net registry deletekey   - Delete a registry key.</member>
2354 <member>net registry deletekey_recursive - Delete a registry key with subkeys.</member>
2355 <member>net registry getvalue    - Print a registry value.</member>
2356 <member>net registry getvalueraw - Print a registry value (raw format).</member>
2357 <member>net registry setvalue    - Set a new registry value.</member>
2358 <member>net registry increment   - Increment a DWORD registry value under a lock.
2359 </member>
2360 <member>net registry deletevalue - Delete a registry value.</member>
2361 <member>net registry getsd       - Get security descriptor.</member>
2362 <member>net registry getsd_sdd1  - Get security descriptor in sddl format.
2363 </member>
2364 <member>net registry setsd_sdd1  - Set security descriptor from sddl format
2365 string.</member>
2366 <member>net registry import      - Import a registration entries (.reg) file.
2367 </member>
2368 <member>net registry export      - Export a registration entries (.reg) file.
2369 </member>
2370 <member>net registry convert     - Convert a registration entries (.reg) file.
2371 </member>
2372 <member>net registry check       - Check and repair a registry database.
2373 </member>
2374 </simplelist>
2375 </para>
2377 <refsect3>
2378   <title>REGISTRY ENUMERATE <replaceable>key</replaceable> </title>
2379   <para>Enumerate subkeys and values of <emphasis>key</emphasis>.
2380   </para>
2381 </refsect3>
2383 <refsect3>
2384   <title>REGISTRY ENUMERATE_RECURSIVE <replaceable>key</replaceable> </title>
2385   <para>Enumerate values of <emphasis>key</emphasis> and its subkeys.
2386   </para>
2387 </refsect3>
2389 <refsect3>
2390   <title>REGISTRY CREATEKEY <replaceable>key</replaceable> </title>
2391   <para>Create a new <emphasis>key</emphasis> if not yet existing.
2392   </para>
2393 </refsect3>
2395 <refsect3>
2396   <title>REGISTRY DELETEKEY <replaceable>key</replaceable> </title>
2397   <para>Delete the given <emphasis>key</emphasis> and its
2398   values from the registry, if it has no subkeys.
2399   </para>
2400 </refsect3>
2402 <refsect3>
2403   <title>REGISTRY DELETEKEY_RECURSIVE <replaceable>key</replaceable> </title>
2404   <para>Delete the given <emphasis>key</emphasis> and all of its
2405   subkeys and values from the registry.
2406   </para>
2407 </refsect3>
2409 <refsect3>
2410   <title>REGISTRY GETVALUE <replaceable>key</replaceable> <!--
2411   --><replaceable>name</replaceable></title>
2413   <para>Output type and actual value of the value <emphasis>name</emphasis>
2414   of the given <emphasis>key</emphasis>.
2415   </para>
2416 </refsect3>
2418 <refsect3>
2419   <title>REGISTRY GETVALUERAW <replaceable>key</replaceable> <!--
2420   --><replaceable>name</replaceable></title>
2421   <para>Output the actual value of the value <emphasis>name</emphasis>
2422   of the given <emphasis>key</emphasis>.
2423   </para>
2424 </refsect3>
2426 <refsect3>
2427   <title>REGISTRY SETVALUE <replaceable>key</replaceable> <!--
2428   --><replaceable>name</replaceable> <replaceable>type</replaceable> <!--
2429   --><replaceable>value</replaceable> ...<!--
2430   --></title>
2432   <para>Set the value <emphasis>name</emphasis>
2433   of an existing <emphasis>key</emphasis>.
2434   <emphasis>type</emphasis> may be one of
2435   <emphasis>sz</emphasis>, <emphasis>multi_sz</emphasis> or
2436   <emphasis>dword</emphasis>.
2437   In case of <emphasis>multi_sz</emphasis> <replaceable>value</replaceable> may
2438   be given multiple times.
2439   </para>
2440 </refsect3>
2442 <refsect3>
2443   <title>REGISTRY INCREMENT <replaceable>key</replaceable> <!--
2444   --><replaceable>name</replaceable> <replaceable>[inc]</replaceable><!--
2445   --></title>
2447   <para>Increment the DWORD value <emphasis>name</emphasis>
2448   of <emphasis>key</emphasis> by <replaceable>inc</replaceable>
2449   while holding a g_lock.
2450   <emphasis>inc</emphasis> defaults to 1.
2451   </para>
2452 </refsect3>
2454 <refsect3>
2455   <title>REGISTRY DELETEVALUE <replaceable>key</replaceable> <!--
2456   --><replaceable>name</replaceable></title>
2458   <para>Delete the value <emphasis>name</emphasis>
2459   of the given <emphasis>key</emphasis>.
2460   </para>
2461 </refsect3>
2463 <refsect3>
2464   <title>REGISTRY GETSD <replaceable>key</replaceable></title>
2466   <para>Get the security descriptor of the given <emphasis>key</emphasis>.
2467   </para>
2468 </refsect3>
2470 <refsect3>
2471   <title>REGISTRY GETSD_SDDL <replaceable>key</replaceable></title>
2473   <para>Get the security descriptor of the given <emphasis>key</emphasis> as a
2474   Security Descriptor Definition Language (SDDL) string.
2475   </para>
2476 </refsect3>
2478 <refsect3>
2479   <title>REGISTRY SETSD_SDDL <replaceable>key</replaceable><!--
2480   --><replaceable>sd</replaceable></title>
2482   <para>Set the security descriptor of the given <emphasis>key</emphasis> from a
2483   Security Descriptor Definition Language (SDDL) string <emphasis>sd</emphasis>.
2484   </para>
2485 </refsect3>
2487 <refsect3>
2488   <title>REGISTRY IMPORT <replaceable>file</replaceable><!--
2489   --><replaceable> [--precheck &lt;check-file&gt;] [opt]</replaceable></title>
2490   <para>Import a registration entries (.reg) <emphasis>file</emphasis>.</para>
2491   <para>The following options are available:</para>
2492   <variablelist>
2493     <varlistentry><term>--precheck <replaceable>check-file</replaceable></term>
2494     <listitem><para>
2495       This is a mechanism to check the existence or non-existence of
2496       certain keys or values specified in a precheck file before applying
2497       the import file.
2498       The import file will only be applied if the precheck succeeds.
2499     </para>
2500     <para>
2501       The check-file follows the normal registry file syntax with the
2502       following semantics:
2503     </para>
2504       <itemizedlist>
2505         <listitem><para>&lt;value name&gt;=&lt;value&gt; checks whether the
2506           value exists and has the given value.</para></listitem>
2507         <listitem><para>&lt;value name&gt;=- checks whether the value does
2508           not exist.</para></listitem>
2509         <listitem><para>[key] checks whether the key exists.</para>
2510         </listitem>
2511         <listitem><para>[-key] checks whether the key does not exist.</para>
2512         </listitem>
2513       </itemizedlist>
2514     </listitem>
2515     </varlistentry>
2516   </variablelist>
2517 </refsect3>
2519 <refsect3>
2520   <title>REGISTRY EXPORT <replaceable>key</replaceable><!--
2521   --><replaceable>file</replaceable><!--
2522   --><replaceable>[opt]</replaceable></title>
2524   <para>Export a <emphasis>key</emphasis> to a registration entries (.reg)
2525   <emphasis>file</emphasis>.
2526   </para>
2527 </refsect3>
2529 <refsect3>
2530   <title>REGISTRY CONVERT <replaceable>in</replaceable> <!--
2531   --><replaceable>out</replaceable> <!--
2532   --><replaceable>[[inopt] outopt]</replaceable></title>
2534   <para>Convert a registration entries (.reg) file <emphasis>in</emphasis>.
2535   </para>
2536 </refsect3>
2538 <refsect3>
2539   <title>REGISTRY CHECK [-ravTl] [-o &lt;ODB&gt;] [--wipe] [&lt;DB&gt;]</title>
2540   <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
2542   <variablelist>
2543     <varlistentry><term>-r|--repair</term>
2544     <listitem><para>
2545       Interactive repair mode, ask a lot of questions.
2546     </para></listitem>
2547     </varlistentry>
2549     <varlistentry><term>-a|--auto</term>
2550     <listitem><para>
2551       Noninteractive repair mode, use default answers.
2552     </para></listitem>
2553     </varlistentry>
2555     <varlistentry><term>-v|--verbose</term>
2556       <listitem><para>
2557         Produce more output.
2558       </para></listitem>
2559     </varlistentry>
2561     <varlistentry><term>-T|--test</term>
2562       <listitem><para>
2563         Dry run, show what changes would be made but don't touch anything.
2564       </para></listitem>
2565     </varlistentry>
2567     <varlistentry><term>-l|--lock</term>
2568       <listitem><para>
2569         Lock the database while doing the check.
2570       </para></listitem>
2571     </varlistentry>
2573    <varlistentry><term>--reg-version={1,2,3}</term>
2574       <listitem><para>
2575         Specify the format of the registry database. If not given it defaults to
2576         the value of the binary or, if an registry.tdb is explizitly stated at
2577         the commandline, to the value found in the INFO/version record.
2578       </para></listitem>
2579     </varlistentry>
2581     <varlistentry><term>[--db] &lt;DB&gt;</term>
2582       <listitem><para>
2583         Check the specified database.
2584       </para></listitem>
2585     </varlistentry>
2587     <varlistentry><term>-o|--output &lt;ODB&gt;</term>
2588       <listitem><para>
2589         Create a new registry database &lt;ODB&gt; instead of modifying the
2590         input. If &lt;ODB&gt; is already existing --wipe may be used to
2591         overwrite it.
2592       </para></listitem>
2593     </varlistentry>
2595    <varlistentry><term>--wipe</term>
2596       <listitem><para>
2597         Replace the registry database instead of modifying the input or
2598         overwrite an existing output database.
2599       </para></listitem>
2600     </varlistentry>
2602     <varlistentry><term></term>
2603       <listitem><para>
2604       </para></listitem>
2605     </varlistentry>
2606   </variablelist>
2607   </para>
2608 </refsect3>
2610 </refsect2>
2612 <refsect2>
2613 <title>EVENTLOG</title>
2615 <para>Starting with version 3.4.0 net can read, dump, import and export native
2616 win32 eventlog files (usually *.evt). evt files are used by the native Windows eventviewer tools.
2617 </para>
2619 <para>
2620 The import and export of evt files can only succeed when <parameter>eventlog list</parameter> is used in
2621 <emphasis>smb.conf</emphasis> file.
2622 See the <citerefentry><refentrytitle>smb.conf</refentrytitle> <manvolnum>5</manvolnum></citerefentry> manpage for details.
2623 </para>
2625 <para>The eventlog commands are:
2626 <simplelist>
2627 <member>net eventlog dump - Dump a eventlog *.evt file on the screen.</member>
2628 <member>net eventlog import - Import a eventlog *.evt into the samba internal
2629 tdb based representation of eventlogs.</member>
2630 <member>net eventlog export - Export the samba internal tdb based representation
2631 of eventlogs into an eventlog *.evt file.</member>
2632 </simplelist>
2633 </para>
2635 <refsect3>
2636 <title>EVENTLOG DUMP <replaceable>filename</replaceable></title>
2638 <para>
2639 Prints a eventlog *.evt file to standard output.
2640 </para>
2641 </refsect3>
2643 <refsect3>
2644 <title>EVENTLOG IMPORT <replaceable>filename</replaceable> <replaceable>eventlog</replaceable></title>
2646 <para>
2647 Imports a eventlog *.evt file defined by <replaceable>filename</replaceable> into the
2648 samba internal tdb representation of eventlog defined by <replaceable>eventlog</replaceable>.
2649 <replaceable>eventlog</replaceable> needs to part of the <parameter>eventlog list</parameter>
2650 defined in smb.conf.
2651 See the <citerefentry><refentrytitle>smb.conf</refentrytitle> <manvolnum>5</manvolnum></citerefentry> manpage for details.
2652 </para>
2654 </refsect3>
2656 <refsect3>
2657 <title>EVENTLOG EXPORT <replaceable>filename</replaceable> <replaceable>eventlog</replaceable></title>
2659 <para>
2660 Exports the samba internal tdb representation of eventlog defined by <replaceable>eventlog</replaceable>
2661 to a eventlog *.evt file defined by <replaceable>filename</replaceable>.
2662 <replaceable>eventlog</replaceable> needs to part of the <parameter>eventlog list</parameter>
2663 defined in smb.conf.
2664 See the <citerefentry><refentrytitle>smb.conf</refentrytitle> <manvolnum>5</manvolnum></citerefentry> manpage for details.
2665 </para>
2667 </refsect3>
2669 </refsect2>
2671 <refsect2>
2672 <title>DOM</title>
2674 <para>Starting with version 3.2.0 Samba has support for remote join and unjoin APIs, both client and server-side. Windows supports remote join capabilities since Windows 2000.
2675 </para>
2676 <para>In order for Samba to be joined or unjoined remotely an account must be used that is either member of the Domain Admins group, a member of the local Administrators group or a user that is granted the SeMachineAccountPrivilege privilege.
2677 </para>
2679 <para>The client side support for remote join is implemented in the net dom commands which are:
2680 <simplelist>
2681 <member>net dom join - Join a remote computer into a domain.</member>
2682 <member>net dom unjoin - Unjoin a remote computer from a domain.</member>
2683 <member>net dom renamecomputer - Renames a remote computer joined to a domain.</member>
2684 </simplelist>
2685 </para>
2687 <refsect3>
2688 <title>DOM JOIN <replaceable>domain=DOMAIN</replaceable> <replaceable>ou=OU</replaceable> <replaceable>account=ACCOUNT</replaceable> <replaceable>password=PASSWORD</replaceable> <replaceable>reboot</replaceable></title>
2690 <para>
2691 Joins a computer into a domain. This command supports the following additional parameters:
2692 </para>
2694 <itemizedlist>
2696 <listitem><para><replaceable>DOMAIN</replaceable> can be a NetBIOS domain name (also known as short domain name) or a DNS domain name for Active Directory Domains. As in Windows, it is also possible to control which Domain Controller to use. This can be achieved by appending the DC name using the \ separator character. Example: MYDOM\MYDC. The <replaceable>DOMAIN</replaceable> parameter cannot be NULL.</para></listitem>
2698 <listitem><para><replaceable>OU</replaceable> can be set to a RFC 1779 LDAP DN, like <emphasis>ou=mymachines,cn=Users,dc=example,dc=com</emphasis> in order to create the machine account in a non-default LDAP container. This optional parameter is only supported when joining Active Directory Domains.</para></listitem>
2700 <listitem><para><replaceable>ACCOUNT</replaceable> defines a domain account that will be used to join the machine to the domain. This domain account needs to have sufficient privileges to join machines.</para></listitem>
2702 <listitem><para><replaceable>PASSWORD</replaceable> defines the password for the domain account defined with <replaceable>ACCOUNT</replaceable>.</para></listitem>
2704 <listitem><para><replaceable>REBOOT</replaceable> is an optional parameter that can be set to reboot the remote machine after successful join to the domain.</para></listitem>
2706 </itemizedlist>
2708 <para>
2709 Note that you also need to use standard net parameters to connect and authenticate to the remote machine that you want to join. These additional parameters include: -S computer and -U user.
2710 </para>
2711 <para>
2712         Example:
2713         net dom join -S xp -U XP\\administrator%secret domain=MYDOM account=MYDOM\\administrator password=topsecret reboot.
2714 </para>
2715 <para>
2716 This example would connect to a computer named XP as the local administrator using password secret, and join the computer into a domain called MYDOM using the MYDOM domain administrator account and password topsecret. After successful join, the computer would reboot.
2717 </para>
2719 </refsect3>
2721 <refsect3>
2722 <title>DOM UNJOIN <replaceable>account=ACCOUNT</replaceable> <replaceable>password=PASSWORD</replaceable> <replaceable>reboot</replaceable></title>
2724 <para>
2725 Unjoins a computer from a domain. This command supports the following additional parameters:
2726 </para>
2728 <itemizedlist>
2730 <listitem><para><replaceable>ACCOUNT</replaceable> defines a domain account that will be used to unjoin the machine from the domain. This domain account needs to have sufficient privileges to unjoin machines.</para></listitem>
2732 <listitem><para><replaceable>PASSWORD</replaceable> defines the password for the domain account defined with <replaceable>ACCOUNT</replaceable>.</para></listitem>
2734 <listitem><para><replaceable>REBOOT</replaceable> is an optional parameter that can be set to reboot the remote machine after successful unjoin from the domain.</para></listitem>
2736 </itemizedlist>
2738 <para>
2739 Note that you also need to use standard net parameters to connect and authenticate to the remote machine that you want to unjoin. These additional parameters include: -S computer and -U user.
2740 </para>
2741 <para>
2742         Example:
2743         net dom unjoin -S xp -U XP\\administrator%secret account=MYDOM\\administrator password=topsecret reboot.
2744 </para>
2745 <para>
2746 This example would connect to a computer named XP as the local administrator using password secret, and unjoin the computer from the domain using the MYDOM domain administrator account and password topsecret. After successful unjoin, the computer would reboot.
2747 </para>
2749 </refsect3>
2751 <refsect3>
2752 <title>DOM RENAMECOMPUTER <replaceable>newname=NEWNAME</replaceable> <replaceable>account=ACCOUNT</replaceable> <replaceable>password=PASSWORD</replaceable> <replaceable>reboot</replaceable></title>
2754 <para>
2755 Renames a computer that is joined to a domain. This command supports the following additional parameters:
2756 </para>
2758 <itemizedlist>
2760 <listitem><para><replaceable>NEWNAME</replaceable> defines the new name of the machine in the domain.</para></listitem>
2762 <listitem><para><replaceable>ACCOUNT</replaceable> defines a domain account that will be used to rename the machine in the domain. This domain account needs to have sufficient privileges to rename machines.</para></listitem>
2764 <listitem><para><replaceable>PASSWORD</replaceable> defines the password for the domain account defined with <replaceable>ACCOUNT</replaceable>.</para></listitem>
2766 <listitem><para><replaceable>REBOOT</replaceable> is an optional parameter that can be set to reboot the remote machine after successful rename in the domain.</para></listitem>
2768 </itemizedlist>
2770 <para>
2771 Note that you also need to use standard net parameters to connect and authenticate to the remote machine that you want to rename in the domain. These additional parameters include: -S computer and -U user.
2772 </para>
2773 <para>
2774         Example:
2775         net dom renamecomputer -S xp -U XP\\administrator%secret newname=XPNEW account=MYDOM\\administrator password=topsecret reboot.
2776 </para>
2777 <para>
2778 This example would connect to a computer named XP as the local administrator using password secret, and rename the joined computer to XPNEW using the MYDOM domain administrator account and password topsecret. After successful rename, the computer would reboot.
2779 </para>
2781 </refsect3>
2783 </refsect2>
2785 <refsect2>
2786 <title>G_LOCK</title>
2788 <para>Manage global locks.</para>
2790 <refsect3>
2791 <title>G_LOCK DO <replaceable>lockname</replaceable> <replaceable>timeout</replaceable> <replaceable>command</replaceable></title>
2793 <para>
2794 Execute a shell command under a global lock. This might be useful to define the
2795 order in which several shell commands will be executed. The locking information
2796 is stored in a file called <filename>g_lock.tdb</filename>. In setups with CTDB
2797 running, the locking information will be available on all cluster nodes.
2798 </para>
2800 <itemizedlist>
2801 <listitem><para><replaceable>LOCKNAME</replaceable> defines the name of the global lock.</para></listitem>
2802 <listitem><para><replaceable>TIMEOUT</replaceable> defines the timeout.</para></listitem>
2803 <listitem><para><replaceable>COMMAND</replaceable> defines the shell command to execute.</para></listitem>
2804 </itemizedlist>
2805 </refsect3>
2807 <refsect3>
2808 <title>G_LOCK LOCKS</title>
2810 <para>
2811 Print a list of all currently existing locknames.
2812 </para>
2813 </refsect3>
2815 <refsect3>
2816 <title>G_LOCK DUMP <replaceable>lockname</replaceable></title>
2818 <para>
2819 Dump the locking table of a certain global lock.
2820 </para>
2821 </refsect3>
2823 </refsect2>
2825 <refsect2>
2826         <title>TDB</title>
2828         <para>Print information from tdb records.</para>
2830         <refsect3>
2831                 <title>TDB LOCKING <replaceable>key</replaceable> [DUMP]</title>
2833                 <para>List sharename, filename and number of share modes
2834                 for a record from locking.tdb. With the optional DUMP options,
2835                 dump the complete record.</para>
2837                 <itemizedlist>
2838                         <listitem>
2839                                 <para><replaceable>KEY</replaceable>
2840                                 Key of the tdb record as hex string.</para>
2841                         </listitem>
2842                 </itemizedlist>
2844         </refsect3>
2845 </refsect2>
2847 <refsect2>
2848 <title>HELP [COMMAND]</title>
2850 <para>Gives usage information for the specified command.</para>
2852 </refsect2>
2854 </refsect1>
2856 <refsect1>
2857         <title>VERSION</title>
2859         <para>This man page is complete for version 3 of the Samba 
2860         suite.</para>
2861 </refsect1>
2863 <refsect1>
2864         <title>AUTHOR</title>
2865         
2866         <para>The original Samba software and related utilities 
2867         were created by Andrew Tridgell. Samba is now developed
2868         by the Samba Team as an Open Source project similar 
2869         to the way the Linux kernel is developed.</para>
2871         <para>The net manpage was written by Jelmer Vernooij.</para>
2872         
2873 </refsect1>
2875 </refentry>