Skip to content

Commit

Permalink
Fix API key authentication (#15275)
Browse files Browse the repository at this point in the history
This fixes a typo that caused pam authentication failures for API
key authentication in nightlies.
  • Loading branch information
anodos325 authored Dec 30, 2024
1 parent e3d9269 commit 5e38724
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ auth [success=1 default=die] pam_tdb.so ${truenas_admin_string}
%if ds_auth:
@include common-account
%else:
${'\n'.join(line.as_conf() for line in STANDALONE_AUTH.primary)}
${'\n'.join(line.as_conf() for line in STANDALONE_ACCOUNT.primary)}
@include common-account-unix
%endif
password required pam_deny.so
Expand Down

0 comments on commit 5e38724

Please sign in to comment.