mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Allow a user or group to change an attribute in its RDN
Add secretary to the list of indexes otherwise RDN changing could be slow Port --addattr, --setattr and --delattr from usermod to groupmod
This commit is contained in:
@@ -49,12 +49,12 @@ def parse_options():
|
||||
help="User's last name")
|
||||
parser.add_option("-s", "--shell", dest="shell",
|
||||
help="Set user's login shell to shell")
|
||||
parser.add_option("--add", dest="addattr",
|
||||
parser.add_option("--addattr", dest="addattr",
|
||||
help="Adds an attribute or values to that attribute, attr=value",
|
||||
action="append")
|
||||
parser.add_option("--del", dest="delattr",
|
||||
parser.add_option("--delattr", dest="delattr",
|
||||
help="Remove an attribute", action="append")
|
||||
parser.add_option("--set", dest="setattr",
|
||||
parser.add_option("--setattr", dest="setattr",
|
||||
help="Set an attribute, dropping any existing values that may exist",
|
||||
action="append")
|
||||
parser.add_option("-M", "--mailAddress", dest="mail",
|
||||
|
||||
Reference in New Issue
Block a user