#5387 Manager value is not normalized in user-add command output
Closed: Fixed None Opened 8 years ago by mbasti.

With ipa user-add command manager is shown as DN, other user command shows only manager login, so user-add is inconsistent with the other user commands.

[root@vm-065 ~]# ipa user-add test --manager m1
...
  Manager: uid=m1,cn=users,cn=accounts,dc=example,dc=com
...

[root@vm-065 ~]# ipa user-show test --all
...
  Manager: m1
...

[root@vm-065 ~]# ipa user-mod test --manager m2
...
  Manager: m2
...

[root@vm-065 ~]# ipa user-find --manager m1
...
  Manager: m1
...

master:

  • 457c974 Allow multiple managers per user - CLI part

Metadata Update from @mbasti:
- Issue assigned to mbasti
- Issue set to the milestone: FreeIPA 4.3

7 years ago

Login to comment on this ticket.

Metadata