Give a temporary hint on how to delete trust account.
authorRafal Szczesniak <mimir@samba.org>
Fri, 15 Aug 2003 19:47:10 +0000 (19:47 +0000)
committerRafal Szczesniak <mimir@samba.org>
Fri, 15 Aug 2003 19:47:10 +0000 (19:47 +0000)
rafal

source/utils/net_rpc.c

index 36d135c73d1420ba8b0eb8b9c57ca645e1e98517..2f8743a1383db24531cc87dbee46a135b0538617 100644 (file)
@@ -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;
 }