nixos/*: tag manpage references

This commit is contained in:
Peder Bergebakken Sundt 2025-01-27 02:10:23 +01:00
parent a7a2612e4a
commit 953f72e76e
68 changed files with 112 additions and 112 deletions

View file

@ -111,7 +111,7 @@ in
- `0` (or `"plain"`):
No encryption. Passwords are stored in plaintext. HIGHLY DISCOURAGED.
- `1` (or `"Y"`):
Use crypt(3) function.
Use {manpage}`crypt(3)` function.
- `2` (or `"mysql"`):
Use the MySQL PASSWORD() function. It is possible that the encryption function used
by `pam_mysql` is different from that of the MySQL server, as