diff options
author | Dante Catalfamo | 2020-10-30 17:20:28 -0400 |
---|---|---|
committer | Dante Catalfamo | 2020-10-30 17:20:28 -0400 |
commit | b89330298d2add44f4a183a83e51b37680e7da53 (patch) | |
tree | f83515c682ffb71b4d96d63ac1113534cb734648 /content/posts | |
parent | 659a8adaaccaecbc374fe23f199bb6918d9c2c49 (diff) | |
download | blog-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.org | 4 |
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 |