-Improve descriptions for net rpc trustdom add/del
authorKarolin Seeger <ks@samba.org>
Thu, 20 Dec 2007 10:00:30 +0000 (10:00 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 13:47:41 +0000 (08:47 -0500)
-Remove comment that net rpc trustdom del is currently not implemented

Karolin
(This used to be commit 7c4bcb4134fee4f93646205c9fc67ddfa91f07cb)

docs/manpages-3/net.8.xml

index 04ec64b1c622559cc44f5c4cc1b9e4cfd1b729e4..0f5019851ca7001af6ae66936c78cd77846956f7 100644 (file)
@@ -733,8 +733,12 @@ such as domain name, domain sid and number of users and groups.
 <refsect3>
 <title>RPC TRUSTDOM ADD <replaceable>DOMAIN</replaceable></title>
 
-<para>Add a interdomain trust account for 
-<replaceable>DOMAIN</replaceable> to the remote server. 
+<para>Add a interdomain trust account for <replaceable>DOMAIN</replaceable>. 
+This is in fact a Samba account named <replaceable>DOMAIN$</replaceable> 
+with the account flag <constant>'I'</constant> (interdomain trust account). 
+If the command is used against localhost it has the same effect as 
+<command>smbpasswd -a -i DOMAIN</command>. Please note that both commands
+expect a appropriate UNIX account. 
 </para>
 
 </refsect3>
@@ -743,11 +747,10 @@ such as domain name, domain sid and number of users and groups.
 <title>RPC TRUSTDOM DEL <replaceable>DOMAIN</replaceable></title>
 
 <para>Remove interdomain trust account for 
-<replaceable>DOMAIN</replaceable> from the remote server. 
+<replaceable>DOMAIN</replaceable>. If it is used against localhost 
+it has the same effect as <command>smbpasswd -x DOMAIN$</command>. 
 </para>
 
-&not.implemented;
-
 </refsect3>
 
 <refsect3>