summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorRafal Szczesniak <mimir@samba.org>2003-08-15 19:47:10 +0000
committerRafal Szczesniak <mimir@samba.org>2003-08-15 19:47:10 +0000
commitbb6fb2880b8f567871c590305447b682c0ce182c (patch)
treea86b71c12f7cd703ade571d1e8f031e2941f1004 /source3
parent852ffbda335d04867b188d5bf585d80416c1e393 (diff)
downloadsamba-bb6fb2880b8f567871c590305447b682c0ce182c.tar.gz
samba-bb6fb2880b8f567871c590305447b682c0ce182c.tar.bz2
samba-bb6fb2880b8f567871c590305447b682c0ce182c.zip
Give a temporary hint on how to delete trust account.
rafal (This used to be commit 836746beabda583f7d86bb7e6faa855f172a888d)
Diffstat (limited to 'source3')
-rw-r--r--source3/utils/net_rpc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c
index 36d135c73d..2f8743a138 100644
--- a/source3/utils/net_rpc.c
+++ b/source3/utils/net_rpc.c
@@ -1724,6 +1724,7 @@ static int rpc_trustdom_add(int argc, const char **argv)
static int rpc_trustdom_del(int argc, const char **argv)
{
d_printf("Sorry, not yet implemented.\n");
+ d_printf("Use 'smbpasswd -x -i' instead.\n");
return -1;
}