diff options
author | Dante Catalfamo | 2020-10-29 17:03:29 -0400 |
---|---|---|
committer | Dante Catalfamo | 2020-10-29 17:03:29 -0400 |
commit | 01f4235a2d8ba997f5ff6bbcb0473ad60cf47932 (patch) | |
tree | dbdf6b870be7a89c99648074a1610f60fdec3c25 /content/posts/WIP-how-bsd-authentication-works/index.org | |
parent | a19acd5ffde418585dd8d093eadda4fb118b0669 (diff) | |
download | blog-01f4235a2d8ba997f5ff6bbcb0473ad60cf47932.tar.gz blog-01f4235a2d8ba997f5ff6bbcb0473ad60cf47932.tar.bz2 blog-01f4235a2d8ba997f5ff6bbcb0473ad60cf47932.zip |
Describe the purpose of auth_verify
Diffstat (limited to 'content/posts/WIP-how-bsd-authentication-works/index.org')
-rw-r--r-- | content/posts/WIP-how-bsd-authentication-works/index.org | 5 |
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=. |