summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDante Catalfamo2021-05-30 16:51:51 -0400
committerDante Catalfamo2021-05-30 16:51:51 -0400
commit82248eed2713e1623f47cc04681b8873af6c18fc (patch)
tree654cd0042ec02fb90c2b897d1111b6641ee42b8a
parentaccdc1daba45ae5588a2e98f1525d7f5012017cb (diff)
downloadblog-82248eed2713e1623f47cc04681b8873af6c18fc.tar.gz
blog-82248eed2713e1623f47cc04681b8873af6c18fc.tar.bz2
blog-82248eed2713e1623f47cc04681b8873af6c18fc.zip
bsd-auth: more wording
-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 b99232f..46387c4 100644
--- a/content/posts/WIP-how-bsd-authentication-works/index.org
+++ b/content/posts/WIP-how-bsd-authentication-works/index.org
@@ -26,7 +26,7 @@
:END:
OpenBSD is quite different from many other Unix-like operating
- systems in many ways, but one way which I find interesting is the
+ systems in several ways. One which I find interesting is the
authentication system. Most systems from AIX, Solaris, and Linux to
other BSDs including MacOS use some form of a system called
[[https://en.wikipedia.org/wiki/Pluggable_authentication_module][Pluggable Authentication Module]] (PAM). The two main implementations
@@ -52,7 +52,8 @@
:CUSTOM_ID: why
:END:
- I was curious about how the internals of BSD Auth worked, and I
+ There isn't much on the internet about how to use BSD
+ Authentication. I was curious about how the internals worked, and I
figured someone else might be too :-).
* Documentation