diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/posts/WIP-how-bsd-authentication-works/index.org | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/content/posts/WIP-how-bsd-authentication-works/index.org b/content/posts/WIP-how-bsd-authentication-works/index.org index ade8b1b..b91273a 100644 --- a/content/posts/WIP-how-bsd-authentication-works/index.org +++ b/content/posts/WIP-how-bsd-authentication-works/index.org @@ -490,9 +490,7 @@ <<here>> - The data received through the back channel is then put into the - =spool= of the auth session using =_auth_spool(as, pfd[0])=. After - that the spooled data is scanned for key words defined in + After that the spooled data is scanned for key words defined in =login_cap.h=. #+BEGIN_SRC c @@ -578,6 +576,7 @@ #+END_SRC + # Write about =auth_getvalue= It is looking for lines that start with either =BI_AUTH= (=authorize=), or =BI_REJECT= (=reject=). If the line is still longer, |