summaryrefslogtreecommitdiffstats
path: root/content/posts/how-bsd-authentication-works/index.org
diff options
context:
space:
mode:
authorDante Catalfamo2020-06-28 19:00:23 -0400
committerDante Catalfamo2020-06-28 19:00:23 -0400
commit40d18765caaf864108bbbaaf304c720fab9683c2 (patch)
treec3c30fdd2e456a6c5a5f989d9ba988e0ab2b8b23 /content/posts/how-bsd-authentication-works/index.org
parentb167b6aa86b9b621b407439c76fdaf363662a265 (diff)
downloadblog-40d18765caaf864108bbbaaf304c720fab9683c2.tar.gz
blog-40d18765caaf864108bbbaaf304c720fab9683c2.tar.bz2
blog-40d18765caaf864108bbbaaf304c720fab9683c2.zip
Add auth_subr reference
Diffstat (limited to 'content/posts/how-bsd-authentication-works/index.org')
-rw-r--r--content/posts/how-bsd-authentication-works/index.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/posts/how-bsd-authentication-works/index.org b/content/posts/how-bsd-authentication-works/index.org
index f79841b..a886395 100644
--- a/content/posts/how-bsd-authentication-works/index.org
+++ b/content/posts/how-bsd-authentication-works/index.org
@@ -37,7 +37,8 @@ itself. This is my best attempt to understand the flow of BSD Auth
from what I've read.
All of the high level authentication functions are described in
-=authenticate(3)=.
+=authenticate(3)=, with the lower level functions being described in
+=auth_subr(3)=.
The highest level function, and easiest to use is =auth_userokay=
which takes four character arrays as arguments, =name=, =style=,