summaryrefslogtreecommitdiffstats
path: root/source3/utils/net_help.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-02-10 17:38:49 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:55:37 -0500
commitb6c143a17f40f9b34da4f0aeb83b0180d5a198e0 (patch)
tree66437dc885988cd2ec9c437bf782679462cf9ce2 /source3/utils/net_help.c
parent7e72aefc0f9fa8fb41d4949796330c493e919651 (diff)
downloadsamba-b6c143a17f40f9b34da4f0aeb83b0180d5a198e0.tar.gz
samba-b6c143a17f40f9b34da4f0aeb83b0180d5a198e0.tar.xz
samba-b6c143a17f40f9b34da4f0aeb83b0180d5a198e0.zip
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)
Diffstat (limited to 'source3/utils/net_help.c')
-rw-r--r--source3/utils/net_help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_help.c b/source3/utils/net_help.c
index 60206429b7e..26d59beda2b 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},