diff options
author | Karolin Seeger <ks@samba.org> | 2007-12-20 10:00:30 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:41 -0500 |
commit | 47e79c73d8608341fff95ce58b01322af35ba144 (patch) | |
tree | ca92c1c4915d9bca93007a186a5b072209c7ad76 | |
parent | 1c416ce86bb24153233d94ff159e4e1550f8d302 (diff) | |
download | samba-47e79c73d8608341fff95ce58b01322af35ba144.tar.gz samba-47e79c73d8608341fff95ce58b01322af35ba144.tar.bz2 samba-47e79c73d8608341fff95ce58b01322af35ba144.zip |
-Improve descriptions for net rpc trustdom add/del
-Remove comment that net rpc trustdom del is currently not implemented
Karolin
(This used to be commit 7c4bcb4134fee4f93646205c9fc67ddfa91f07cb)
-rw-r--r-- | docs/manpages-3/net.8.xml | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/docs/manpages-3/net.8.xml b/docs/manpages-3/net.8.xml index 04ec64b1c6..0f5019851c 100644 --- a/docs/manpages-3/net.8.xml +++ b/docs/manpages-3/net.8.xml @@ -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> -¬.implemented; - </refsect3> <refsect3> |