source: branches/samba-3.2.x/docs-xml/manpages-3/net.8.xml@ 203

Last change on this file since 203 was 203, checked in by Herwig Bauernfeind, 16 years ago

Missing 3.2.2 client and HOWTO files

File size: 39.5 KB
Line 
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">
4
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>
12
13
14<refnamediv>
15 <refname>net</refname>
16 <refpurpose>Tool for administration of Samba and remote
17 CIFS servers.
18 </refpurpose>
19</refnamediv>
20
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>
40
41<refsect1>
42 <title>DESCRIPTION</title>
43
44 <para>This tool is part of the <citerefentry><refentrytitle>samba</refentrytitle>
45 <manvolnum>7</manvolnum></citerefentry> suite.</para>
46
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>
55
56</refsect1>
57
58<refsect1>
59 <title>OPTIONS</title>
60
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>
71
72 <varlistentry>
73 <term>-W workgroup</term>
74 <listitem><para>
75 Sets client workgroup or domain
76 </para></listitem>
77 </varlistentry>
78
79 <varlistentry>
80 <term>-U user</term>
81 <listitem><para>
82 User name to use
83 </para></listitem>
84 </varlistentry>
85
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>
94
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>
102
103 &stdarg.netbios.name;
104 &stdarg.configfile;
105
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>
113
114 <varlistentry>
115 <term>-l</term>
116 <listitem><para>
117 When listing data, give more information on each item.
118 </para></listitem>
119 </varlistentry>
120
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>
127
128 &stdarg.server.debug;
129 </variablelist>
130</refsect1>
131
132<refsect1>
133<title>COMMANDS</title>
134
135<refsect2>
136<title>CHANGESECRETPW</title>
137
138<para>This command allows the Samba machine account password to be set from an external application
139to a machine account password that has already been stored in Active Directory. DO NOT USE this command
140unless you know exactly what you are doing. The use of this command requires that the force flag (-f)
141be used also. There will be NO command prompt. Whatever information is piped into stdin, either by
142typing at the command line or otherwise, will be stored as the literal machine password. Do NOT use
143this without care and attention as it will overwrite a legitimate machine password without warning.
144YOU HAVE BEEN WARNED.
145</para>
146
147</refsect2>
148
149<refsect2>
150 <title>TIME</title>
151
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>
154
155<refsect3>
156<title>TIME</title>
157
158<para>Without any options, the <command>NET TIME</command> command
159displays the time on the remote server.
160</para>
161
162</refsect3>
163
164<refsect3>
165<title>TIME SYSTEM</title>
166
167<para>Displays the time on the remote server in a format ready for <command>/bin/date</command>.</para>
168
169</refsect3>
170
171<refsect3>
172<title>TIME SET</title>
173<para>Tries to set the date and time of the local server to that on
174the remote server using <command>/bin/date</command>. </para>
175
176</refsect3>
177
178<refsect3>
179<title>TIME ZONE</title>
180
181<para>Displays the timezone in hours from GMT on the remote computer.</para>
182
183</refsect3>
184</refsect2>
185
186<refsect2>
187<title>[RPC|ADS] JOIN [TYPE] [-U username[%password]] [createupn=UPN] [createcomputer=OU] [options]</title>
188
189<para>
190Join 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)
193Otherwise, a password will be prompted for, and a new account may
194be created.</para>
195
196<para>
197[TYPE] may be PDC, BDC or MEMBER to specify the type of server
198joining the domain.
199</para>
200
201<para>
202[UPN] (ADS only) set the principalname attribute during the join. The default
203format is host/netbiosname@REALM.
204</para>
205
206<para>
207[OU] (ADS only) Precreate the computer account in a specific OU. The
208OU string reads from top to bottom without RDNs, and is delimited by
209a '/'. Please note that '\' is used for escape by both the shell
210and ldap, so it may need to be doubled or quadrupled to pass through,
211and it is not used as a delimiter.
212</para>
213</refsect2>
214
215<refsect2>
216<title>[RPC] OLDJOIN [options]</title>
217
218<para>Join a domain. Use the OLDJOIN option to join the domain
219using the old style of domain joining - you need to create a trust
220account in server manager first.</para>
221</refsect2>
222
223<refsect2>
224<title>[RPC|ADS] USER</title>
225
226<refsect3>
227<title>[RPC|ADS] USER</title>
228
229<para>List all users</para>
230
231</refsect3>
232
233<refsect3>
234<title>[RPC|ADS] USER DELETE <replaceable>target</replaceable></title>
235
236<para>Delete specified user</para>
237
238</refsect3>
239
240<refsect3>
241<title>[RPC|ADS] USER INFO <replaceable>target</replaceable></title>
242
243<para>List the domain groups of the specified user.</para>
244
245</refsect3>
246
247<refsect3>
248<title>[RPC|ADS] USER RENAME <replaceable>oldname</replaceable> <replaceable>newname</replaceable></title>
249
250<para>Rename specified user.</para>
251
252</refsect3>
253
254<refsect3>
255<title>[RPC|ADS] USER ADD <replaceable>name</replaceable> [password] [-F user flags] [-C comment]</title>
256
257<para>Add specified user.</para>
258</refsect3>
259</refsect2>
260
261<refsect2>
262<title>[RPC|ADS] GROUP</title>
263
264<refsect3>
265<title>[RPC|ADS] GROUP [misc options] [targets]</title>
266<para>List user groups.</para>
267</refsect3>
268
269<refsect3>
270<title>[RPC|ADS] GROUP DELETE <replaceable>name</replaceable> [misc. options]</title>
271
272<para>Delete specified group.</para>
273
274</refsect3>
275
276<refsect3>
277<title>[RPC|ADS] GROUP ADD <replaceable>name</replaceable> [-C comment]</title>
278
279<para>Create specified group.</para>
280
281</refsect3>
282</refsect2>
283
284<refsect2>
285<title>[RAP|RPC] SHARE</title>
286
287<refsect3>
288<title>[RAP|RPC] SHARE [misc. options] [targets]</title>
289
290<para>Enumerates all exported resources (network shares) on target server.</para>
291
292</refsect3>
293
294<refsect3>
295<title>[RAP|RPC] SHARE ADD <replaceable>name=serverpath</replaceable> [-C comment] [-M maxusers] [targets]</title>
296
297<para>Adds a share from a server (makes the export active). Maxusers
298specifies the number of users that can be connected to the
299share simultaneously.</para>
300
301</refsect3>
302
303<refsect3>
304<title>SHARE DELETE <replaceable>sharename</replaceable></title>
305
306<para>Delete specified share.</para>
307</refsect3>
308</refsect2>
309
310<refsect2>
311<title>[RPC|RAP] FILE</title>
312
313<refsect3>
314<title>[RPC|RAP] FILE</title>
315
316<para>List all open files on remote server.</para>
317
318</refsect3>
319
320<refsect3>
321<title>[RPC|RAP] FILE CLOSE <replaceable>fileid</replaceable></title>
322
323<para>Close file with specified <replaceable>fileid</replaceable> on
324remote server.</para>
325
326</refsect3>
327
328<refsect3>
329<title>[RPC|RAP] FILE INFO <replaceable>fileid</replaceable></title>
330
331<para>
332Print information on specified <replaceable>fileid</replaceable>.
333Currently listed are: file-id, username, locks, path, permissions.
334</para>
335
336</refsect3>
337
338<refsect3>
339<title>[RAP|RPC] FILE USER <replaceable>user</replaceable></title>
340
341<para>
342List files opened by specified <replaceable>user</replaceable>.
343Please note that <command>net rap file user</command> does not work
344against Samba servers.
345</para>
346
347</refsect3>
348
349</refsect2>
350
351<refsect2>
352<title>SESSION</title>
353
354<refsect3>
355<title>RAP SESSION</title>
356
357<para>Without any other options, SESSION enumerates all active SMB/CIFS
358sessions on the target server.</para>
359
360</refsect3>
361
362<refsect3>
363<title>RAP SESSION DELETE|CLOSE <replaceable>CLIENT_NAME</replaceable></title>
364
365<para>Close the specified sessions.</para>
366
367</refsect3>
368
369<refsect3>
370<title>RAP SESSION INFO <replaceable>CLIENT_NAME</replaceable></title>
371
372<para>Give a list with all the open files in specified session.</para>
373
374</refsect3>
375
376</refsect2>
377
378<refsect2>
379<title>RAP SERVER <replaceable>DOMAIN</replaceable></title>
380
381<para>List all servers in specified domain or workgroup. Defaults
382to local domain.</para>
383
384</refsect2>
385
386<refsect2>
387<title>RAP DOMAIN</title>
388
389<para>Lists all domains and workgroups visible on the
390current network.</para>
391
392</refsect2>
393
394<refsect2>
395<title>RAP PRINTQ</title>
396
397<refsect3>
398<title>RAP PRINTQ LIST <replaceable>QUEUE_NAME</replaceable></title>
399
400<para>Lists the specified print queue and print jobs on the server.
401If the <replaceable>QUEUE_NAME</replaceable> is omitted, all
402queues are listed.</para>
403
404</refsect3>
405
406<refsect3>
407<title>RAP PRINTQ DELETE <replaceable>JOBID</replaceable></title>
408
409<para>Delete job with specified id.</para>
410
411</refsect3>
412
413</refsect2>
414
415<refsect2>
416<title>RAP VALIDATE <replaceable>user</replaceable> [<replaceable>password</replaceable>]</title>
417
418<para>
419Validate whether the specified user can log in to the
420remote server. If the password is not specified on the commandline, it
421will be prompted.
422</para>
423
424&not.implemented;
425
426</refsect2>
427
428<refsect2>
429<title>RAP GROUPMEMBER</title>
430
431<refsect3>
432<title>RAP GROUPMEMBER LIST <replaceable>GROUP</replaceable></title>
433
434<para>List all members of the specified group.</para>
435
436</refsect3>
437
438<refsect3>
439<title>RAP GROUPMEMBER DELETE <replaceable>GROUP</replaceable> <replaceable>USER</replaceable></title>
440
441<para>Delete member from group.</para>
442
443</refsect3>
444
445<refsect3>
446<title>RAP GROUPMEMBER ADD <replaceable>GROUP</replaceable> <replaceable>USER</replaceable></title>
447
448<para>Add member to group.</para>
449
450</refsect3>
451
452</refsect2>
453
454<refsect2>
455<title>RAP ADMIN <replaceable>command</replaceable></title>
456
457<para>Execute the specified <replaceable>command</replaceable> on
458the remote server. Only works with OS/2 servers.
459</para>
460
461&not.implemented;
462
463</refsect2>
464
465<refsect2>
466<title>RAP SERVICE</title>
467
468<refsect3>
469<title>RAP SERVICE START <replaceable>NAME</replaceable> [arguments...]</title>
470
471<para>Start the specified service on the remote server. Not implemented yet.</para>
472
473&not.implemented;
474
475</refsect3>
476
477<refsect3>
478<title>RAP SERVICE STOP</title>
479
480<para>Stop the specified service on the remote server.</para>
481
482&not.implemented;
483
484</refsect3>
485
486</refsect2>
487
488<refsect2>
489<title>RAP PASSWORD <replaceable>USER</replaceable> <replaceable>OLDPASS</replaceable> <replaceable>NEWPASS</replaceable></title>
490
491<para>
492Change password of <replaceable>USER</replaceable> from <replaceable>OLDPASS</replaceable> to <replaceable>NEWPASS</replaceable>.
493</para>
494
495</refsect2>
496
497<refsect2>
498<title>LOOKUP</title>
499
500<refsect3>
501<title>LOOKUP HOST <replaceable>HOSTNAME</replaceable> [<replaceable>TYPE</replaceable>]</title>
502
503<para>
504Lookup the IP address of the given host with the specified type (netbios suffix).
505The type defaults to 0x20 (workstation).
506</para>
507
508</refsect3>
509
510<refsect3>
511<title>LOOKUP LDAP [<replaceable>DOMAIN</replaceable>]</title>
512
513<para>Give IP address of LDAP server of specified <replaceable>DOMAIN</replaceable>. Defaults to local domain.</para>
514
515</refsect3>
516
517<refsect3>
518<title>LOOKUP KDC [<replaceable>REALM</replaceable>]</title>
519
520<para>Give IP address of KDC for the specified <replaceable>REALM</replaceable>.
521Defaults to local realm.</para>
522
523</refsect3>
524
525<refsect3>
526<title>LOOKUP DC [<replaceable>DOMAIN</replaceable>]</title>
527
528<para>Give IP's of Domain Controllers for specified <replaceable>
529DOMAIN</replaceable>. Defaults to local domain.</para>
530
531</refsect3>
532
533<refsect3>
534<title>LOOKUP MASTER <replaceable>DOMAIN</replaceable></title>
535
536<para>Give IP of master browser for specified <replaceable>DOMAIN</replaceable>
537or workgroup. Defaults to local domain.</para>
538
539</refsect3>
540
541</refsect2>
542
543<refsect2>
544<title>CACHE</title>
545
546<para>Samba uses a general caching interface called 'gencache'. It
547can be controlled using 'NET CACHE'.</para>
548
549<para>All the timeout parameters support the suffixes:
550
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>
558
559</para>
560
561<refsect3>
562<title>CACHE ADD <replaceable>key</replaceable> <replaceable>data</replaceable> <replaceable>time-out</replaceable></title>
563
564<para>Add specified key+data to the cache with the given timeout.</para>
565
566</refsect3>
567
568<refsect3>
569<title>CACHE DEL <replaceable>key</replaceable></title>
570
571<para>Delete key from the cache.</para>
572
573</refsect3>
574
575<refsect3>
576<title>CACHE SET <replaceable>key</replaceable> <replaceable>data</replaceable> <replaceable>time-out</replaceable></title>
577
578<para>Update data of existing cache entry.</para>
579
580</refsect3>
581
582<refsect3>
583<title>CACHE SEARCH <replaceable>PATTERN</replaceable></title>
584
585<para>Search for the specified pattern in the cache data.</para>
586
587</refsect3>
588
589<refsect3>
590<title>CACHE LIST</title>
591
592<para>
593List all current items in the cache.
594</para>
595
596</refsect3>
597
598<refsect3>
599<title>CACHE FLUSH</title>
600
601<para>Remove all the current items from the cache.</para>
602
603</refsect3>
604
605</refsect2>
606
607<refsect2>
608<title>GETLOCALSID [DOMAIN]</title>
609
610<para>Prints the SID of the specified domain, or if the parameter is
611omitted, the SID of the local server.</para>
612
613</refsect2>
614
615<refsect2>
616<title>SETLOCALSID S-1-5-21-x-y-z</title>
617
618<para>Sets SID for the local server to the specified SID.</para>
619
620</refsect2>
621
622<refsect2>
623<title>GETDOMAINSID</title>
624
625<para>Prints the local machine SID and the SID of the current
626domain.</para>
627
628</refsect2>
629
630<refsect2>
631<title>SETDOMAINSID</title>
632
633<para>Sets the SID of the current domain.</para>
634
635</refsect2>
636
637<refsect2>
638<title>GROUPMAP</title>
639
640<para>Manage the mappings between Windows group SIDs and UNIX groups.
641Common options include:</para>
642
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>
653
654<refsect3>
655<title>GROUPMAP ADD</title>
656
657<para>
658Add a new group mapping entry:
659<programlisting>
660net groupmap add {rid=int|sid=string} unixgroup=string \
661 [type={domain|local}] [ntgroup=string] [comment=string]
662</programlisting>
663</para>
664
665</refsect3>
666
667<refsect3>
668<title>GROUPMAP DELETE</title>
669
670<para>Delete a group mapping entry. If more than one group name matches, the first entry found is deleted.</para>
671
672<para>net groupmap delete {ntgroup=string|sid=SID}</para>
673
674</refsect3>
675
676<refsect3>
677<title>GROUPMAP MODIFY</title>
678
679<para>Update en existing group entry.</para>
680
681<para>
682<programlisting>
683net groupmap modify {ntgroup=string|sid=SID} [unixgroup=string] \
684 [comment=string] [type={domain|local}]
685</programlisting>
686</para>
687</refsect3>
688
689<refsect3>
690<title>GROUPMAP LIST</title>
691
692<para>List existing group mapping entries.</para>
693
694<para>net groupmap list [verbose] [ntgroup=string] [sid=SID]</para>
695
696</refsect3>
697</refsect2>
698
699
700
701<refsect2>
702<title>MAXRID</title>
703
704<para>Prints out the highest RID currently in use on the local
705server (by the active 'passdb backend').
706</para>
707
708</refsect2>
709
710<refsect2>
711<title>RPC INFO</title>
712
713<para>Print information about the domain of the remote server,
714such as domain name, domain sid and number of users and groups.
715</para>
716
717</refsect2>
718
719<refsect2>
720<title>[RPC|ADS] TESTJOIN</title>
721
722<para>Check whether participation in a domain is still valid.</para>
723
724</refsect2>
725
726<refsect2>
727<title>[RPC|ADS] CHANGETRUSTPW</title>
728
729<para>Force change of domain trust password.</para>
730
731</refsect2>
732
733<refsect2>
734<title>RPC TRUSTDOM</title>
735
736<refsect3>
737<title>RPC TRUSTDOM ADD <replaceable>DOMAIN</replaceable></title>
738
739<para>Add a interdomain trust account for <replaceable>DOMAIN</replaceable>.
740This is in fact a Samba account named <replaceable>DOMAIN$</replaceable>
741with the account flag <constant>'I'</constant> (interdomain trust account).
742If the command is used against localhost it has the same effect as
743<command>smbpasswd -a -i DOMAIN</command>. Please note that both commands
744expect a appropriate UNIX account.
745</para>
746
747</refsect3>
748
749<refsect3>
750<title>RPC TRUSTDOM DEL <replaceable>DOMAIN</replaceable></title>
751
752<para>Remove interdomain trust account for
753<replaceable>DOMAIN</replaceable>. If it is used against localhost
754it has the same effect as <command>smbpasswd -x DOMAIN$</command>.
755</para>
756
757</refsect3>
758
759<refsect3>
760<title>RPC TRUSTDOM ESTABLISH <replaceable>DOMAIN</replaceable></title>
761
762<para>
763Establish a trust relationship to a trusting domain.
764Interdomain account must already be created on the remote PDC.
765</para>
766
767</refsect3>
768
769<refsect3>
770<title>RPC TRUSTDOM REVOKE <replaceable>DOMAIN</replaceable></title>
771<para>Abandon relationship to trusted domain</para>
772
773</refsect3>
774
775<refsect3>
776<title>RPC TRUSTDOM LIST</title>
777
778<para>List all current interdomain trust relationships.</para>
779
780</refsect3>
781
782<refsect3>
783<title>RPC RIGHTS</title>
784
785<para>This subcommand is used to view and manage Samba's rights assignments (also
786referred 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
789can be found in the Samba-HOWTO-Collection.</para>
790
791</refsect3>
792
793
794</refsect2>
795
796<refsect2>
797<title>RPC ABORTSHUTDOWN</title>
798
799<para>Abort the shutdown of a remote server.</para>
800
801</refsect2>
802
803<refsect2>
804<title>RPC SHUTDOWN [-t timeout] [-r] [-f] [-C message]</title>
805
806<para>Shut down the remote server.</para>
807
808<variablelist>
809<varlistentry>
810<term>-r</term>
811<listitem><para>
812Reboot after shutdown.
813</para></listitem>
814</varlistentry>
815
816<varlistentry>
817<term>-f</term>
818<listitem><para>
819Force shutting down all applications.
820</para></listitem>
821</varlistentry>
822
823<varlistentry>
824<term>-t timeout</term>
825<listitem><para>
826Timeout before system will be shut down. An interactive
827user of the system can use this time to cancel the shutdown.
828</para></listitem>
829</varlistentry>'>
830
831<varlistentry>
832<term>-C message</term>
833<listitem><para>Display the specified message on the screen to
834announce the shutdown.</para></listitem>
835</varlistentry>
836</variablelist>
837
838</refsect2>
839
840<refsect2>
841<title>RPC SAMDUMP</title>
842
843<para>Print out sam database of remote server. You need
844to run this against the PDC, from a Samba machine joined as a BDC. </para>
845</refsect2>
846
847<refsect2>
848<title>RPC VAMPIRE</title>
849
850<para>Export users, aliases and groups from remote server to
851local server. You need to run this against the PDC, from a Samba machine joined as a BDC.
852</para>
853
854</refsect2>
855
856<refsect2>
857<title>RPC GETSID</title>
858
859<para>Fetch domain SID and store it in the local <filename>secrets.tdb</filename>. </para>
860
861</refsect2>
862
863<refsect2>
864<title>ADS LEAVE</title>
865
866<para>Make the remote host leave the domain it is part of. </para>
867
868</refsect2>
869
870<refsect2>
871<title>ADS STATUS</title>
872
873<para>Print out status of machine account of the local machine in ADS.
874Prints out quite some debug info. Aimed at developers, regular
875users should use <command>NET ADS TESTJOIN</command>.</para>
876
877</refsect2>
878
879<refsect2>
880<title>ADS PRINTER</title>
881
882<refsect3>
883<title>ADS PRINTER INFO [<replaceable>PRINTER</replaceable>] [<replaceable>SERVER</replaceable>]</title>
884
885<para>
886Lookup info for <replaceable>PRINTER</replaceable> on <replaceable>SERVER</replaceable>. The printer name defaults to "*", the
887server name defaults to the local host.</para>
888
889</refsect3>
890
891<refsect3>
892<title>ADS PRINTER PUBLISH <replaceable>PRINTER</replaceable></title>
893
894<para>Publish specified printer using ADS.</para>
895
896</refsect3>
897
898<refsect3>
899<title>ADS PRINTER REMOVE <replaceable>PRINTER</replaceable></title>
900
901<para>Remove specified printer from ADS directory.</para>
902
903</refsect3>
904
905</refsect2>
906
907<refsect2>
908<title>ADS SEARCH <replaceable>EXPRESSION</replaceable> <replaceable>ATTRIBUTES...</replaceable></title>
909
910<para>Perform a raw LDAP search on a ADS server and dump the results. The
911expression is a standard LDAP search expression, and the
912attributes are a list of LDAP fields to show in the results.</para>
913
914<para>Example: <userinput>net ads search '(objectCategory=group)' sAMAccountName</userinput>
915</para>
916
917</refsect2>
918
919<refsect2>
920<title>ADS DN <replaceable>DN</replaceable> <replaceable>(attributes)</replaceable></title>
921
922<para>
923Perform a raw LDAP search on a ADS server and dump the results. The
924DN standard LDAP DN, and the attributes are a list of LDAP fields
925to show in the result.
926</para>
927
928<para>Example: <userinput>net ads dn 'CN=administrator,CN=Users,DC=my,DC=domain' SAMAccountName</userinput></para>
929
930</refsect2>
931
932<refsect2>
933<title>ADS WORKGROUP</title>
934
935<para>Print out workgroup name for specified kerberos realm.</para>
936
937</refsect2>
938
939<refsect2>
940<title>SAM CREATEBUILTINGROUP &lt;NAME&gt;</title>
941
942<para>
943(Re)Create a BUILTIN group.
944Only a wellknown set of BUILTIN groups can be created with this command.
945This is the list of currently recognized group names: Administrators,
946Users, Guests, Power Users, Account Operators, Server Operators, Print
947Operators, Backup Operators, Replicator, RAS Servers, Pre-Windows 2000
948compatible Access.
949
950This command requires a running Winbindd with idmap allocation properly
951configured. The group gid will be allocated out of the winbindd range.
952</para>
953
954</refsect2>
955
956<refsect2>
957<title>SAM CREATELOCALGROUP &lt;NAME&gt;</title>
958
959<para>
960Create a LOCAL group (also known as Alias).
961
962This command requires a running Winbindd with idmap allocation properly
963configured. The group gid will be allocated out of the winbindd range.
964</para>
965
966</refsect2>
967
968<refsect2>
969<title>SAM DELETELOCALGROUP &lt;NAME&gt;</title>
970
971<para>
972Delete an existing LOCAL group (also known as Alias).
973
974</para>
975
976</refsect2>
977
978<refsect2>
979<title>SAM MAPUNIXGROUP &lt;NAME&gt;</title>
980
981<para>
982Map an existing Unix group and make it a Domain Group, the domain group
983will have the same name.
984</para>
985
986</refsect2>
987
988<refsect2>
989<title>SAM UNMAPUNIXGROUP &lt;NAME&gt;</title>
990
991<para>
992Remove an existing group mapping entry.
993</para>
994
995</refsect2>
996
997<refsect2>
998<title>SAM ADDMEM &lt;GROUP&gt; &lt;MEMBER&gt;</title>
999
1000<para>
1001Add a member to a Local group. The group can be specified only by name,
1002the member can be specified by name or SID.
1003</para>
1004
1005</refsect2>
1006
1007<refsect2>
1008<title>SAM DELMEM &lt;GROUP&gt; &lt;MEMBER&gt;</title>
1009
1010<para>
1011Remove a member from a Local group. The group and the member must be
1012specified by name.
1013</para>
1014
1015</refsect2>
1016
1017<refsect2>
1018<title>SAM LISTMEM &lt;GROUP&gt;</title>
1019
1020<para>
1021List Local group members. The group must be specified by name.
1022</para>
1023
1024</refsect2>
1025
1026<refsect2>
1027<title>SAM LIST &lt;users|groups|localgroups|builtin|workstations&gt; [verbose]</title>
1028
1029<para>
1030List the specified set of accounts by name. If verbose is specified,
1031the rid and description is also provided for each account.
1032</para>
1033
1034</refsect2>
1035
1036<refsect2>
1037<title>SAM SHOW &lt;NAME&gt;</title>
1038
1039<para>
1040Show the full DOMAIN\\NAME the SID and the type for the corresponding
1041account.
1042</para>
1043
1044</refsect2>
1045
1046<refsect2>
1047<title>SAM SET HOMEDIR &lt;NAME&gt; &lt;DIRECTORY&gt;</title>
1048
1049<para>
1050Set the home directory for a user account.
1051</para>
1052
1053</refsect2>
1054
1055<refsect2>
1056<title>SAM SET PROFILEPATH &lt;NAME&gt; &lt;PATH&gt;</title>
1057
1058<para>
1059Set the profile path for a user account.
1060</para>
1061
1062</refsect2>
1063
1064<refsect2>
1065<title>SAM SET COMMENT &lt;NAME&gt; &lt;COMMENT&gt;</title>
1066
1067<para>
1068Set the comment for a user or group account.
1069</para>
1070
1071</refsect2>
1072
1073<refsect2>
1074<title>SAM SET FULLNAME &lt;NAME&gt; &lt;FULL NAME&gt;</title>
1075
1076<para>
1077Set the full name for a user account.
1078</para>
1079
1080</refsect2>
1081
1082<refsect2>
1083<title>SAM SET LOGONSCRIPT &lt;NAME&gt; &lt;SCRIPT&gt;</title>
1084
1085<para>
1086Set the logon script for a user account.
1087</para>
1088
1089</refsect2>
1090
1091<refsect2>
1092<title>SAM SET HOMEDRIVE &lt;NAME&gt; &lt;DRIVE&gt;</title>
1093
1094<para>
1095Set the home drive for a user account.
1096</para>
1097
1098</refsect2>
1099
1100<refsect2>
1101<title>SAM SET WORKSTATIONS &lt;NAME&gt; &lt;WORKSTATIONS&gt;</title>
1102
1103<para>
1104Set the workstations a user account is allowed to log in from.
1105</para>
1106
1107</refsect2>
1108
1109<refsect2>
1110<title>SAM SET DISABLE &lt;NAME&gt;</title>
1111
1112<para>
1113Set the "disabled" flag for a user account.
1114</para>
1115
1116</refsect2>
1117
1118<refsect2>
1119<title>SAM SET PWNOTREQ &lt;NAME&gt;</title>
1120
1121<para>
1122Set the "password not required" flag for a user account.
1123</para>
1124
1125</refsect2>
1126
1127<refsect2>
1128<title>SAM SET AUTOLOCK &lt;NAME&gt;</title>
1129
1130<para>
1131Set the "autolock" flag for a user account.
1132</para>
1133
1134</refsect2>
1135
1136<refsect2>
1137<title>SAM SET PWNOEXP &lt;NAME&gt;</title>
1138
1139<para>
1140Set the "password do not expire" flag for a user account.
1141</para>
1142
1143</refsect2>
1144
1145<refsect2>
1146<title>SAM SET PWDMUSTCHANGENOW &lt;NAME&gt; [yes|no]</title>
1147
1148<para>
1149Set or unset the "password must change" flag for a user account.
1150</para>
1151
1152</refsect2>
1153
1154<refsect2>
1155<title>SAM POLICY LIST</title>
1156
1157<para>
1158List the available account policies.
1159</para>
1160
1161</refsect2>
1162
1163<refsect2>
1164<title>SAM POLICY SHOW &lt;account policy&gt;</title>
1165
1166<para>
1167Show the account policy value.
1168</para>
1169
1170</refsect2>
1171
1172<refsect2>
1173<title>SAM POLICY SET &lt;account policy&gt; &lt;value&gt;</title>
1174
1175<para>
1176Set a value for the account policy.
1177Valid values can be: "forever", "never", "off", or a number.
1178</para>
1179
1180</refsect2>
1181
1182<refsect2>
1183<title>SAM PROVISION</title>
1184
1185<para>
1186Only available if ldapsam:editposix is set and winbindd is running.
1187Properly populates the ldap tree with the basic accounts (Administrator)
1188and groups (Domain Users, Domain Admins, Domain Guests) on the ldap tree.
1189</para>
1190
1191</refsect2>
1192
1193<refsect2>
1194<title>IDMAP DUMP &lt;local tdb file name&gt;</title>
1195
1196<para>
1197Dumps the mappings contained in the local tdb file specified.
1198This command is useful to dump only the mappings produced by the idmap_tdb backend.
1199</para>
1200
1201</refsect2>
1202
1203<refsect2>
1204<title>IDMAP RESTORE [input file]</title>
1205
1206<para>
1207Restore the mappings from the specified file or stdin.
1208</para>
1209
1210</refsect2>
1211
1212<refsect2>
1213<title>IDMAP SECRET &lt;DOMAIN&gt;|ALLOC &lt;secret&gt;</title>
1214
1215<para>
1216Store a secret for the specified domain, used primarily for domains
1217that use idmap_ldap as a backend. In this case the secret is used
1218as the password for the user DN used to bind to the ldap server.
1219</para>
1220
1221</refsect2>
1222
1223<refsect2>
1224<title>USERSHARE</title>
1225
1226<para>Starting with version 3.0.23, a Samba server now supports the ability for
1227non-root users to add user defined shares to be exported using the "net usershare"
1228commands.
1229</para>
1230
1231<para>
1232To set this up, first set up your smb.conf by adding to the [global] section:
1233
1234usershare path = /usr/local/samba/lib/usershares
1235
1236Next create the directory /usr/local/samba/lib/usershares, change the owner to root and
1237set the group owner to the UNIX group who should have the ability to create usershares,
1238for example a group called "serverops".
1239
1240Set the permissions on /usr/local/samba/lib/usershares to 01770.
1241
1242(Owner and group all access, no access for others, plus the sticky bit,
1243which means that a file in that directory can be renamed or deleted only
1244by the owner of the file).
1245
1246Finally, tell smbd how many usershares you will allow by adding to the [global]
1247section of smb.conf a line such as :
1248
1249usershare max shares = 100.
1250
1251To allow 100 usershare definitions. Now, members of the UNIX group "serverops"
1252can create user defined shares on demand using the commands below.
1253</para>
1254
1255<para>The usershare commands are:
1256
1257<simplelist>
1258<member>net usershare add sharename path [comment] [acl] [guest_ok=[y|n]] - to add or change a user defined share.</member>
1259<member>net usershare delete sharename - to delete a user defined share.</member>
1260<member>net usershare info [-l|--long] [wildcard sharename] - to print info about a user defined share.</member>
1261<member>net usershare list [-l|--long] [wildcard sharename] - to list user defined shares.</member>
1262</simplelist>
1263
1264</para>
1265
1266<refsect3>
1267<title>USERSHARE ADD <replaceable>sharename</replaceable> <replaceable>path</replaceable> <replaceable>[comment]</replaceable> <replaceable>[acl]</replaceable> <replaceable>[guest_ok=[y|n]]</replaceable></title>
1268
1269<para>
1270Add or replace a new user defined share, with name "sharename".
1271</para>
1272
1273<para>
1274"path" specifies the absolute pathname on the system to be exported.
1275Restrictions may be put on this, see the global smb.conf parameters:
1276"usershare owner only", "usershare prefix allow list", and
1277"usershare prefix deny list".
1278</para>
1279
1280<para>
1281The optional "comment" parameter is the comment that will appear
1282on the share when browsed to by a client.
1283</para>
1284
1285<para>The optional "acl" field
1286specifies which users have read and write access to the entire share.
1287Note that guest connections are not allowed unless the smb.conf parameter
1288"usershare allow guests" has been set. The definition of a user
1289defined share acl is: "user:permission", where user is a valid
1290username on the system and permission can be "F", "R", or "D".
1291"F" stands for "full permissions", ie. read and write permissions.
1292"D" stands for "deny" for a user, ie. prevent this user from accessing
1293this share.
1294"R" stands for "read only", ie. only allow read access to this
1295share (no creation of new files or directories or writing to files).
1296</para>
1297
1298<para>
1299The default if no "acl" is given is "Everyone:R", which means any
1300authenticated user has read-only access.
1301</para>
1302
1303<para>
1304The optional "guest_ok" has the same effect as the parameter of the
1305same name in smb.conf, in that it allows guest access to this user
1306defined share. This parameter is only allowed if the global parameter
1307"usershare allow guests" has been set to true in the smb.conf.
1308</para>
1309
1310There is no separate command to modify an existing user defined share,
1311just use the "net usershare add [sharename]" command using the same
1312sharename as the one you wish to modify and specify the new options
1313you wish. The Samba smbd daemon notices user defined share modifications
1314at connect time so will see the change immediately, there is no need
1315to restart smbd on adding, deleting or changing a user defined share.
1316</refsect3>
1317
1318<refsect3>
1319<title>USERSHARE DELETE <replaceable>sharename</replaceable></title>
1320
1321<para>
1322Deletes the user defined share by name. The Samba smbd daemon
1323immediately notices this change, although it will not disconnect
1324any users currently connected to the deleted share.
1325</para>
1326
1327</refsect3>
1328
1329<refsect3>
1330<title>USERSHARE INFO <replaceable>[-l|--long]</replaceable> <replaceable>[wildcard sharename]</replaceable></title>
1331
1332<para>
1333Get info on user defined shares owned by the current user matching the given pattern, or all users.
1334</para>
1335
1336<para>
1337net usershare info on its own dumps out info on the user defined shares that were
1338created by the current user, or restricts them to share names that match the given
1339wildcard pattern ('*' matches one or more characters, '?' matches only one character).
1340If the '-l' or '--long' option is also given, it prints out info on user defined
1341shares created by other users.
1342</para>
1343
1344<para>
1345The information given about a share looks like:
1346
1347[foobar]
1348path=/home/jeremy
1349comment=testme
1350usershare_acl=Everyone:F
1351guest_ok=n
1352
1353And is a list of the current settings of the user defined share that can be
1354modified by the "net usershare add" command.
1355</para>
1356
1357</refsect3>
1358
1359<refsect3>
1360<title>USERSHARE LIST <replaceable>[-l|--long]</replaceable> <replaceable>wildcard sharename</replaceable></title>
1361
1362<para>
1363List all the user defined shares owned by the current user matching the given pattern, or all users.
1364</para>
1365
1366<para>
1367net usershare list on its own list out the names of the user defined shares that were
1368created by the current user, or restricts the list to share names that match the given
1369wildcard pattern ('*' matches one or more characters, '?' matches only one character).
1370If the '-l' or '--long' option is also given, it includes the names of user defined
1371shares created by other users.
1372</para>
1373
1374</refsect3>
1375
1376</refsect2>
1377
1378<refsect2>
1379<title>CONF</title>
1380
1381<para>Starting with version 3.2.0, a Samba server can be configured by data
1382stored in registry. This configuration data can be edited with the new "net
1383conf" commands.
1384</para>
1385
1386<para>
1387The deployment of this configuration data can be activated in two levels from the
1388<emphasis>smb.conf</emphasis> file: Share definitions from registry are
1389activated by setting <parameter>registry shares</parameter> to
1390<quote>yes</quote> in the [global] section and global configuration options are
1391activated by setting <smbconfoption name="include">registry</smbconfoption> in
1392the [global] section for a mixed configuration or by setting
1393<smbconfoption name="config backend">registry</smbconfoption> in the [global]
1394section for a registry-only configuration.
1395See the <citerefentry><refentrytitle>smb.conf</refentrytitle>
1396<manvolnum>5</manvolnum></citerefentry> manpage for details.
1397</para>
1398
1399<para>The conf commands are:
1400<simplelist>
1401<member>net conf list - Dump the complete configuration in smb.conf like
1402format.</member>
1403<member>net conf import - Import configuration from file in smb.conf
1404format.</member>
1405<member>net conf listshares - List the registry shares.</member>
1406<member>net conf drop - Delete the complete configuration from
1407registry.</member>
1408<member>net conf showshare - Show the definition of a registry share.</member>
1409<member>net conf addshare - Create a new registry share.</member>
1410<member>net conf delshare - Delete a registry share.</member>
1411<member>net conf setparm - Store a parameter.</member>
1412<member>net conf getparm - Retrieve the value of a parameter.</member>
1413<member>net conf delparm - Delete a parameter.</member>
1414<member>net conf getincludes - Show the includes of a share definition.</member>
1415<member>net conf setincludes - Set includes for a share.</member>
1416<member>net conf delincludes - Delete includes from a share definition.</member>
1417</simplelist>
1418</para>
1419
1420<refsect3>
1421<title>CONF LIST</title>
1422
1423<para>
1424Print the configuration data stored in the registry in a smb.conf-like format to
1425standard output.
1426</para>
1427</refsect3>
1428
1429<refsect3>
1430<title>CONF IMPORT <replaceable>[--test|-T]</replaceable> <replaceable>filename</replaceable> <replaceable>[section]</replaceable></title>
1431
1432<para>
1433This command imports configuration from a file in smb.conf format.
1434If a section encountered in the input file is present in registry,
1435its contents is replaced. Sections of registry configuration that have
1436no counterpart in the input file are not affected. If you want to delete these,
1437you will have to use the "net conf drop" or "net conf delshare" commands.
1438Optionally, a section may be specified to restrict the effect of the
1439import command to that specific section. A test mode is enabled by specifying
1440the parameter "-T" on the commandline. In test mode, no changes are made to the
1441registry, and the resulting configuration is printed to standard output instead.
1442</para>
1443</refsect3>
1444
1445<refsect3>
1446<title>CONF LISTSHARES</title>
1447
1448<para>
1449List the names of the shares defined in registry.
1450</para>
1451</refsect3>
1452
1453<refsect3>
1454<title>CONF DROP</title>
1455
1456<para>
1457Delete the complete configuration data from registry.
1458</para>
1459</refsect3>
1460
1461<refsect3>
1462<title>CONF SHOWSHARE <replaceable>sharename</replaceable></title>
1463
1464<para>
1465Show the definition of the share or section specified. It is valid to specify
1466"global" as sharename to retrieve the global configuration options from
1467registry.
1468</para>
1469</refsect3>
1470
1471<refsect3>
1472<title>CONF ADDSHARE <replaceable>sharename</replaceable> <replaceable>path</replaceable> [<replaceable>writeable={y|N}</replaceable> [<replaceable>guest_ok={y|N}</replaceable> [<replaceable>comment</replaceable>]]] </title>
1473
1474<para>Create a new share definition in registry.
1475The sharename and path have to be given. The share name may
1476<emphasis>not</emphasis> be "global". Optionally, values for the very
1477common options "writeable", "guest ok" and a "comment" may be specified.
1478The same result may be obtained by a sequence of "net conf setparm"
1479commands.
1480</para>
1481</refsect3>
1482
1483<refsect3>
1484<title>CONF DELSHARE <replaceable>sharename</replaceable></title>
1485
1486<para>
1487Delete a share definition from registry.
1488</para>
1489</refsect3>
1490
1491<refsect3>
1492<title>CONF SETPARM <replaceable>section</replaceable> <replaceable>parameter</replaceable> <replaceable>value</replaceable></title>
1493
1494<para>
1495Store a parameter in registry. The section may be global or a sharename.
1496The section is created if it does not exist yet.
1497</para>
1498</refsect3>
1499
1500<refsect3>
1501<title>CONF GETPARM <replaceable>section</replaceable> <replaceable>parameter</replaceable></title>
1502
1503<para>
1504Show a parameter stored in registry.
1505</para>
1506</refsect3>
1507
1508<refsect3>
1509<title>CONF DELPARM <replaceable>section</replaceable> <replaceable>parameter</replaceable></title>
1510
1511<para>
1512Delete a parameter stored in registry.
1513</para>
1514</refsect3>
1515
1516<refsect3>
1517<title>CONF GETINCLUDES <replaceable>section</replaceable></title>
1518
1519<para>
1520Get the list of includes for the provided section (global or share).
1521</para>
1522
1523<para>
1524Note that due to the nature of the registry database and the nature of include directives,
1525the includes need special treatment: Parameters are stored in registry by the parameter
1526name as valuename, so there is only ever one instance of a parameter per share.
1527Also, a specific order like in a text file is not guaranteed. For all real
1528parameters, this is perfectly ok, but the include directive is rather a meta
1529parameter, for which, in the smb.conf text file, the place where it is specified
1530between the other parameters is very important. This can not be achieved by the
1531simple registry smbconf data model, so there is one ordered list of includes
1532per share, and this list is evaluated after all the parameters of the share.
1533</para>
1534
1535<para>
1536Further note that currently, only files can be included from registry
1537configuration. In the future, there will be the ability to include configuration
1538data from other registry keys.
1539</para>
1540</refsect3>
1541
1542<refsect3>
1543<title>CONF SETINCLUDES <replaceable>section</replaceable> [<replaceable>filename</replaceable>]+</title>
1544
1545<para>
1546Set the list of includes for the provided section (global or share) to the given
1547list of one or more filenames. The filenames may contain the usual smb.conf
1548macros like %I.
1549</para>
1550</refsect3>
1551
1552<refsect3>
1553<title>CONF DELINCLUDES <replaceable>section</replaceable></title>
1554
1555<para>
1556Delete the list of includes from the provided section (global or share).
1557</para>
1558</refsect3>
1559
1560</refsect2>
1561
1562<refsect2>
1563<title>HELP [COMMAND]</title>
1564
1565<para>Gives usage information for the specified command.</para>
1566
1567</refsect2>
1568
1569</refsect1>
1570
1571<refsect1>
1572 <title>VERSION</title>
1573
1574 <para>This man page is complete for version 3 of the Samba
1575 suite.</para>
1576</refsect1>
1577
1578<refsect1>
1579 <title>AUTHOR</title>
1580
1581 <para>The original Samba software and related utilities
1582 were created by Andrew Tridgell. Samba is now developed
1583 by the Samba Team as an Open Source project similar
1584 to the way the Linux kernel is developed.</para>
1585
1586 <para>The net manpage was written by Jelmer Vernooij.</para>
1587
1588</refsect1>
1589
1590</refentry>
Note: See TracBrowser for help on using the repository browser.