#6343 [RFE] Allow login to WebUI using Kerberos aliases/enterprise principals
Closed: fixed Opened 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

master:

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

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

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

Metadata