diff options
author | Dante Catalfamo | 2021-10-18 17:18:18 -0400 |
---|---|---|
committer | Dante Catalfamo | 2021-10-18 17:18:18 -0400 |
commit | a60565478f4e1b369bd6c9b51a04e3d157978741 (patch) | |
tree | a482403eea66dda2fc261b7cbc306f3ab3e5e670 | |
parent | 315bbfc7654fbf0482e694c9b0203d61e868a9db (diff) | |
download | blog-a60565478f4e1b369bd6c9b51a04e3d157978741.tar.gz blog-a60565478f4e1b369bd6c9b51a04e3d157978741.tar.bz2 blog-a60565478f4e1b369bd6c9b51a04e3d157978741.zip |
bsd-auth: Add security tagm remove why section, add missing monotext
-rw-r--r-- | content/posts/WIP-how-bsd-authentication-works/index.org | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/content/posts/WIP-how-bsd-authentication-works/index.org b/content/posts/WIP-how-bsd-authentication-works/index.org index c33a1c2..de3b6ac 100644 --- a/content/posts/WIP-how-bsd-authentication-works/index.org +++ b/content/posts/WIP-how-bsd-authentication-works/index.org @@ -3,8 +3,8 @@ #+DRAFT: true #+SHOWTOC: true #+DESCRIPTION: -#+TAGS[]: openbsd -#+KEYWORDS[]: openbsd +#+TAGS[]: openbsd security +#+KEYWORDS[]: openbsd security #+SLUG: #+SUMMARY: @@ -44,15 +44,6 @@ permissions using [[https://man.openbsd.org/pledge][=pledge(2)=]] or [[https://man.openbsd.org/unveil][=unveil(2)=]]. The BSD Authentication system of configured through [[https://man.openbsd.org/login.conf][=login.conf(5)=]]. -* Why - :PROPERTIES: - :CUSTOM_ID: why - :END: - - There isn't much on the internet about how to use BSD - Authentication. I was curious about how the internals worked, and I - figured someone else might be too :^) - * Documentation :PROPERTIES: :CUSTOM_ID: documentation @@ -2183,7 +2174,7 @@ is returned. Then the path to the [[#modules][auth module]] is created similarly to how it is - created in [[#auth_verify][auth_verify]]. + created in [[#auth_verify][=auth_verify=]]. The challenge and class of the session are extracted and stored in variables =challenge= and =class= respectively. |