mirror of
https://github.com/samba-team/samba.git
synced 2025-07-27 07:42:04 +03:00
group.py: Remove tab characters.
This commit is contained in:
@ -49,8 +49,8 @@ class cmd_group_add(Command):
|
||||
Option("-H", "--URL", help="LDB URL for database or target server", type=str,
|
||||
metavar="URL", dest="H"),
|
||||
Option("--groupou",
|
||||
help="Alternative location (without domainDN counterpart) to default CN=Users in which new user object will be created",
|
||||
type=str),
|
||||
help="Alternative location (without domainDN counterpart) to default CN=Users in which new user object will be created",
|
||||
type=str),
|
||||
Option("--group-scope", type="choice", choices=["Domain", "Global", "Universal"],
|
||||
help="Group scope (Domain | Global | Universal)"),
|
||||
Option("--group-type", type="choice", choices=["Security", "Distribution"],
|
||||
|
Reference in New Issue
Block a user