diff options
author | Dante Catalfamo | 2021-05-30 19:36:28 -0400 |
---|---|---|
committer | Dante Catalfamo | 2021-05-30 19:36:28 -0400 |
commit | 3a8b5135c4978ce8d9aab14fe2d78a3c4b98aa3c (patch) | |
tree | a1c1f87b9498d4c9c24bbd70848062c865beb9c3 | |
parent | 46edae64002e157b3f2f4be4e812c9f9cd6044e4 (diff) | |
download | blog-3a8b5135c4978ce8d9aab14fe2d78a3c4b98aa3c.tar.gz blog-3a8b5135c4978ce8d9aab14fe2d78a3c4b98aa3c.tar.bz2 blog-3a8b5135c4978ce8d9aab14fe2d78a3c4b98aa3c.zip |
bsd-auth: add notes on path in notes
-rw-r--r-- | content/posts/WIP-how-bsd-authentication-works/index.org | 3 |
1 files changed, 3 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 65c08cd..24823b1 100644 --- a/content/posts/WIP-how-bsd-authentication-works/index.org +++ b/content/posts/WIP-how-bsd-authentication-works/index.org @@ -2645,6 +2645,9 @@ } #+end_src + Changing ="/home/dante/auth_tests/authtest/test"= to the location + of the =test= binary. + #+CAPTION: =test.c= #+begin_src c #include <stdio.h> |