1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

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 commit is contained in:
Volker Lendecke
2005-02-10 17:38:49 +00:00
committed by Gerald (Jerry) Carter
parent b48a46162d
commit 5818b092e6
2 changed files with 43 additions and 5 deletions

View File

@ -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},