From: Karolin Seeger Date: Thu, 20 Dec 2007 10:00:30 +0000 (+0000) Subject: -Improve descriptions for net rpc trustdom add/del X-Git-Tag: samba-3.3.0pre1~1540 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7c4bcb4134fee4f93646205c9fc67ddfa91f07cb;p=thirdparty%2Fsamba.git -Improve descriptions for net rpc trustdom add/del -Remove comment that net rpc trustdom del is currently not implemented Karolin --- diff --git a/docs/manpages-3/net.8.xml b/docs/manpages-3/net.8.xml index 04ec64b1c62..0f5019851ca 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. RPC TRUSTDOM ADD <replaceable>DOMAIN</replaceable> -Add a interdomain trust account for -DOMAIN to the remote server. +Add a interdomain trust account for DOMAIN. +This is in fact a Samba account named DOMAIN$ +with the account flag 'I' (interdomain trust account). +If the command is used against localhost it has the same effect as +smbpasswd -a -i DOMAIN. Please note that both commands +expect a appropriate UNIX account. @@ -743,11 +747,10 @@ such as domain name, domain sid and number of users and groups. RPC TRUSTDOM DEL <replaceable>DOMAIN</replaceable> Remove interdomain trust account for -DOMAIN from the remote server. +DOMAIN. If it is used against localhost +it has the same effect as smbpasswd -x DOMAIN$. -¬.implemented; -