fixed more than one myst target found error

This commit is contained in:
alwasega
2023-01-23 16:24:49 +03:00
parent 61ad3812ce
commit f88695084b
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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