summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDante Catalfamo2021-05-31 00:32:21 -0400
committerDante Catalfamo2021-05-31 00:32:49 -0400
commit5eaf20b311416f98aadf764bd83868f1e8133e30 (patch)
tree13879f30090f5c304ff1df3ba9812cfcd6645a03
parent3c18e60f0d2d301a870653edaac8f4271ecff11e (diff)
downloadblog-5eaf20b311416f98aadf764bd83868f1e8133e30.tar.gz
blog-5eaf20b311416f98aadf764bd83868f1e8133e30.tar.bz2
blog-5eaf20b311416f98aadf764bd83868f1e8133e30.zip
bsd-auth: Move CSS to bottom to get it out of the summary
-rw-r--r--content/posts/WIP-how-bsd-authentication-works/index.org25
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