summaryrefslogtreecommitdiffstats
path: root/content/posts/how-bsd-authentication-works/index.org
diff options
context:
space:
mode:
authorDante Catalfamo2020-06-28 18:56:10 -0400
committerDante Catalfamo2020-06-28 18:56:10 -0400
commit4bd38421124c357084bd24f91466708ffe8e75a0 (patch)
tree3396a16694f6e03c4bb9fda5c3d8014b4623dffa /content/posts/how-bsd-authentication-works/index.org
parentdfd34e3044c6dccd0ab304ea3070f2f1d2f38c08 (diff)
downloadblog-4bd38421124c357084bd24f91466708ffe8e75a0.tar.gz
blog-4bd38421124c357084bd24f91466708ffe8e75a0.tar.bz2
blog-4bd38421124c357084bd24f91466708ffe8e75a0.zip
Change comment indentation so it doesn't get mistaken for a heading
Diffstat (limited to 'content/posts/how-bsd-authentication-works/index.org')
-rw-r--r--content/posts/how-bsd-authentication-works/index.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/posts/how-bsd-authentication-works/index.org b/content/posts/how-bsd-authentication-works/index.org
index 73bddf5..616c596 100644
--- a/content/posts/how-bsd-authentication-works/index.org
+++ b/content/posts/how-bsd-authentication-works/index.org
@@ -53,8 +53,8 @@ The return codes are defined inside of =login_cap.h= as
#+BEGIN_SRC c
/*
-* bits which can be returned by authenticate()/auth_scan()
-*/
+ * bits which can be returned by authenticate()/auth_scan()
+ */
#define AUTH_OKAY 0x01 /* user authenticated */
#define AUTH_ROOTOKAY 0x02 /* authenticated as root */
#define AUTH_SECURE 0x04 /* secure login */