summaryrefslogtreecommitdiffstats
path: root/content/posts
diff options
context:
space:
mode:
authorDante Catalfamo2020-10-30 17:20:28 -0400
committerDante Catalfamo2020-10-30 17:20:28 -0400
commitb89330298d2add44f4a183a83e51b37680e7da53 (patch)
treef83515c682ffb71b4d96d63ac1113534cb734648 /content/posts
parent659a8adaaccaecbc374fe23f199bb6918d9c2c49 (diff)
downloadblog-b89330298d2add44f4a183a83e51b37680e7da53.tar.gz
blog-b89330298d2add44f4a183a83e51b37680e7da53.tar.bz2
blog-b89330298d2add44f4a183a83e51b37680e7da53.zip
Better description of auth_userokay
Diffstat (limited to 'content/posts')
-rw-r--r--content/posts/WIP-how-bsd-authentication-works/index.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/posts/WIP-how-bsd-authentication-works/index.org b/content/posts/WIP-how-bsd-authentication-works/index.org
index 98a13e2..eab9850 100644
--- a/content/posts/WIP-how-bsd-authentication-works/index.org
+++ b/content/posts/WIP-how-bsd-authentication-works/index.org
@@ -155,8 +155,8 @@
- If =password= is specified, then it's non-interactively tested
=auth_userokay= is just a wrapper around =auth_usercheck=. It takes
- care of closing the session for you, and returns =0= instead of
- =NULL= on failure.
+ care of closing the session using =auth_close= for you, returning
+ the resulting value.
* auth_session_t
=auth_session_t= is the main data structure used to represent the