#6343 [RFE] Allow login to WebUI using Kerberos aliases/enterprise principals
Closed: fixed 8 years ago Opened 8 years ago by mbabinsk.

The code that handles password login into FreeIPA WebUI currently does not support logging in using Kerberos principal aliases, enterprise principals or trusted users.

To achieve this, the logic of the login_password handler class in ipaserver/rpcserver.py has to be altered to do only basic syntactic validation of incoming usernames, treat them as enterprise principals, and letting our KDC to sort them out since it now can handle all of these scenarios properly.

This infrastructure change is required to allow trusted AD user self-service using Web interface.


Metadata Update from @mbabinsk:
- Issue assigned to mbabinsk
- Issue set to the milestone: FreeIPA 4.5

8 years ago

master:

  • f8d7e37 Allow login to WebUI using Kerberos aliases/enterprise principals

Metadata Update from @dkupka:
- Issue close_status updated to: None

8 years ago

Metadata Update from @dkupka:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

8 years ago

Log in to comment on this ticket.

Metadata