diff options
author | Dante Catalfamo | 2021-05-30 17:17:35 -0400 |
---|---|---|
committer | Dante Catalfamo | 2021-05-30 17:17:35 -0400 |
commit | ba2f3fd176d855bac48565aab2c1e00aa17e3460 (patch) | |
tree | a47c35faa35eb1ae5a4115b50bba84449ab286a7 | |
parent | f7f68b7976de3da9cd2e4c5ac309d3777b3c4556 (diff) | |
download | blog-ba2f3fd176d855bac48565aab2c1e00aa17e3460.tar.gz blog-ba2f3fd176d855bac48565aab2c1e00aa17e3460.tar.bz2 blog-ba2f3fd176d855bac48565aab2c1e00aa17e3460.zip |
bsd-auth: specify that fd=4 is for stateful challenge/response
-rw-r--r-- | content/posts/WIP-how-bsd-authentication-works/index.org | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/posts/WIP-how-bsd-authentication-works/index.org b/content/posts/WIP-how-bsd-authentication-works/index.org index b81e12a..7836e6a 100644 --- a/content/posts/WIP-how-bsd-authentication-works/index.org +++ b/content/posts/WIP-how-bsd-authentication-works/index.org @@ -137,9 +137,9 @@ descriptor 3. Some modules require an extra file descriptor to be passed in for - challenge/response authentication. In these cases, an extra =-v - fd=4= argument will be passed. Theoretically this =fd= can be any - number, but in practice =fd=4= is hard-coded. + stateful challenge/response authentication. In these cases, an extra + =-v fd=4= argument will be passed. Theoretically this =fd= can be + any number, but in practice =fd=4= is hard-coded. Most modules also have a hidden flag =-d=, which sets the back |