diff options
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 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 |