From 47e79c73d8608341fff95ce58b01322af35ba144 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Thu, 20 Dec 2007 10:00:30 +0000 Subject: [PATCH] -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) --- docs/manpages-3/net.8.xml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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; - -- 2.34.1