diff options
author | Dante Catalfamo | 2020-06-29 21:42:05 -0400 |
---|---|---|
committer | Dante Catalfamo | 2020-06-29 21:42:05 -0400 |
commit | 5651d2b47d1b212196e6c68ba44b751c05292906 (patch) | |
tree | 4420145c0d70b595da26495959bee9665c3cb239 /content/posts/how-bsd-authentication-works/index.org | |
parent | cbec586dc12d3cc597535e3aa49819c9ab39d40c (diff) | |
download | blog-5651d2b47d1b212196e6c68ba44b751c05292906.tar.gz blog-5651d2b47d1b212196e6c68ba44b751c05292906.tar.bz2 blog-5651d2b47d1b212196e6c68ba44b751c05292906.zip |
add auth_close section
Diffstat (limited to 'content/posts/how-bsd-authentication-works/index.org')
-rw-r--r-- | content/posts/how-bsd-authentication-works/index.org | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/content/posts/how-bsd-authentication-works/index.org b/content/posts/how-bsd-authentication-works/index.org index 76fe4a4..070b428 100644 --- a/content/posts/how-bsd-authentication-works/index.org +++ b/content/posts/how-bsd-authentication-works/index.org @@ -309,10 +309,8 @@ #define AUTH_PWEXPIRED 0x40 /* password expired */ #+END_SRC - - This is the integer returned by - =auth_userokay=. - +* auth_close + <<here3>> * grapgh? # Setting env on auth_close(as) # partual rewrite below |