#3333 [RFE] Create command to show IPA trust settings
Closed: Fixed None Opened 11 years ago by mkosek.

We expose an interface to show domain settings of a foreign AD domain (like NetBIOS name or SID), i.e. trust-show command.

However, we do not expose any interface to actually show configuration of IPA trust domain which is stored in cn=$DOMAIN,cn=ad,cn=etc,$SUFFIX. I would propose to create a command trustconfig-show --type=ad to display this entry.

Creating a trustconfig-mod command is tricky, because modifying most of the values in this entry (SID, GUID, NetBIOS name) break lot of things.


Patch freeipa-mkosek-356-add-trusconfig-show-and-trustconfig-mod-commands.patch sent for review

Web UI part posted for review.

Web UI:
Two prerequisite fixes pushed to master:

  • 9942102 Fix handling of no_update flag in Web UI
  • 86f24da Fix dirty state update of editable combobox

Core patch is waiting for #3483.

Web UI: Two prerequisite (same as in last commend) fixes pushed to ipa-3-1:
- c07bd84 Fix handling of no_update flag in Web UI
- 44db916 Fix dirty state update of editable combobox

Web UI, final page, master:

  • 617114a Don't show trusts pages when trust is not configured
  • 7e088a8 Global trust config page

Rename "trusts" component to "Trusts" to achieve correct sorting.

Metadata Update from @mkosek:
- Issue assigned to mkosek
- Issue set to the milestone: FreeIPA 3.2 - 2013/02

7 years ago

Login to comment on this ticket.

Metadata