Changeset 309 for branches/samba-3.3.x/docs/manpages/net.8
- Timestamp:
- Aug 4, 2009, 8:51:22 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/docs/manpages/net.8
r285 r309 2 2 .\" Author: [see the "AUTHOR" section] 3 3 .\" Generator: DocBook XSL Stylesheets v1.74.0 <http://docbook.sf.net/> 4 .\" Date: 0 6/23/20094 .\" Date: 07/28/2009 5 5 .\" Manual: System Administration tools 6 6 .\" Source: Samba 3.3 7 7 .\" Language: English 8 8 .\" 9 .TH "NET" "8" "0 6/23/2009" "Samba 3\&.3" "System Administration tools"9 .TH "NET" "8" "07/28/2009" "Samba 3\&.3" "System Administration tools" 10 10 .\" ----------------------------------------------------------------- 11 11 .\" * (re)Define some macros … … 847 847 .PP 848 848 List the specified set of accounts by name\&. If verbose is specified, the rid and description is also provided for each account\&. 849 .SS "SAM RIGHTS LIST" 850 .PP 851 List all available privileges\&. 852 .SS "SAM RIGHTS GRANT <NAME> <PRIVILEGE>" 853 .PP 854 Grant a certain privilege to a user\&. 855 .SS "SAM RIGHTS REVOKE <NAME> <PRIVILEGE>" 856 .PP 857 Revoke a certain privilege from a user\&. 849 858 .SS "SAM SHOW <NAME>" 850 859 .PP … … 1151 1160 .RE 1152 1161 .PP 1153 Note that you also need to use standard net param ters to connect and authenticate to the remote machine that you want to join\&. These additional parameters include: \-S computer and \-U user\&.1162 Note that you also need to use standard net parameters to connect and authenticate to the remote machine that you want to join\&. These additional parameters include: \-S computer and \-U user\&. 1154 1163 .PP 1155 1164 Example: net dom join \-S xp \-U XP\e\eadministrator%secret domain=MYDOM account=MYDOM\e\eadministrator password=topsecret reboot\&. … … 1198 1207 .RE 1199 1208 .PP 1200 Note that you also need to use standard net param ters to connect and authenticate to the remote machine that you want to unjoin\&. These additional parameters include: \-S computer and \-U user\&.1209 Note that you also need to use standard net parameters to connect and authenticate to the remote machine that you want to unjoin\&. These additional parameters include: \-S computer and \-U user\&. 1201 1210 .PP 1202 1211 Example: net dom unjoin \-S xp \-U XP\e\eadministrator%secret account=MYDOM\e\eadministrator password=topsecret reboot\&.
Note:
See TracChangeset
for help on using the changeset viewer.