diff options
Diffstat (limited to 'content/posts')
-rw-r--r-- | content/posts/WIP-how-bsd-authentication-works/index.org | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/content/posts/WIP-how-bsd-authentication-works/index.org b/content/posts/WIP-how-bsd-authentication-works/index.org index 637f2cd..a0d7d4e 100644 --- a/content/posts/WIP-how-bsd-authentication-works/index.org +++ b/content/posts/WIP-how-bsd-authentication-works/index.org @@ -625,8 +625,9 @@ #define AUTH_ALLOW (AUTH_OKAY | AUTH_ROOTOKAY | AUTH_SECURE) #+end_src - If the status results in a rejection, =auth_clearenv= is called on - =as=. + If the status results in a rejection, =auth_clrenv= is called with + =as=. This removes any requests the login script has made to set + environment variables from =as->spool=. =okay= is then returned to the caller. |