summaryrefslogtreecommitdiffstats
path: root/content/posts/WIP-how-bsd-authentication-works
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts/WIP-how-bsd-authentication-works')
-rw-r--r--content/posts/WIP-how-bsd-authentication-works/index.org5
1 files 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=.