From bb6fb2880b8f567871c590305447b682c0ce182c Mon Sep 17 00:00:00 2001 From: Rafal Szczesniak Date: Fri, 15 Aug 2003 19:47:10 +0000 Subject: Give a temporary hint on how to delete trust account. rafal (This used to be commit 836746beabda583f7d86bb7e6faa855f172a888d) --- source3/utils/net_rpc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3') 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; } -- cgit