summaryrefslogtreecommitdiffstats
path: root/content/posts/WIP-how-bsd-authentication-works/index.org
diff options
context:
space:
mode:
authorDante Catalfamo2020-10-30 02:53:29 -0400
committerDante Catalfamo2020-10-30 02:53:29 -0400
commit1dcc01ed648ae7c80ae058e3d6de963b4957c6da (patch)
tree111eeca654d5deb460bc8d84c1233acd9ab924f8 /content/posts/WIP-how-bsd-authentication-works/index.org
parent9b72ceac2ce6508f4fdbe42475f0f20f71836832 (diff)
downloadblog-1dcc01ed648ae7c80ae058e3d6de963b4957c6da.tar.gz
blog-1dcc01ed648ae7c80ae058e3d6de963b4957c6da.tar.bz2
blog-1dcc01ed648ae7c80ae058e3d6de963b4957c6da.zip
Comment for self, remove redundant sentence
Diffstat (limited to 'content/posts/WIP-how-bsd-authentication-works/index.org')
-rw-r--r--content/posts/WIP-how-bsd-authentication-works/index.org5
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,