diff options
author | Rafal Szczesniak <mimir@samba.org> | 2003-08-15 19:47:10 +0000 |
---|---|---|
committer | Rafal Szczesniak <mimir@samba.org> | 2003-08-15 19:47:10 +0000 |
commit | bb6fb2880b8f567871c590305447b682c0ce182c (patch) | |
tree | a86b71c12f7cd703ade571d1e8f031e2941f1004 | |
parent | 852ffbda335d04867b188d5bf585d80416c1e393 (diff) | |
download | samba-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)
-rw-r--r-- | source3/utils/net_rpc.c | 1 |
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; } |