Skip to content

Commit

Permalink
Quieten logs even more.
Browse files Browse the repository at this point in the history
Signed-off-by: Nigel Cunningham <nigel@nigelcunningham.com.au>
  • Loading branch information
NigelCunningham committed Mar 14, 2024
1 parent 578d938 commit 0edb0cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/password_joomla15.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ pam_mysql_err_t pam_mysql_encrypt_password_joomla15(pam_mysql_ctx_t *ctx, const
// Check for bcrypt hashes
else if (!strncmp(encrypted, "$2", 2))
{
pam_mysql_syslog(LOG_AUTHPRIV | LOG_DEBUG, "Joomla bcrypt support (%s)", encrypted);
char *result = crypt(unencrypted, encrypted);
pam_mysql_syslog(LOG_AUTHPRIV | LOG_DEBUG, "Fed (%s, %s), crypt returned %s", unencrypted, encrypted, result);
strcpy(encrypted, result);

/**
Expand Down

0 comments on commit 0edb0cc

Please sign in to comment.