From 4a4dc776b2f0ca813abcf4f47f0d5721f75f3e6a Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Wed, 6 May 2009 16:06:59 +0200 Subject: s3/docs: Remove unnecessary .sp. Karolin --- docs-xml/manpages-3/net.8.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'docs-xml') diff --git a/docs-xml/manpages-3/net.8.xml b/docs-xml/manpages-3/net.8.xml index 82e3bacc5e..debcea6380 100644 --- a/docs-xml/manpages-3/net.8.xml +++ b/docs-xml/manpages-3/net.8.xml @@ -1660,21 +1660,21 @@ See the smb.conf 5 Joins a computer into a domain. This command supports the following additional parameters: + -DOMAIN can be a NetBIOS domain name (also known as short domain name) or a DNS domain name for Active Directory Domains. As in Windows, it is also possible to control which Domain Controller to use. This can be achieved by appending the DC name using the \ separator character. Example: MYDOM\MYDC. The DOMAIN parameter cannot be NULL. +DOMAIN can be a NetBIOS domain name (also known as short domain name) or a DNS domain name for Active Directory Domains. As in Windows, it is also possible to control which Domain Controller to use. This can be achieved by appending the DC name using the \ separator character. Example: MYDOM\MYDC. The DOMAIN parameter cannot be NULL. -OU can be set to a RFC 1779 LDAP DN, like ou=mymachines,cn=Users,dc=example,dc=com in order to create the machine account in a non-default LDAP containter. This optional parameter is only supported when joining Active Directory Domains. +OU can be set to a RFC 1779 LDAP DN, like ou=mymachines,cn=Users,dc=example,dc=com in order to create the machine account in a non-default LDAP containter. This optional parameter is only supported when joining Active Directory Domains. -ACCOUNT defines a domain account that will be used to join the machine to the domain. This domain account needs to have sufficient privileges to join machines. +ACCOUNT defines a domain account that will be used to join the machine to the domain. This domain account needs to have sufficient privileges to join machines. -PASSWORD defines the password for the domain account defined with ACCOUNT. +PASSWORD defines the password for the domain account defined with ACCOUNT. -REBOOT is an optional parameter that can be set to reboot the remote machine after successful join to the domain. +REBOOT is an optional parameter that can be set to reboot the remote machine after successful join to the domain. - Note that you also need to use standard net paramters to connect and authenticate to the remote machine that you want to join. These additional parameters include: -S computer and -U user. @@ -1694,17 +1694,17 @@ This example would connect to a computer named XP as the local administrator usi Unjoins a computer from a domain. This command supports the following additional parameters: + -ACCOUNT defines a domain account that will be used to unjoin the machine from the domain. This domain account needs to have sufficient privileges to unjoin machines. +ACCOUNT defines a domain account that will be used to unjoin the machine from the domain. This domain account needs to have sufficient privileges to unjoin machines. -PASSWORD defines the password for the domain account defined with ACCOUNT. +PASSWORD defines the password for the domain account defined with ACCOUNT. -REBOOT is an optional parameter that can be set to reboot the remote machine after successful unjoin from the domain. +REBOOT is an optional parameter that can be set to reboot the remote machine after successful unjoin from the domain. - Note that you also need to use standard net paramters to connect and authenticate to the remote machine that you want to unjoin. These additional parameters include: -S computer and -U user. -- cgit