You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* authd: The authentication daemon responsible for managing access to the authentication mechanism.
5
-
*an identity broker: The services that handle the interface with an identity provider. There can be several identity brokers installed and enabled on the system.
4
+
***authd**: The authentication daemon responsible for managing access to the authentication mechanism.
5
+
***identity broker**: The services that handle the interface with an identity provider. There can be several identity brokers installed and enabled on the system.
6
6
7
-
authd is delivered as a Debian package.
7
+
authd is delivered as a Debian package for Ubuntu Desktop and Ubuntu Server.
8
8
9
9
## System requirements
10
10
11
11
* Distribution: Ubuntu Desktop 24.04 LTS or Ubuntu Server 24.04 LTS
12
12
* Architectures: amd64, arm64
13
13
14
+
## Install authd
14
15
15
-
```{note}
16
-
While this project is in active development, a version for Ubuntu 24.04 is available from the [authd testing PPA](https://launchpad.net/~ubuntu-enterprise-desktop/+archive/ubuntu/authd). <br />
16
+
You can install authd from the [stable PPA](https://launchpad.net/~ubuntu-enterprise-desktop/+archive/ubuntu/authd).
17
17
18
-
You can add this PPA to your system's software sources with the following commands:
18
+
To add this PPA to your system's software sources, run the following commands:
Install the following Debian packages (note that `gnome-shell` and `yaru-theme*` are only required for desktop integration, server installations may ignore them):
25
+
```{note}
26
+
The stable PPA release of authd can be used today as an authentication service.
27
+
This project is under active development and the release of authd to the
28
+
official archive is planned for Ubuntu 26.04 LTS.
29
+
```
30
+
31
+
Then install authd and any additional Debian packages needed for your system of
0 commit comments