1
0
mirror of https://github.com/samba-team/samba.git synced 2025-09-13 17:44:21 +03:00

Give a temporary hint on how to delete trust account.

rafal
(This used to be commit 836746beab)
This commit is contained in:
Rafal Szczesniak
2003-08-15 19:47:10 +00:00
parent 852ffbda33
commit bb6fb2880b

View 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;
}