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