From 1dcc01ed648ae7c80ae058e3d6de963b4957c6da Mon Sep 17 00:00:00 2001 From: Dante Catalfamo Date: Fri, 30 Oct 2020 02:53:29 -0400 Subject: Comment for self, remove redundant sentence --- content/posts/WIP-how-bsd-authentication-works/index.org | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'content') 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 @@ <> - 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, -- cgit v1.2.3