manpages: Add documentation for new 'net rpc vampire' subcommands.
[Samba.git] / docs-xml / manpages-3 / net.8.xml
blob31fe69d8d33b976cc6366fc9be9e8d80b20cab8e
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">3.2</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</arg>
26                 <arg choice="opt">-w workgroup</arg>
27                 <arg choice="opt">-W myworkgroup</arg>
28                 <arg choice="opt">-U user</arg>
29                 <arg choice="opt">-I ip-address</arg>
30                 <arg choice="opt">-p port</arg>
31                 <arg choice="opt">-n myname</arg>
32                 <arg choice="opt">-s conffile</arg>
33                 <arg choice="opt">-S server</arg>
34                 <arg choice="opt">-l</arg>
35                 <arg choice="opt">-P</arg>
36                 <arg choice="opt">-d debuglevel</arg>
37                 <arg choice="opt">-V</arg>
38         </cmdsynopsis>
39 </refsynopsisdiv>
41 <refsect1>
42         <title>DESCRIPTION</title>
44         <para>This tool is part of the <citerefentry><refentrytitle>samba</refentrytitle>
45         <manvolnum>7</manvolnum></citerefentry> suite.</para>
47         <para>The Samba net utility is meant to work just like the net utility 
48         available for windows and DOS. The first argument should be used 
49         to specify the protocol to use when executing a certain command. 
50         ADS is used for ActiveDirectory, RAP is using for old (Win9x/NT3) 
51         clients and RPC can be used for NT4 and Windows 2000. If this 
52         argument is omitted, net will try to determine it automatically. 
53         Not all commands are available on all protocols.
54         </para>
56 </refsect1>
58 <refsect1>
59         <title>OPTIONS</title>
61         <variablelist>
62                 &stdarg.help;
63                 
64                 <varlistentry>
65                 <term>-w target-workgroup</term>
66                 <listitem><para>
67                 Sets target workgroup or domain. You have to specify 
68                 either this option or the IP address or the name of a server.
69                 </para></listitem>
70                 </varlistentry>
72                 <varlistentry>
73                 <term>-W workgroup</term>
74                 <listitem><para>
75                 Sets client workgroup or domain
76                 </para></listitem>
77                 </varlistentry>
79                 <varlistentry>
80                 <term>-U user</term>
81                 <listitem><para>
82                 User name to use
83                 </para></listitem>
84                 </varlistentry>
86                 <varlistentry>
87                 <term>-I ip-address</term>
88                 <listitem><para>
89                 IP address of target server to use. You have to
90                 specify either this option or a target workgroup or
91                 a target server.
92                 </para></listitem>
93                 </varlistentry>
95                 <varlistentry>
96                 <term>-p port</term>
97                 <listitem><para>
98                 Port on the target server to connect to (usually 139 or 445). 
99                 Defaults to trying 445 first, then 139.
100                 </para></listitem>
101                 </varlistentry>
103                 &stdarg.netbios.name;
104                 &stdarg.configfile;
106                 <varlistentry>
107                 <term>-S server</term>
108                 <listitem><para>
109                 Name of target server. You should specify either 
110                 this option or a target workgroup or a target IP address.
111                 </para></listitem>
112                 </varlistentry>
114                 <varlistentry>
115                 <term>-l</term>
116                 <listitem><para>
117                 When listing data, give more information on each item.
118                 </para></listitem>
119                 </varlistentry>
121                 <varlistentry>
122                 <term>-P</term>
123                 <listitem><para>
124                 Make queries to the external server using the machine account of the local server.
125                 </para></listitem>
126                 </varlistentry>
128                 &stdarg.server.debug;
129         </variablelist>
130 </refsect1>
132 <refsect1>
133 <title>COMMANDS</title>
135 <refsect2>
136 <title>CHANGESECRETPW</title>
138 <para>This command allows the Samba machine account password to be set from an external application
139 to a machine account password that has already been stored in Active Directory. DO NOT USE this command
140 unless you know exactly what you are doing. The use of this command requires that the force flag (-f)
141 be used also. There will be NO command prompt. Whatever information is piped into stdin, either by
142 typing at the command line or otherwise, will be stored as the literal machine password. Do NOT use
143 this without care and attention as it will overwrite a legitimate machine password without warning.
144 YOU HAVE BEEN WARNED.
145 </para>
147 </refsect2>
149 <refsect2>
150         <title>TIME</title>
152         <para>The <command>NET TIME</command> command allows you to view the time on a remote server
153         or synchronise the time on the local server with the time on the remote server.</para>
155 <refsect3>
156 <title>TIME</title>
158 <para>Without any options, the <command>NET TIME</command> command 
159 displays the time on the remote server.
160 </para>
162 </refsect3>
164 <refsect3>
165 <title>TIME SYSTEM</title>
167 <para>Displays the time on the remote server in a format ready for <command>/bin/date</command>.</para>
169 </refsect3>
171 <refsect3>
172 <title>TIME SET</title>
173 <para>Tries to set the date and time of the local server to that on 
174 the remote server using <command>/bin/date</command>. </para>
176 </refsect3>
178 <refsect3>
179 <title>TIME ZONE</title>
181 <para>Displays the timezone in hours from GMT on the remote computer.</para>
183 </refsect3>
184 </refsect2>
186 <refsect2>
187 <title>[RPC|ADS] JOIN [TYPE] [-U username[%password]] [createupn=UPN] [createcomputer=OU] [options]</title>
189 <para>
190 Join a domain.  If the account already exists on the server, and 
191 [TYPE] is MEMBER, the machine will attempt to join automatically. 
192 (Assuming that the machine has been created in server manager)
193 Otherwise, a password will be prompted for, and a new account may
194 be created.</para>
196 <para>
197 [TYPE] may be PDC, BDC or MEMBER to specify the type of server
198 joining the domain.
199 </para>
201 <para>
202 [UPN] (ADS only) set the principalname attribute during the join.  The default
203 format is host/netbiosname@REALM.
204 </para>
206 <para>
207 [OU] (ADS only) Precreate the computer account in a specific OU.  The
208 OU string reads from top to bottom without RDNs, and is delimited by
209 a '/'.  Please note that '\' is used for escape by both the shell
210 and ldap, so it may need to be doubled or quadrupled to pass through, 
211 and it is not used as a delimiter.
212 </para>
213 </refsect2>
215 <refsect2>
216 <title>[RPC] OLDJOIN [options]</title>
218 <para>Join a domain. Use the OLDJOIN option to join the domain 
219 using the old style of domain joining - you need to create a trust 
220 account in server manager first.</para>
221 </refsect2>
223 <refsect2>
224 <title>[RPC|ADS] USER</title>
226 <refsect3>
227 <title>[RPC|ADS] USER</title>
229 <para>List all users</para>
231 </refsect3>
233 <refsect3>
234 <title>[RPC|ADS] USER DELETE <replaceable>target</replaceable></title>
236 <para>Delete specified user</para>
238 </refsect3>
240 <refsect3>
241 <title>[RPC|ADS] USER INFO <replaceable>target</replaceable></title>
243 <para>List the domain groups of the specified user.</para>
245 </refsect3>
247 <refsect3>
248 <title>[RPC|ADS] USER RENAME <replaceable>oldname</replaceable> <replaceable>newname</replaceable></title>
250 <para>Rename specified user.</para>
252 </refsect3>
254 <refsect3>
255 <title>[RPC|ADS] USER ADD <replaceable>name</replaceable> [password] [-F user flags] [-C comment]</title>
257 <para>Add specified user.</para>
258 </refsect3>
259 </refsect2>
261 <refsect2>
262 <title>[RPC|ADS] GROUP</title>
264 <refsect3>
265 <title>[RPC|ADS] GROUP [misc options] [targets]</title>
266 <para>List user groups.</para>
267 </refsect3>
269 <refsect3>
270 <title>[RPC|ADS] GROUP DELETE <replaceable>name</replaceable> [misc. options]</title>
272 <para>Delete specified group.</para>
274 </refsect3>
276 <refsect3>
277 <title>[RPC|ADS] GROUP ADD <replaceable>name</replaceable> [-C comment]</title>
279 <para>Create specified group.</para>
281 </refsect3>
282 </refsect2>
284 <refsect2>
285 <title>[RAP|RPC] SHARE</title>
287 <refsect3>
288 <title>[RAP|RPC] SHARE [misc. options] [targets]</title>
290 <para>Enumerates all exported resources (network shares) on target server.</para>
292 </refsect3>
294 <refsect3>
295 <title>[RAP|RPC] SHARE ADD <replaceable>name=serverpath</replaceable> [-C comment] [-M maxusers] [targets]</title>
297 <para>Adds a share from a server (makes the export active). Maxusers 
298 specifies the number of users that can be connected to the 
299 share simultaneously.</para>
301 </refsect3>
303 <refsect3>
304 <title>SHARE DELETE <replaceable>sharename</replaceable></title>
306 <para>Delete specified share.</para>
307 </refsect3>
308 </refsect2>
310 <refsect2>
311 <title>[RPC|RAP] FILE</title>
313 <refsect3>
314 <title>[RPC|RAP] FILE</title>
316 <para>List all open files on remote server.</para>
318 </refsect3>
320 <refsect3>
321 <title>[RPC|RAP] FILE CLOSE <replaceable>fileid</replaceable></title>
323 <para>Close file with specified <replaceable>fileid</replaceable> on 
324 remote server.</para>
326 </refsect3>
328 <refsect3>
329 <title>[RPC|RAP] FILE INFO <replaceable>fileid</replaceable></title>
331 <para>
332 Print information on specified <replaceable>fileid</replaceable>. 
333 Currently listed are: file-id, username, locks, path, permissions.
334 </para>
336 </refsect3>
338 <refsect3>
339 <title>[RAP|RPC] FILE USER <replaceable>user</replaceable></title>
341 <para>
342 List files opened by specified <replaceable>user</replaceable>.
343 Please note that <command>net rap file user</command> does not work
344 against Samba servers. 
345 </para>
347 </refsect3>
349 </refsect2>
351 <refsect2>
352 <title>SESSION</title>
354 <refsect3>
355 <title>RAP SESSION</title>
357 <para>Without any other options, SESSION enumerates all active SMB/CIFS 
358 sessions on the target server.</para>
360 </refsect3>
362 <refsect3>
363 <title>RAP SESSION DELETE|CLOSE <replaceable>CLIENT_NAME</replaceable></title>
365 <para>Close the specified sessions.</para>
367 </refsect3>
369 <refsect3>
370 <title>RAP SESSION INFO <replaceable>CLIENT_NAME</replaceable></title>
372 <para>Give a list with all the open files in specified session.</para>
374 </refsect3>
376 </refsect2>
378 <refsect2>
379 <title>RAP SERVER <replaceable>DOMAIN</replaceable></title>
381 <para>List all servers in specified domain or workgroup. Defaults
382 to local domain.</para>
384 </refsect2>
386 <refsect2>
387 <title>RAP DOMAIN</title>
389 <para>Lists all domains and workgroups visible on the 
390 current network.</para>
392 </refsect2>
394 <refsect2>
395 <title>RAP PRINTQ</title>
397 <refsect3>
398 <title>RAP PRINTQ LIST <replaceable>QUEUE_NAME</replaceable></title>
400 <para>Lists the specified print queue and print jobs on the server.
401 If the <replaceable>QUEUE_NAME</replaceable> is omitted, all 
402 queues are listed.</para>
404 </refsect3>
406 <refsect3>
407 <title>RAP PRINTQ DELETE <replaceable>JOBID</replaceable></title>
409 <para>Delete job with specified id.</para>
411 </refsect3>
413 </refsect2>
415 <refsect2>
416 <title>RAP VALIDATE <replaceable>user</replaceable> [<replaceable>password</replaceable>]</title>
418 <para>
419 Validate whether the specified user can log in to the 
420 remote server. If the password is not specified on the commandline, it 
421 will be prompted. 
422 </para>
424 &not.implemented;
426 </refsect2>
428 <refsect2>
429 <title>RAP GROUPMEMBER</title>
431 <refsect3>
432 <title>RAP GROUPMEMBER LIST <replaceable>GROUP</replaceable></title>
434 <para>List all members of the specified group.</para>
436 </refsect3>
438 <refsect3>
439 <title>RAP GROUPMEMBER DELETE <replaceable>GROUP</replaceable> <replaceable>USER</replaceable></title>
441 <para>Delete member from group.</para>
443 </refsect3>
445 <refsect3>
446 <title>RAP GROUPMEMBER ADD <replaceable>GROUP</replaceable> <replaceable>USER</replaceable></title>
448 <para>Add member to group.</para>
450 </refsect3>
452 </refsect2>
454 <refsect2>
455 <title>RAP ADMIN <replaceable>command</replaceable></title>
457 <para>Execute the specified <replaceable>command</replaceable> on 
458 the remote server. Only works with OS/2 servers.
459 </para>
461 &not.implemented;
463 </refsect2>
465 <refsect2>
466 <title>RAP SERVICE</title>
468 <refsect3>
469 <title>RAP SERVICE START <replaceable>NAME</replaceable> [arguments...]</title>
471 <para>Start the specified service on the remote server. Not implemented yet.</para>
473 &not.implemented;
475 </refsect3>
477 <refsect3>
478 <title>RAP SERVICE STOP</title>
480 <para>Stop the specified service on the remote server.</para>
482 &not.implemented;
484 </refsect3>
486 </refsect2>
488 <refsect2>
489 <title>RAP PASSWORD <replaceable>USER</replaceable> <replaceable>OLDPASS</replaceable> <replaceable>NEWPASS</replaceable></title>
491 <para>
492 Change password of <replaceable>USER</replaceable> from <replaceable>OLDPASS</replaceable> to <replaceable>NEWPASS</replaceable>.
493 </para>
495 </refsect2>
497 <refsect2>
498 <title>LOOKUP</title>
500 <refsect3>
501 <title>LOOKUP HOST <replaceable>HOSTNAME</replaceable> [<replaceable>TYPE</replaceable>]</title>
503 <para>
504 Lookup the IP address of the given host with the specified type (netbios suffix). 
505 The type defaults to 0x20 (workstation).
506 </para>
508 </refsect3>
510 <refsect3>
511 <title>LOOKUP LDAP [<replaceable>DOMAIN</replaceable>]</title>
513 <para>Give IP address of LDAP server of specified <replaceable>DOMAIN</replaceable>. Defaults to local domain.</para>
515 </refsect3>
517 <refsect3>
518 <title>LOOKUP KDC [<replaceable>REALM</replaceable>]</title>
520 <para>Give IP address of KDC for the specified <replaceable>REALM</replaceable>.
521 Defaults to local realm.</para>
523 </refsect3>
525 <refsect3>
526 <title>LOOKUP DC [<replaceable>DOMAIN</replaceable>]</title>
528 <para>Give IP's of Domain Controllers for specified <replaceable>
529 DOMAIN</replaceable>. Defaults to local domain.</para>
531 </refsect3>
533 <refsect3>
534 <title>LOOKUP MASTER <replaceable>DOMAIN</replaceable></title>
536 <para>Give IP of master browser for specified <replaceable>DOMAIN</replaceable>
537 or workgroup. Defaults to local domain.</para>
539 </refsect3>
541 </refsect2>
543 <refsect2>
544 <title>CACHE</title>
546 <para>Samba uses a general caching interface called 'gencache'. It 
547 can be controlled using 'NET CACHE'.</para>
549 <para>All the timeout parameters support the suffixes:
551 <simplelist>
552 <member>s - Seconds</member>
553 <member>m - Minutes</member>
554 <member>h - Hours</member>
555 <member>d - Days</member>
556 <member>w - Weeks</member>
557 </simplelist>
559 </para>
561 <refsect3>
562 <title>CACHE ADD <replaceable>key</replaceable> <replaceable>data</replaceable> <replaceable>time-out</replaceable></title>
564 <para>Add specified key+data to the cache with the given timeout.</para>
566 </refsect3>
568 <refsect3>
569 <title>CACHE DEL <replaceable>key</replaceable></title>
571 <para>Delete key from the cache.</para>
573 </refsect3>
575 <refsect3>
576 <title>CACHE SET <replaceable>key</replaceable> <replaceable>data</replaceable> <replaceable>time-out</replaceable></title>
578 <para>Update data of existing cache entry.</para>
580 </refsect3>
582 <refsect3>
583 <title>CACHE SEARCH <replaceable>PATTERN</replaceable></title>
585 <para>Search for the specified pattern in the cache data.</para>
587 </refsect3>
589 <refsect3>
590 <title>CACHE LIST</title>
592 <para>
593 List all current items in the cache.
594 </para>
596 </refsect3>
598 <refsect3>
599 <title>CACHE FLUSH</title>
601 <para>Remove all the current items from the cache.</para>
603 </refsect3>
605 </refsect2>
607 <refsect2>
608 <title>GETLOCALSID [DOMAIN]</title>
610 <para>Prints the SID of the specified domain, or if the parameter is
611 omitted, the SID of the local server.</para>
613 </refsect2>
615 <refsect2>
616 <title>SETLOCALSID S-1-5-21-x-y-z</title>
618 <para>Sets SID for the local server to the specified SID.</para>
620 </refsect2>
622 <refsect2>
623 <title>GETDOMAINSID</title>
625 <para>Prints the local machine SID and the SID of the current 
626 domain.</para>
628 </refsect2>
630 <refsect2>
631 <title>SETDOMAINSID</title>
633 <para>Sets the SID of the current domain.</para>
635 </refsect2>
637 <refsect2>
638 <title>GROUPMAP</title>
640 <para>Manage the mappings between Windows group SIDs and UNIX groups.
641 Common options include:</para>
643 <itemizedlist>
644 <listitem><para>unixgroup - Name of the UNIX group</para></listitem>
645 <listitem><para>ntgroup - Name of the Windows NT group (must be
646   resolvable to a SID</para></listitem>
647 <listitem><para>rid - Unsigned 32-bit integer</para></listitem>
648 <listitem><para>sid - Full SID in the form of "S-1-..."</para></listitem>
649 <listitem><para>type - Type of the group; either 'domain', 'local',
650   or 'builtin'</para></listitem>
651 <listitem><para>comment - Freeform text description of the group</para></listitem>
652 </itemizedlist>
654 <refsect3>
655 <title>GROUPMAP ADD</title>
657 <para>
658 Add a new group mapping entry:
659 <programlisting>
660 net groupmap add {rid=int|sid=string} unixgroup=string \
661         [type={domain|local}] [ntgroup=string] [comment=string]
662 </programlisting>
663 </para>
665 </refsect3>
667 <refsect3>
668 <title>GROUPMAP DELETE</title>
670 <para>Delete a group mapping entry. If more than one group name matches, the first entry found is deleted.</para>
672 <para>net groupmap delete {ntgroup=string|sid=SID}</para>
674 </refsect3>
676 <refsect3>
677 <title>GROUPMAP MODIFY</title>
679 <para>Update en existing group entry.</para>
681 <para>
682 <programlisting>
683 net groupmap modify {ntgroup=string|sid=SID} [unixgroup=string] \
684        [comment=string] [type={domain|local}]
685 </programlisting>
686 </para>
687 </refsect3>
689 <refsect3>
690 <title>GROUPMAP LIST</title>
692 <para>List existing group mapping entries.</para>
694 <para>net groupmap list [verbose] [ntgroup=string] [sid=SID]</para>
696 </refsect3>
697 </refsect2>
701 <refsect2>
702 <title>MAXRID</title>
704 <para>Prints out the highest RID currently in use on the local
705 server (by the active 'passdb backend').
706 </para>
708 </refsect2>
710 <refsect2>
711 <title>RPC INFO</title>
713 <para>Print information about the domain of the remote server,
714 such as domain name, domain sid and number of users and groups.
715 </para>
717 </refsect2>
719 <refsect2>
720 <title>[RPC|ADS] TESTJOIN</title>
722 <para>Check whether participation in a domain is still valid.</para>
724 </refsect2>
726 <refsect2>
727 <title>[RPC|ADS] CHANGETRUSTPW</title>
729 <para>Force change of domain trust password.</para>
731 </refsect2>
733 <refsect2>
734 <title>RPC TRUSTDOM</title>
736 <refsect3>
737 <title>RPC TRUSTDOM ADD <replaceable>DOMAIN</replaceable></title>
739 <para>Add a interdomain trust account for <replaceable>DOMAIN</replaceable>. 
740 This is in fact a Samba account named <replaceable>DOMAIN$</replaceable> 
741 with the account flag <constant>'I'</constant> (interdomain trust account). 
742 If the command is used against localhost it has the same effect as 
743 <command>smbpasswd -a -i DOMAIN</command>. Please note that both commands
744 expect a appropriate UNIX account. 
745 </para>
747 </refsect3>
749 <refsect3>
750 <title>RPC TRUSTDOM DEL <replaceable>DOMAIN</replaceable></title>
752 <para>Remove interdomain trust account for 
753 <replaceable>DOMAIN</replaceable>. If it is used against localhost 
754 it has the same effect as <command>smbpasswd -x DOMAIN$</command>. 
755 </para>
757 </refsect3>
759 <refsect3>
760 <title>RPC TRUSTDOM ESTABLISH <replaceable>DOMAIN</replaceable></title>
762 <para>
763 Establish a trust relationship to a trusting domain. 
764 Interdomain account must already be created on the remote PDC.
765 </para>
767 </refsect3>
769 <refsect3>
770 <title>RPC TRUSTDOM REVOKE <replaceable>DOMAIN</replaceable></title>
771 <para>Abandon relationship to trusted domain</para>
773 </refsect3>
775 <refsect3>
776 <title>RPC TRUSTDOM LIST</title>
778 <para>List all current interdomain trust relationships.</para>
780 </refsect3>
782 <refsect3>
783 <title>RPC RIGHTS</title>
785 <para>This subcommand is used to view and manage Samba's rights assignments (also 
786 referred to as privileges).  There are three options currently available: 
787 <parameter>list</parameter>, <parameter>grant</parameter>, and 
788 <parameter>revoke</parameter>.  More details on Samba's privilege model and its use
789 can be found in the Samba-HOWTO-Collection.</para>
791 </refsect3>
794 </refsect2>
796 <refsect2>
797 <title>RPC ABORTSHUTDOWN</title>
799 <para>Abort the shutdown of a remote server.</para>
801 </refsect2>
803 <refsect2>
804 <title>RPC SHUTDOWN [-t timeout] [-r] [-f] [-C message]</title>
806 <para>Shut down the remote server.</para>
808 <variablelist>
809 <varlistentry>
810 <term>-r</term>
811 <listitem><para>
812 Reboot after shutdown.
813 </para></listitem>
814 </varlistentry>
816 <varlistentry>
817 <term>-f</term>
818 <listitem><para>
819 Force shutting down all applications.
820 </para></listitem>
821 </varlistentry>
823 <varlistentry>
824 <term>-t timeout</term>
825 <listitem><para>
826 Timeout before system will be shut down. An interactive 
827 user of the system can use this time to cancel the shutdown.
828 </para></listitem>
829 </varlistentry>'>
831 <varlistentry>
832 <term>-C message</term>
833 <listitem><para>Display the specified message on the screen to 
834 announce the shutdown.</para></listitem>
835 </varlistentry>
836 </variablelist>
838 </refsect2>
840 <refsect2>
841 <title>RPC SAMDUMP</title>
843 <para>Print out sam database of remote server. You need
844 to run this against the PDC, from a Samba machine joined as a BDC. </para>
845 </refsect2>
847 <refsect2>
848 <title>RPC VAMPIRE</title>
850 <para>Export users, aliases and groups from remote server to 
851 local server.  You need to run this against the PDC, from a Samba machine joined as a BDC. 
852 </para>
853 </refsect2>
855 <refsect2>
856 <title>RPC VAMPIRE KEYTAB</title>
858 <para>Dump remote SAM database to local Kerberos keytab file.
859 </para>
860 </refsect2>
862 <refsect2>
863 <title>RPC VAMPIRE LDIF</title>
865 <para>Dump remote SAM database to local LDIF file or standard output.
866 </para>
867 </refsect2>
869 <refsect2>
870 <title>RPC GETSID</title>
872 <para>Fetch domain SID and store it in the local <filename>secrets.tdb</filename>. </para>
874 </refsect2>
876 <refsect2>
877 <title>ADS LEAVE</title>
879 <para>Make the remote host leave the domain it is part of. </para>
881 </refsect2>
883 <refsect2>
884 <title>ADS STATUS</title>
886 <para>Print out status of machine account of the local machine in ADS.
887 Prints out quite some debug info. Aimed at developers, regular 
888 users should use <command>NET ADS TESTJOIN</command>.</para>
890 </refsect2>
892 <refsect2>
893 <title>ADS PRINTER</title>
895 <refsect3>
896 <title>ADS PRINTER INFO [<replaceable>PRINTER</replaceable>] [<replaceable>SERVER</replaceable>]</title>
898 <para>
899 Lookup info for <replaceable>PRINTER</replaceable> on <replaceable>SERVER</replaceable>. The printer name defaults to "*", the 
900 server name defaults to the local host.</para>
902 </refsect3>
904 <refsect3>
905 <title>ADS PRINTER PUBLISH <replaceable>PRINTER</replaceable></title>
907 <para>Publish specified printer using ADS.</para>
909 </refsect3>
911 <refsect3>
912 <title>ADS PRINTER REMOVE <replaceable>PRINTER</replaceable></title>
914 <para>Remove specified printer from ADS directory.</para>
916 </refsect3>
918 </refsect2>
920 <refsect2>
921 <title>ADS SEARCH <replaceable>EXPRESSION</replaceable> <replaceable>ATTRIBUTES...</replaceable></title>
923 <para>Perform a raw LDAP search on a ADS server and dump the results. The 
924 expression is a standard LDAP search expression, and the 
925 attributes are a list of LDAP fields to show in the results.</para>
927 <para>Example: <userinput>net ads search '(objectCategory=group)' sAMAccountName</userinput>
928 </para>
930 </refsect2>
932 <refsect2>
933 <title>ADS DN <replaceable>DN</replaceable> <replaceable>(attributes)</replaceable></title>
935 <para>
936 Perform a raw LDAP search on a ADS server and dump the results. The 
937 DN standard LDAP DN, and the attributes are a list of LDAP fields 
938 to show in the result. 
939 </para>
941 <para>Example: <userinput>net ads dn 'CN=administrator,CN=Users,DC=my,DC=domain' SAMAccountName</userinput></para>
943 </refsect2>
945 <refsect2>
946 <title>ADS WORKGROUP</title>
948 <para>Print out workgroup name for specified kerberos realm.</para>
950 </refsect2>
952 <refsect2>
953 <title>SAM CREATEBUILTINGROUP &lt;NAME&gt;</title>
955 <para>
956 (Re)Create a BUILTIN group.
957 Only a wellknown set of BUILTIN groups can be created with this command.
958 This is the list of currently recognized group names: Administrators,
959 Users, Guests, Power Users, Account Operators, Server Operators, Print
960 Operators, Backup Operators, Replicator, RAS Servers, Pre-Windows 2000
961 compatible Access.
963 This command requires a running Winbindd with idmap allocation properly
964 configured. The group gid will be allocated out of the winbindd range.
965 </para>
967 </refsect2>
969 <refsect2>
970 <title>SAM CREATELOCALGROUP &lt;NAME&gt;</title>
972 <para>
973 Create a LOCAL group (also known as Alias).
975 This command requires a running Winbindd with idmap allocation properly
976 configured. The group gid will be allocated out of the winbindd range.
977 </para>
979 </refsect2>
981 <refsect2>
982 <title>SAM DELETELOCALGROUP &lt;NAME&gt;</title>
984 <para>
985 Delete an existing LOCAL group (also known as Alias).
987 </para>
989 </refsect2>
991 <refsect2>
992 <title>SAM MAPUNIXGROUP &lt;NAME&gt;</title>
994 <para>
995 Map an existing Unix group and make it a Domain Group, the domain group
996 will have the same name.
997 </para>
999 </refsect2>
1001 <refsect2>
1002 <title>SAM UNMAPUNIXGROUP &lt;NAME&gt;</title>
1004 <para>
1005 Remove an existing group mapping entry.
1006 </para>
1008 </refsect2>
1010 <refsect2>
1011 <title>SAM ADDMEM &lt;GROUP&gt; &lt;MEMBER&gt;</title>
1013 <para>
1014 Add a member to a Local group. The group can be specified only by name,
1015 the member can be specified by name or SID.
1016 </para>
1018 </refsect2>
1020 <refsect2>
1021 <title>SAM DELMEM  &lt;GROUP&gt; &lt;MEMBER&gt;</title>
1023 <para>
1024 Remove a member from a Local group. The group and the member must be
1025 specified by name.
1026 </para>
1028 </refsect2>
1030 <refsect2>
1031 <title>SAM LISTMEM &lt;GROUP&gt;</title>
1033 <para>
1034 List Local group members. The group must be specified by name.
1035 </para>
1037 </refsect2>
1039 <refsect2>
1040 <title>SAM LIST &lt;users|groups|localgroups|builtin|workstations&gt; [verbose]</title>
1042 <para>
1043 List the specified set of accounts by name. If verbose is specified,
1044 the rid and description is also provided for each account.
1045 </para>
1047 </refsect2>
1049 <refsect2>
1050 <title>SAM SHOW &lt;NAME&gt;</title>
1052 <para>
1053 Show the full DOMAIN\\NAME the SID and the type for the corresponding
1054 account.
1055 </para>
1057 </refsect2>
1059 <refsect2>
1060 <title>SAM SET HOMEDIR &lt;NAME&gt; &lt;DIRECTORY&gt;</title>
1062 <para>
1063 Set the home directory for a user account.
1064 </para>
1066 </refsect2>
1068 <refsect2>
1069 <title>SAM SET PROFILEPATH &lt;NAME&gt; &lt;PATH&gt;</title>
1071 <para>
1072 Set the profile path for a user account.
1073 </para>
1075 </refsect2>
1077 <refsect2>
1078 <title>SAM SET COMMENT &lt;NAME&gt; &lt;COMMENT&gt;</title>
1080 <para>
1081 Set the comment for a user or group account.
1082 </para>
1084 </refsect2>
1086 <refsect2>
1087 <title>SAM SET FULLNAME &lt;NAME&gt; &lt;FULL NAME&gt;</title>
1089 <para>
1090 Set the full name for a user account.
1091 </para>
1093 </refsect2>
1095 <refsect2>
1096 <title>SAM SET LOGONSCRIPT &lt;NAME&gt; &lt;SCRIPT&gt;</title>
1098 <para>
1099 Set the logon script for a user account.
1100 </para>
1102 </refsect2>
1104 <refsect2>
1105 <title>SAM SET HOMEDRIVE &lt;NAME&gt; &lt;DRIVE&gt;</title>
1107 <para>
1108 Set the home drive for a user account.
1109 </para>
1111 </refsect2>
1113 <refsect2>
1114 <title>SAM SET WORKSTATIONS &lt;NAME&gt; &lt;WORKSTATIONS&gt;</title>
1116 <para>
1117 Set the workstations a user account is allowed to log in from.
1118 </para>
1120 </refsect2>
1122 <refsect2>
1123 <title>SAM SET DISABLE &lt;NAME&gt;</title>
1125 <para>
1126 Set the "disabled" flag for a user account.
1127 </para>
1129 </refsect2>
1131 <refsect2>
1132 <title>SAM SET PWNOTREQ &lt;NAME&gt;</title>
1134 <para>
1135 Set the "password not required" flag for a user account.
1136 </para>
1138 </refsect2>
1140 <refsect2>
1141 <title>SAM SET AUTOLOCK &lt;NAME&gt;</title>
1143 <para>
1144 Set the "autolock" flag for a user account.
1145 </para>
1147 </refsect2>
1149 <refsect2>
1150 <title>SAM SET PWNOEXP &lt;NAME&gt;</title>
1152 <para>
1153 Set the "password do not expire" flag for a user account.
1154 </para>
1156 </refsect2>
1158 <refsect2>
1159 <title>SAM SET PWDMUSTCHANGENOW &lt;NAME&gt; [yes|no]</title>
1161 <para>
1162 Set or unset the "password must change" flag for a user account.
1163 </para>
1165 </refsect2>
1167 <refsect2>
1168 <title>SAM POLICY LIST</title>
1170 <para>
1171 List the available account policies.
1172 </para>
1174 </refsect2>
1176 <refsect2>
1177 <title>SAM POLICY SHOW &lt;account policy&gt;</title>
1179 <para>
1180 Show the account policy value.
1181 </para>
1183 </refsect2>
1185 <refsect2>
1186 <title>SAM POLICY SET &lt;account policy&gt; &lt;value&gt;</title>
1188 <para>
1189 Set a value for the account policy.
1190 Valid values can be: "forever", "never", "off", or a number.
1191 </para>
1193 </refsect2>
1195 <refsect2>
1196 <title>SAM PROVISION</title>
1198 <para>
1199 Only available if ldapsam:editposix is set and winbindd is running.
1200 Properly populates the ldap tree with the basic accounts (Administrator)
1201 and groups (Domain Users, Domain Admins, Domain Guests) on the ldap tree.
1202 </para>
1204 </refsect2>
1206 <refsect2>
1207 <title>IDMAP DUMP &lt;local tdb file name&gt;</title>
1209 <para>
1210 Dumps the mappings contained in the local tdb file specified.
1211 This command is useful to dump only the mappings produced by the idmap_tdb backend.
1212 </para>
1214 </refsect2>
1216 <refsect2>
1217 <title>IDMAP RESTORE [input file]</title>
1219 <para>
1220 Restore the mappings from the specified file or stdin.
1221 </para>
1223 </refsect2>
1225 <refsect2>
1226 <title>IDMAP SECRET &lt;DOMAIN&gt;|ALLOC &lt;secret&gt;</title>
1228 <para>
1229 Store a secret for the specified domain, used primarily for domains
1230 that use idmap_ldap as a backend. In this case the secret is used
1231 as the password for the user DN used to bind to the ldap server.
1232 </para>
1234 </refsect2>
1236 <refsect2>
1237 <title>USERSHARE</title>
1239 <para>Starting with version 3.0.23, a Samba server now supports the ability for
1240 non-root users to add user defined shares to be exported using the "net usershare"
1241 commands.
1242 </para>
1244 <para>
1245 To set this up, first set up your smb.conf by adding to the [global] section:
1247 usershare path = /usr/local/samba/lib/usershares
1249 Next create the directory /usr/local/samba/lib/usershares, change the owner to root and
1250 set the group owner to the UNIX group who should have the ability to create usershares,
1251 for example a group called "serverops".
1253 Set the permissions on /usr/local/samba/lib/usershares to 01770.
1255 (Owner and group all access, no access for others, plus the sticky bit,
1256 which means that a file in that directory can be renamed or deleted only
1257 by the owner of the file).
1259 Finally, tell smbd how many usershares you will allow by adding to the [global]
1260 section of smb.conf a line such as :
1262 usershare max shares = 100.
1264 To allow 100 usershare definitions. Now, members of the UNIX group "serverops"
1265 can create user defined shares on demand using the commands below.
1266 </para>
1268 <para>The usershare commands are:
1270 <simplelist>
1271 <member>net usershare add sharename path [comment] [acl] [guest_ok=[y|n]] - to add or change a user defined share.</member>
1272 <member>net usershare delete sharename - to delete a user defined share.</member>
1273 <member>net usershare info [-l|--long] [wildcard sharename] - to print info about a user defined share.</member>
1274 <member>net usershare list [-l|--long] [wildcard sharename] - to list user defined shares.</member>
1275 </simplelist>
1277 </para>
1279 <refsect3>
1280 <title>USERSHARE ADD <replaceable>sharename</replaceable> <replaceable>path</replaceable> <replaceable>[comment]</replaceable> <replaceable>[acl]</replaceable> <replaceable>[guest_ok=[y|n]]</replaceable></title>
1282 <para>
1283 Add or replace a new user defined share, with name "sharename".
1284 </para>
1286 <para>
1287 "path" specifies the absolute pathname on the system to be exported.
1288 Restrictions may be put on this, see the global smb.conf parameters:
1289 "usershare owner only", "usershare prefix allow list", and
1290 "usershare prefix deny list".
1291 </para>
1293 <para>
1294 The optional "comment" parameter is the comment that will appear
1295 on the share when browsed to by a client.
1296 </para>
1298 <para>The optional "acl" field
1299 specifies which users have read and write access to the entire share.
1300 Note that guest connections are not allowed unless the smb.conf parameter
1301 "usershare allow guests" has been set. The definition of a user
1302 defined share acl is: "user:permission", where user is a valid
1303 username on the system and permission can be "F", "R", or "D".
1304 "F" stands for "full permissions", ie. read and write permissions.
1305 "D" stands for "deny" for a user, ie. prevent this user from accessing
1306 this share.
1307 "R" stands for "read only", ie. only allow read access to this
1308 share (no creation of new files or directories or writing to files).
1309 </para>
1311 <para>
1312 The default if no "acl" is given is "Everyone:R", which means any 
1313 authenticated user has read-only access.
1314 </para>
1316 <para>
1317 The optional "guest_ok" has the same effect as the parameter of the
1318 same name in smb.conf, in that it allows guest access to this user
1319 defined share. This parameter is only allowed if the global parameter
1320 "usershare allow guests" has been set to true in the smb.conf.
1321 </para>
1323 There is no separate command to modify an existing user defined share,
1324 just use the "net usershare add [sharename]" command using the same
1325 sharename as the one you wish to modify and specify the new options
1326 you wish. The Samba smbd daemon notices user defined share modifications
1327 at connect time so will see the change immediately, there is no need
1328 to restart smbd on adding, deleting or changing a user defined share.
1329 </refsect3>
1331 <refsect3>
1332 <title>USERSHARE DELETE <replaceable>sharename</replaceable></title>
1334 <para>
1335 Deletes the user defined share by name. The Samba smbd daemon
1336 immediately notices this change, although it will not disconnect
1337 any users currently connected to the deleted share.
1338 </para>
1340 </refsect3>
1342 <refsect3>
1343 <title>USERSHARE INFO <replaceable>[-l|--long]</replaceable> <replaceable>[wildcard sharename]</replaceable></title>
1345 <para>
1346 Get info on user defined shares owned by the current user matching the given pattern, or all users.
1347 </para>
1349 <para>
1350 net usershare info on its own dumps out info on the user defined shares that were
1351 created by the current user, or restricts them to share names that match the given
1352 wildcard pattern ('*' matches one or more characters, '?' matches only one character).
1353 If the '-l' or '--long' option is also given, it prints out info on user defined
1354 shares created by other users.
1355 </para>
1357 <para>
1358 The information given about a share looks like:
1360 [foobar]
1361 path=/home/jeremy
1362 comment=testme
1363 usershare_acl=Everyone:F
1364 guest_ok=n
1366 And is a list of the current settings of the user defined share that can be
1367 modified by the "net usershare add" command.
1368 </para>
1370 </refsect3>
1372 <refsect3>
1373 <title>USERSHARE LIST <replaceable>[-l|--long]</replaceable> <replaceable>wildcard sharename</replaceable></title>
1375 <para>
1376 List all the user defined shares owned by the current user matching the given pattern, or all users.
1377 </para>
1379 <para>
1380 net usershare list on its own list out the names of the user defined shares that were
1381 created by the current user, or restricts the list to share names that match the given
1382 wildcard pattern ('*' matches one or more characters, '?' matches only one character).
1383 If the '-l' or '--long' option is also given, it includes the names of user defined
1384 shares created by other users.
1385 </para>
1387 </refsect3>
1389 </refsect2>
1391 <refsect2>
1392 <title>CONF</title>
1394 <para>Starting with version 3.2.0, a Samba server can be configured by data
1395 stored in registry. This configuration data can be edited with the new "net
1396 conf" commands.
1397 </para>
1399 <para>
1400 The deployment of this configuration data can be activated in two levels from the
1401 <emphasis>smb.conf</emphasis> file: Share definitions from registry are
1402 activated by setting <parameter>registry shares</parameter> to
1403 <quote>yes</quote> in the [global] section and global configuration options are
1404 activated by setting <smbconfoption name="include">registry</smbconfoption> in
1405 the [global] section for a mixed configuration or by setting
1406 <smbconfoption name="config backend">registry</smbconfoption> in the [global]
1407 section for a registry-only configuration.
1408 See the <citerefentry><refentrytitle>smb.conf</refentrytitle>
1409 <manvolnum>5</manvolnum></citerefentry> manpage for details.
1410 </para>
1412 <para>The conf commands are:
1413 <simplelist>
1414 <member>net conf list - Dump the complete configuration in smb.conf like
1415 format.</member>
1416 <member>net conf import - Import configuration from file in smb.conf
1417 format.</member>
1418 <member>net conf listshares - List the registry shares.</member>
1419 <member>net conf drop - Delete the complete configuration from
1420 registry.</member>
1421 <member>net conf showshare - Show the definition of a registry share.</member>
1422 <member>net conf addshare - Create a new registry share.</member>
1423 <member>net conf delshare - Delete a registry share.</member>
1424 <member>net conf setparm - Store a parameter.</member>
1425 <member>net conf getparm - Retrieve the value of a parameter.</member>
1426 <member>net conf delparm - Delete a parameter.</member>
1427 <member>net conf getincludes - Show the includes of a share definition.</member>
1428 <member>net conf setincludes - Set includes for a share.</member>
1429 <member>net conf delincludes - Delete includes from a share definition.</member>
1430 </simplelist>
1431 </para>
1433 <refsect3>
1434 <title>CONF LIST</title>
1436 <para>
1437 Print the configuration data stored in the registry in a smb.conf-like format to
1438 standard output.
1439 </para>
1440 </refsect3>
1442 <refsect3>
1443 <title>CONF IMPORT <replaceable>[--test|-T]</replaceable> <replaceable>filename</replaceable> <replaceable>[section]</replaceable></title>
1445 <para>
1446 This command imports configuration from a file in smb.conf format.
1447 If a section encountered in the input file is present in registry,
1448 its contents is replaced. Sections of registry configuration that have
1449 no counterpart in the input file are not affected. If you want to delete these,
1450 you will have to use the "net conf drop" or "net conf delshare" commands.
1451 Optionally, a section may be specified to restrict the effect of the
1452 import command to that specific section. A test mode is enabled by specifying
1453 the parameter "-T" on the commandline. In test mode, no changes are made to the
1454 registry, and the resulting configuration is printed to standard output instead.
1455 </para>
1456 </refsect3>
1458 <refsect3>
1459 <title>CONF LISTSHARES</title>
1461 <para>
1462 List the names of the shares defined in registry.
1463 </para>
1464 </refsect3>
1466 <refsect3>
1467 <title>CONF DROP</title>
1469 <para>
1470 Delete the complete configuration data from registry.
1471 </para>
1472 </refsect3>
1474 <refsect3>
1475 <title>CONF SHOWSHARE <replaceable>sharename</replaceable></title>
1477 <para>
1478 Show the definition of the share or section specified. It is valid to specify
1479 "global" as sharename to retrieve the global configuration options from
1480 registry.
1481 </para>
1482 </refsect3>
1484 <refsect3>
1485 <title>CONF ADDSHARE <replaceable>sharename</replaceable> <replaceable>path</replaceable> [<replaceable>writeable={y|N}</replaceable> [<replaceable>guest_ok={y|N}</replaceable> [<replaceable>comment</replaceable>]]] </title>
1487 <para>Create a new share definition in registry.
1488 The sharename and path have to be given. The share name may
1489 <emphasis>not</emphasis> be "global". Optionally, values for the very
1490 common options "writeable", "guest ok" and a "comment" may be specified.
1491 The same result may be obtained by a sequence of "net conf setparm"
1492 commands.
1493 </para>
1494 </refsect3>
1496 <refsect3>
1497 <title>CONF DELSHARE <replaceable>sharename</replaceable></title>
1499 <para>
1500 Delete a share definition from registry.
1501 </para>
1502 </refsect3>
1504 <refsect3>
1505 <title>CONF SETPARM <replaceable>section</replaceable> <replaceable>parameter</replaceable> <replaceable>value</replaceable></title>
1507 <para>
1508 Store a parameter in registry. The section may be global or a sharename.
1509 The section is created if it does not exist yet.
1510 </para>
1511 </refsect3>
1513 <refsect3>
1514 <title>CONF GETPARM <replaceable>section</replaceable> <replaceable>parameter</replaceable></title>
1516 <para>
1517 Show a parameter stored in registry.
1518 </para>
1519 </refsect3>
1521 <refsect3>
1522 <title>CONF DELPARM <replaceable>section</replaceable> <replaceable>parameter</replaceable></title>
1524 <para>
1525 Delete a parameter stored in registry.
1526 </para>
1527 </refsect3>
1529 <refsect3>
1530 <title>CONF GETINCLUDES <replaceable>section</replaceable></title>
1532 <para>
1533 Get the list of includes for the provided section (global or share).
1534 </para>
1536 <para>
1537 Note that due to the nature of the registry database and the nature of include directives,
1538 the includes need special treatment: Parameters are stored in registry by the parameter
1539 name as valuename, so there is only ever one instance of a parameter per share.
1540 Also, a specific order like in a text file is not guaranteed. For all real
1541 parameters, this is perfectly ok, but the include directive is rather a meta
1542 parameter, for which, in the smb.conf text file, the place where it is specified
1543 between the other parameters is very important. This can not be achieved by the
1544 simple registry smbconf data model, so there is one ordered list of includes
1545 per share, and this list is evaluated after all the parameters of the share.
1546 </para>
1548 <para>
1549 Further note that currently, only files can be included from registry
1550 configuration. In the future, there will be the ability to include configuration
1551 data from other registry keys.
1552 </para>
1553 </refsect3>
1555 <refsect3>
1556 <title>CONF SETINCLUDES <replaceable>section</replaceable> [<replaceable>filename</replaceable>]+</title>
1558 <para>
1559 Set the list of includes for the provided section (global or share) to the given
1560 list of one or more filenames. The filenames may contain the usual smb.conf
1561 macros like %I.
1562 </para>
1563 </refsect3>
1565 <refsect3>
1566 <title>CONF DELINCLUDES <replaceable>section</replaceable></title>
1568 <para>
1569 Delete the list of includes from the provided section (global or share).
1570 </para>
1571 </refsect3>
1573 </refsect2>
1575 <refsect2>
1576 <title>HELP [COMMAND]</title>
1578 <para>Gives usage information for the specified command.</para>
1580 </refsect2>
1582 </refsect1>
1584 <refsect1>
1585         <title>VERSION</title>
1587         <para>This man page is complete for version 3 of the Samba 
1588         suite.</para>
1589 </refsect1>
1591 <refsect1>
1592         <title>AUTHOR</title>
1593         
1594         <para>The original Samba software and related utilities 
1595         were created by Andrew Tridgell. Samba is now developed
1596         by the Samba Team as an Open Source project similar 
1597         to the way the Linux kernel is developed.</para>
1599         <para>The net manpage was written by Jelmer Vernooij.</para>
1600         
1601 </refsect1>
1603 </refentry>