From b6c143a17f40f9b34da4f0aeb83b0180d5a198e0 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 10 Feb 2005 17:38:49 +0000 Subject: r5316: Get 'net afskey' into a subcommand of its own, 'net afs key'. Implement 'net afs impersonate', generate a token for a specified user. You obviously need to be root for this operation. Volker (This used to be commit 5818b092e6e50d38238b0520329eb8912125c90a) --- source3/utils/net_help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils/net_help.c') diff --git a/source3/utils/net_help.c b/source3/utils/net_help.c index 60206429b7..26d59beda2 100644 --- a/source3/utils/net_help.c +++ b/source3/utils/net_help.c @@ -269,7 +269,7 @@ int net_help(int argc, const char **argv) {"LOOKUP", net_lookup_usage}, {"USERSIDLIST", net_usersidlist_usage}, #ifdef WITH_FAKE_KASERVER - {"AFSKEY", net_afskey_usage}, + {"AFS", net_help_afs}, #endif {"HELP", help_usage}, -- cgit