#1799 Unable to create non-posix group
Closed: Fixed None Opened 12 years ago by edewata.

When creating a group there's a checkbox that says "Is this a POSIX group?" which is unchecked by default. Regardless it is checked or not, the group is always created as a posix group.

This is because the UI incorrectly uses "posix" attribute name where as the group-add command takes "nonposix" attribute.

By default CLI will create a posix group unless we specify the --nonposix option. To be consistent, in the UI the label for the checkbox should be changed to "Non-POSIX group" and remain unchecked by default.


It can also be fixed without changing the label. So the label will remain "Is this a POSIX group?" but the checkbox will be checked by default.

Metadata Update from @edewata:
- Issue assigned to edewata
- Issue set to the milestone: FreeIPA 2.1.2 (bug fixing)

7 years ago

Login to comment on this ticket.

Metadata