From 01f4235a2d8ba997f5ff6bbcb0473ad60cf47932 Mon Sep 17 00:00:00 2001 From: Dante Catalfamo Date: Thu, 29 Oct 2020 17:03:29 -0400 Subject: Describe the purpose of auth_verify --- content/posts/WIP-how-bsd-authentication-works/index.org | 5 +++-- 1 file changed, 3 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 5872eba..9e1b7d0 100644 --- a/content/posts/WIP-how-bsd-authentication-works/index.org +++ b/content/posts/WIP-how-bsd-authentication-works/index.org @@ -352,8 +352,9 @@ auth_session_t *auth_verify(auth_session_t *as, char *style, char *name, ...) #+END_SRC - =auth_verify= creates an auth session using =auth_open= if =*as= is - =NULL=. + =auth_verify= is used as a frontend for =auth_call=. + + It creates an auth session using =auth_open= if =*as= is =NULL=. The =state= of the session is set to =0=. -- cgit v1.2.3