From b89330298d2add44f4a183a83e51b37680e7da53 Mon Sep 17 00:00:00 2001 From: Dante Catalfamo Date: Fri, 30 Oct 2020 17:20:28 -0400 Subject: Better description of auth_userokay --- content/posts/WIP-how-bsd-authentication-works/index.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/posts') 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 -- cgit v1.2.3