summaryrefslogtreecommitdiffstats
path: root/content/posts/WIP-how-bsd-authentication-works
diff options
context:
space:
mode:
authorDante Catalfamo2020-10-30 18:40:10 -0400
committerDante Catalfamo2020-10-30 18:40:10 -0400
commitd309fc580e0cc48508674e6832804e2ae1b7e771 (patch)
treefe2e3a7e64700c3ac7d90c6b1632c1b7c450816f /content/posts/WIP-how-bsd-authentication-works
parent92cdd15f674676b779279cc533b6e4edf9337353 (diff)
downloadblog-d309fc580e0cc48508674e6832804e2ae1b7e771.tar.gz
blog-d309fc580e0cc48508674e6832804e2ae1b7e771.tar.bz2
blog-d309fc580e0cc48508674e6832804e2ae1b7e771.zip
say =login= uses =stdin= and =stdout=
Diffstat (limited to 'content/posts/WIP-how-bsd-authentication-works')
-rw-r--r--content/posts/WIP-how-bsd-authentication-works/index.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/content/posts/WIP-how-bsd-authentication-works/index.org b/content/posts/WIP-how-bsd-authentication-works/index.org
index f617691..637f2cd 100644
--- a/content/posts/WIP-how-bsd-authentication-works/index.org
+++ b/content/posts/WIP-how-bsd-authentication-works/index.org
@@ -57,10 +57,10 @@
- =service= is the service type. Typically authentication methods
will accept one of three values here, =login=, =challenge=, or
=response=. =login= is the default if it's not specified, and is
- used to let the module know to interact with the user directly,
- while =challenge= and =response= are used to pass messages back
- and forth through the BSD Auth API. Each style's man page will
- have more details on these.
+ used to let the module know to interact with the user directly
+ through =stdin= and =stdout=, while =challenge= and =response= are
+ used to pass messages back and forth through the BSD Auth API.
+ Each style's man page will have more details on these.
- =-v key=value= is an optional argument. There can be more than one
arguments in this style. This is used to pass extra data to the
program under certain circumstances.