svn commit: samba-docs r1217 - in trunk/manpages-3: .

kseeger at samba.org kseeger at samba.org
Thu Dec 20 10:00:31 GMT 2007


Author: kseeger
Date: 2007-12-20 10:00:30 +0000 (Thu, 20 Dec 2007)
New Revision: 1217

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=1217

Log:
-Improve descriptions for net rpc trustdom add/del
-Remove comment that net rpc trustdom del is currently not implemented

Karolin
Modified:
   trunk/manpages-3/net.8.xml


Changeset:
Modified: trunk/manpages-3/net.8.xml
===================================================================
--- trunk/manpages-3/net.8.xml	2007-12-14 12:45:42 UTC (rev 1216)
+++ trunk/manpages-3/net.8.xml	2007-12-20 10:00:30 UTC (rev 1217)
@@ -733,8 +733,12 @@
 <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 @@
 <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>



More information about the samba-cvs mailing list