mirror of
https://github.com/samba-team/samba.git
synced 2025-07-25 00:59:11 +03:00
s4-net: fixed docstring on spn command
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
@ -208,7 +208,7 @@ class cmd_spn_delete(Command):
|
||||
raise CommandError("Service principal %s not affected" % name)
|
||||
|
||||
class cmd_spn(SuperCommand):
|
||||
"""User management [server connection needed]"""
|
||||
"""SPN management [server connection needed]"""
|
||||
|
||||
subcommands = {}
|
||||
subcommands["add"] = cmd_spn_add()
|
||||
|
Reference in New Issue
Block a user