Changeset 860 for vendor/current/docs/manpages/net.8
- Timestamp:
- May 12, 2014, 8:58:38 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/docs/manpages/net.8
r746 r860 2 2 .\" Title: net 3 3 .\" Author: [see the "AUTHOR" section] 4 .\" Generator: DocBook XSL Stylesheets v1.7 5.2<http://docbook.sf.net/>5 .\" Date: 10/29/20124 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> 5 .\" Date: 09/18/2013 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.6 8 8 .\" Language: English 9 9 .\" 10 .TH "NET" "8" "10/29/2012" "Samba 3\&.6" "System Administration tools" 10 .TH "NET" "8" "09/18/2013" "Samba 3\&.6" "System Administration tools" 11 .\" ----------------------------------------------------------------- 12 .\" * Define some portability stuff 13 .\" ----------------------------------------------------------------- 14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 15 .\" http://bugs.debian.org/507673 16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html 17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 18 .ie \n(.g .ds Aq \(aq 19 .el .ds Aq ' 11 20 .\" ----------------------------------------------------------------- 12 21 .\" * set default formatting … … 71 80 .RS 4 72 81 This option allows you to override the NetBIOS name that Samba uses for itself\&. This is identical to setting the 73 \m[blue]\fB \%smb.conf.5.html#\fR\m[]82 \m[blue]\fBnetbios name\fR\m[] 74 83 parameter in the 75 84 smb\&.conf … … 115 124 .sp 116 125 Note that specifying this parameter here will override the 117 \m[blue]\fB \%smb.conf.5.html#\fR\m[]126 \m[blue]\fBlog level\fR\m[] 118 127 parameter in the 119 128 smb\&.conf … … 153 162 [UPN] (ADS only) set the principalname attribute during the join\&. The default format is host/netbiosname@REALM\&. 154 163 .PP 155 [OU] (ADS only) Precreate the computer account in a specific OU\&. The OU string reads from top to bottom without RDNs, and is delimited by a \ '/\'\&. Please note that \'\e\'is used for escape by both the shell and ldap, so it may need to be doubled or quadrupled to pass through, and it is not used as a delimiter\&.164 [OU] (ADS only) Precreate the computer account in a specific OU\&. The OU string reads from top to bottom without RDNs, and is delimited by a \*(Aq/\*(Aq\&. Please note that \*(Aq\e\*(Aq is used for escape by both the shell and ldap, so it may need to be doubled or quadrupled to pass through, and it is not used as a delimiter\&. 156 165 .SS "[RPC] OLDJOIN [options]" 157 166 .PP … … 348 357 .SS "LOOKUP DC [DOMAIN]" 349 358 .PP 350 Give IP\ 's of Domain Controllers for specified359 Give IP\*(Aqs of Domain Controllers for specified 351 360 \fI DOMAIN\fR\&. Defaults to local domain\&. 352 361 .SS "LOOKUP MASTER DOMAIN" … … 357 366 .SS "CACHE" 358 367 .PP 359 Samba uses a general caching interface called \ 'gencache\'\&. It can be controlled using \'NET CACHE\'\&.368 Samba uses a general caching interface called \*(Aqgencache\*(Aq\&. It can be controlled using \*(AqNET CACHE\*(Aq\&. 360 369 .PP 361 370 All the timeout parameters support the suffixes: … … 461 470 .IP \(bu 2.3 462 471 .\} 463 type \- Type of the group; either \ 'domain\', \'local\', or \'builtin\'472 type \- Type of the group; either \*(Aqdomain\*(Aq, \*(Aqlocal\*(Aq, or \*(Aqbuiltin\*(Aq 464 473 .RE 465 474 .sp … … 522 531 .SS "MAXRID" 523 532 .PP 524 Prints out the highest RID currently in use on the local server (by the active \ 'passdb backend\')\&.533 Prints out the highest RID currently in use on the local server (by the active \*(Aqpassdb backend\*(Aq)\&. 525 534 .SS "RPC INFO" 526 535 .PP … … 539 548 \fIDOMAIN$\fR 540 549 with the account flag 541 \fB\ 'I\'\fR550 \fB\*(AqI\*(Aq\fR 542 551 (interdomain trust account)\&. This is required for incoming trusts to work\&. It makes Samba be a trusted domain of the foreign (trusting) domain\&. Users of the Samba domain will be made available in the foreign domain\&. If the command is used against localhost it has the same effect as 543 552 smbpasswd \-a \-i DOMAIN\&. Please note that both commands expect a appropriate UNIX account\&. … … 549 558 .SS "RPC TRUSTDOM ESTABLISH DOMAIN" 550 559 .PP 551 Establish a trust relationship to a trusted domain\&. Interdomain account must already be created on the remote PDC\&. This is required for outgoing trusts to work\&. It makes Samba be a trusting domain of a foreign (trusted) domain\&. Users of the foreign domain will be made available in our domain\&. You\ 'll need winbind and a working idmap config to make them appear in your system\&.560 Establish a trust relationship to a trusted domain\&. Interdomain account must already be created on the remote PDC\&. This is required for outgoing trusts to work\&. It makes Samba be a trusting domain of a foreign (trusted) domain\&. Users of the foreign domain will be made available in our domain\&. You\*(Aqll need winbind and a working idmap config to make them appear in your system\&. 552 561 .SS "RPC TRUSTDOM REVOKE DOMAIN" 553 562 .PP … … 691 700 .SS "RPC RIGHTS" 692 701 .PP 693 This subcommand is used to view and manage Samba\ 's rights assignments (also referred to as privileges)\&. There are three options currently available:702 This subcommand is used to view and manage Samba\*(Aqs rights assignments (also referred to as privileges)\&. There are three options currently available: 694 703 \fIlist\fR, 695 704 \fIgrant\fR, and 696 \fIrevoke\fR\&. More details on Samba\ 's privilege model and its use can be found in the Samba\-HOWTO\-Collection\&.705 \fIrevoke\fR\&. More details on Samba\*(Aqs privilege model and its use can be found in the Samba\-HOWTO\-Collection\&. 697 706 .SS "RPC ABORTSHUTDOWN" 698 707 .PP … … 762 771 .PP 763 772 Example: 764 \fBnet ads search \ '(objectCategory=group)\'sAMAccountName\fR773 \fBnet ads search \*(Aq(objectCategory=group)\*(Aq sAMAccountName\fR 765 774 .SS "ADS DN \fIDN\fR \fI(attributes)\fR" 766 775 .PP … … 768 777 .PP 769 778 Example: 770 \fBnet ads dn \ 'CN=administrator,CN=Users,DC=my,DC=domain\'SAMAccountName\fR779 \fBnet ads dn \*(AqCN=administrator,CN=Users,DC=my,DC=domain\*(Aq SAMAccountName\fR 771 780 .SS "ADS WORKGROUP" 772 781 .PP … … 901 910 \-T|\-\-test 902 911 .RS 4 903 Dry run, show what changes would be made but don\ 't touch anything\&.912 Dry run, show what changes would be made but don\*(Aqt touch anything\&. 904 913 .RE 905 914 .PP … … 984 993 Get info on user defined shares owned by the current user matching the given pattern, or all users\&. 985 994 .PP 986 net usershare info on its own dumps out info on the user defined shares that were created by the current user, or restricts them to share names that match the given wildcard pattern (\ '*\' matches one or more characters, \'?\' matches only one character)\&. If the \'\-l\' or \'\-\-long\'option is also given, it prints out info on user defined shares created by other users\&.995 net usershare info on its own dumps out info on the user defined shares that were created by the current user, or restricts them to share names that match the given wildcard pattern (\*(Aq*\*(Aq matches one or more characters, \*(Aq?\*(Aq matches only one character)\&. If the \*(Aq\-l\*(Aq or \*(Aq\-\-long\*(Aq option is also given, it prints out info on user defined shares created by other users\&. 987 996 .PP 988 997 The information given about a share looks like: [foobar] path=/home/jeremy comment=testme usershare_acl=Everyone:F guest_ok=n And is a list of the current settings of the user defined share that can be modified by the "net usershare add" command\&. … … 991 1000 List all the user defined shares owned by the current user matching the given pattern, or all users\&. 992 1001 .PP 993 net usershare list on its own list out the names of the user defined shares that were created by the current user, or restricts the list to share names that match the given wildcard pattern (\ '*\' matches one or more characters, \'?\' matches only one character)\&. If the \'\-l\' or \'\-\-long\'option is also given, it includes the names of user defined shares created by other users\&.1002 net usershare list on its own list out the names of the user defined shares that were created by the current user, or restricts the list to share names that match the given wildcard pattern (\*(Aq*\*(Aq matches one or more characters, \*(Aq?\*(Aq matches only one character)\&. If the \*(Aq\-l\*(Aq or \*(Aq\-\-long\*(Aq option is also given, it includes the names of user defined shares created by other users\&. 994 1003 .SS "CONF" 995 1004 .PP … … 1100 1109 .SS "REGISTRY" 1101 1110 .PP 1102 Manipulate Samba\ 's registry\&.1111 Manipulate Samba\*(Aqs registry\&. 1103 1112 .PP 1104 1113 The registry commands are:
Note:
See TracChangeset
for help on using the changeset viewer.