diff options
author | Dante Catalfamo | 2020-12-21 22:46:00 -0500 |
---|---|---|
committer | Dante Catalfamo | 2020-12-21 22:46:00 -0500 |
commit | 43b9254d50d8584ea5cad9aa22707fc3306d4aa2 (patch) | |
tree | 8c936ccab8f70aea7138059eadcaffe2a442be3f /content/posts | |
parent | 73ea5457789871fac355bfb309b845e861569587 (diff) | |
download | blog-43b9254d50d8584ea5cad9aa22707fc3306d4aa2.tar.gz blog-43b9254d50d8584ea5cad9aa22707fc3306d4aa2.tar.bz2 blog-43b9254d50d8584ea5cad9aa22707fc3306d4aa2.zip |
bsd-auth: Add stubs for new sections on challenge response functions
Diffstat (limited to 'content/posts')
-rw-r--r-- | content/posts/WIP-how-bsd-authentication-works/index.org | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/content/posts/WIP-how-bsd-authentication-works/index.org b/content/posts/WIP-how-bsd-authentication-works/index.org index 101e470..9c49297 100644 --- a/content/posts/WIP-how-bsd-authentication-works/index.org +++ b/content/posts/WIP-how-bsd-authentication-works/index.org @@ -848,6 +848,17 @@ =s= is returned. +* auth_userchallenge + :PROPERTIES: + :CUSTOM_ID: auth_userchallenge + :END: + +* auth_userresponse + :PROPERTIES: + :CUSTOM_ID: auth_userresponse + :END: + + * COMMENT note :noexport: --- |