diff options
-rw-r--r-- | content/posts/WIP-how-bsd-authentication-works/index.org | 8 |
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. |