summaryrefslogtreecommitdiffstats
path: root/content/posts/WIP-how-bsd-authentication-works/index.org
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts/WIP-how-bsd-authentication-works/index.org')
-rw-r--r--content/posts/WIP-how-bsd-authentication-works/index.org15
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.