diff options
author | Dante Catalfamo | 2020-10-30 17:28:02 -0400 |
---|---|---|
committer | Dante Catalfamo | 2020-10-30 17:28:02 -0400 |
commit | 92cdd15f674676b779279cc533b6e4edf9337353 (patch) | |
tree | bd1c6b894bc47a2a8cb8d19828c747cc5d56dcf2 | |
parent | b89330298d2add44f4a183a83e51b37680e7da53 (diff) | |
download | blog-92cdd15f674676b779279cc533b6e4edf9337353.tar.gz blog-92cdd15f674676b779279cc533b6e4edf9337353.tar.bz2 blog-92cdd15f674676b779279cc533b6e4edf9337353.zip |
Add unstandardized black magic joke
-rw-r--r-- | content/posts/WIP-how-bsd-authentication-works/index.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/posts/WIP-how-bsd-authentication-works/index.org b/content/posts/WIP-how-bsd-authentication-works/index.org index eab9850..f617691 100644 --- a/content/posts/WIP-how-bsd-authentication-works/index.org +++ b/content/posts/WIP-how-bsd-authentication-works/index.org @@ -19,7 +19,8 @@ [[http://www.linux-pam.org/][Linux PAM]] and [[https://www.openpam.org/][OpenPAM]]. PAM modules are created as dynamically loaded shared objects, which communicate using a set of somewhat standardized interfaces ([[https://linux.die.net/man/3/pam][Linux-PAM]] and [[https://www.freebsd.org/cgi/man.cgi?query=pam&apropos=0&sektion=3&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html][OpenPAM]]). PAM is configured - using the [[https://linux.die.net/man/5/pam.d][pam.d]] directory and [[https://www.freebsd.org/cgi/man.cgi?query=pam.conf&sektion=5&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports][pam.conf]]. + using the [[https://linux.die.net/man/5/pam.d][pam.d]] directory and [[https://www.freebsd.org/cgi/man.cgi?query=pam.conf&sektion=5&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports][pam.conf]]. PAM can best be described as + [[https://www.youtube.com/watch?v=-CXp3byvI1g][unstandardized black magic]]. OpenBSD on the other hand uses a mechanism called BSD Authentication. It was originally developed for a proprietary |