mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 15:33:02 +00:00
fixed more than one myst target found error
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Authentication and User Basics
|
# Authentication and User Basics
|
||||||
|
|
||||||
(authenticators-users-basics)=
|
(authenticators)=
|
||||||
|
|
||||||
The default Authenticator uses [PAM][] (Pluggable Authentication Module) to authenticate system users with
|
The default Authenticator uses [PAM][] (Pluggable Authentication Module) to authenticate system users with
|
||||||
their username and password. With the default Authenticator, any user
|
their username and password. With the default Authenticator, any user
|
||||||
|
@@ -27,7 +27,7 @@ Before installing JupyterHub, you will need:
|
|||||||
if your system package manager only has an old version of Node.js (e.g. 10 or older).
|
if your system package manager only has an old version of Node.js (e.g. 10 or older).
|
||||||
|
|
||||||
- A [pluggable authentication module (PAM)](https://en.wikipedia.org/wiki/Pluggable_authentication_module)
|
- A [pluggable authentication module (PAM)](https://en.wikipedia.org/wiki/Pluggable_authentication_module)
|
||||||
to use the [default Authenticator](authenticators-users-basics).
|
to use the [default Authenticator](authenticators).
|
||||||
PAM is often available by default on most distributions, if this is not the case it can be installed by
|
PAM is often available by default on most distributions, if this is not the case it can be installed by
|
||||||
using the operating system's package manager.
|
using the operating system's package manager.
|
||||||
- TLS certificate and key for HTTPS communication
|
- TLS certificate and key for HTTPS communication
|
||||||
|
Reference in New Issue
Block a user