summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDante Catalfamo2021-05-28 16:23:59 -0400
committerDante Catalfamo2021-05-28 16:23:59 -0400
commit6828cb365ab63a00840cf5bd9d36039f8df9b6c0 (patch)
tree42fbef9401a28996a0999699060a5cd3f16062b1
parentd71cd194393a9615674b1a7c2433cfd290f6d8f0 (diff)
downloadblog-6828cb365ab63a00840cf5bd9d36039f8df9b6c0.tar.gz
blog-6828cb365ab63a00840cf5bd9d36039f8df9b6c0.tar.bz2
blog-6828cb365ab63a00840cf5bd9d36039f8df9b6c0.zip
bsd-auth: clarify phrasing around function
-rw-r--r--content/posts/WIP-how-bsd-authentication-works/index.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/WIP-how-bsd-authentication-works/index.org b/content/posts/WIP-how-bsd-authentication-works/index.org
index 678ef6b..be2e176 100644
--- a/content/posts/WIP-how-bsd-authentication-works/index.org
+++ b/content/posts/WIP-how-bsd-authentication-works/index.org
@@ -196,7 +196,7 @@
challenge-response methods.
- If =password= is specified, then it's non-interactively tested
- =auth_userokay= is just a wrapper around [[#auth_usercheck][=auth_usercheck=]], which
+ =auth_userokay= is just a wrapper around [[#auth_usercheck][=auth_usercheck=]] that
takes care of closing the session using [[#auth_close][=auth_close=]] for you,
returning the resulting value.