diff options
Diffstat (limited to 'content')
-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 |