From d309fc580e0cc48508674e6832804e2ae1b7e771 Mon Sep 17 00:00:00 2001 From: Dante Catalfamo Date: Fri, 30 Oct 2020 18:40:10 -0400 Subject: say =login= uses =stdin= and =stdout= --- content/posts/WIP-how-bsd-authentication-works/index.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'content/posts/WIP-how-bsd-authentication-works/index.org') 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. -- cgit v1.2.3