diff options
-rw-r--r-- | content/posts/WIP-how-bsd-authentication-works/index.org | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/content/posts/WIP-how-bsd-authentication-works/index.org b/content/posts/WIP-how-bsd-authentication-works/index.org index 17fb53b..dcc8054 100644 --- a/content/posts/WIP-how-bsd-authentication-works/index.org +++ b/content/posts/WIP-how-bsd-authentication-works/index.org @@ -8,18 +8,6 @@ #+SLUG: #+SUMMARY: -#+begin_export html -<style> - details > summary { - list-style: none; - } - details > summary::-webkit-details-marker { - display: none; - } -</style> -#+end_export - -[[https://web.archive.org/web/20170327150148/http://www.penzin.net/bsdauth/]] * History :PROPERTIES: :CUSTOM_ID: history @@ -2619,7 +2607,7 @@ It returns =0= if the user is allowed to login, and =-1= otherwise. * Notes - + https://web.archive.org/web/20170327150148/http://www.penzin.net/bsdauth/ - In the man page for [[https://man.openbsd.org/auth_subr.3#auth_call][=auth_call=]] it says #+begin_src text path The full path name of the login script to run. The call will @@ -2802,3 +2790,14 @@ ,*/ #+end_src @@html: </details> @@ + +#+begin_export html +<style> + details > summary { + list-style: none; + } + details > summary::-webkit-details-marker { + display: none; + } +</style> +#+end_export |