This section describes how to use a Chrome browser to log in to your {ProjectWebUI} with your {FreeIPA} login and password.
-
You have enrolled your {ProjectServer} into {FreeIPA} and configured the server to use {FreeIPA} for authentication. For more information, see {InstallingServerDocURL}Using_FreeIPA_{project-context}[Using {FreeIPA}] in {InstallingServerDocTitle}.
-
The host on which you are using the Chrome browser to log in to the {ProjectWebUI} is an {FreeIPA} client.
-
You have a valid {FreeIPA} login and password.
-
{Team} recommends using the latest stable Chrome browser.
-
An {FreeIPA} server is running and reachable by the host.
-
Enable the Chrome browser to use Kerberos authentication:
$ google-chrome --auth-server-whitelist=".example.com" --auth-negotiate-delegate-whitelist=”.example.com"
NoteInstead of allowlisting the whole domain, you can also allowlist a specific {ProjectServer}.
-
Obtain the Kerberos ticket-granting ticket (TGT) for yourself using your {FreeIPA} credentials:
$ kinit idm_user Password for idm_user@_EXAMPLE.COM:
-
In your browser address bar, enter the URL of your {ProjectServer}.
You are logged in automatically.
Note
|
Alternatively, you can skip the first three steps and enter your login and password in the fields displayed on the {ProjectWebUI}. This is also the only option if the host from which you are accessing the {ProjectWebUI} is not an {FreeIPA} client. |