#415 Clarify ipa group-add-member command
Closed: Fixed None Opened 13 years ago by simo.

The help says the parameter is NAME it should probably be <group name>
Also the interactive mode (when you pass no arguments) just ask you for the group name and then does nothing.
It should probably ask for user members first and wehn you enter an empty one start asking from group members.
An empty memeber terminates the list (which can be empty).


This uses a better cli_name than 'name' for groups.

It also adds a new Parameter attribute, alwaysask. This is set in baseldap when the dynamic members Params are added so that when run interactively you will be asked about all memberships.

I fixed a somewhat related input bug when when reading from stdin. It would fail if not enough input was provided with an EOFError. Handle and ignore those for now. This will set the given attributes as None which will be ignored by the framework.

Metadata Update from @simo:
- Issue assigned to rcritten
- Issue set to the milestone: FreeIPA 2.0 - 2010/11

7 years ago

Log in to comment on this ticket.

Metadata