X-Git-Url: http://git.squeep.com/?p=squeep-authentication-module;a=blobdiff_plain;f=lib%2Fauthenticator.js;h=5a4cd7d5f8beffad124ffb0bfcd5ed643c156c73;hp=c69ada91c6ed6a5234942b1e6ae8eb92a420d7e6;hb=328932bc7484022cb9b2de808cbf18ecd5d7f206;hpb=9a7d5352698481c0857ba8827e31c7cb97625133 diff --git a/lib/authenticator.js b/lib/authenticator.js index c69ada9..5a4cd7d 100644 --- a/lib/authenticator.js +++ b/lib/authenticator.js @@ -86,7 +86,7 @@ class Authenticator { && this.authnEnabled.includes('pam')) { isValid = this._isValidPAMIdentifier(identifier, credential); } else { - this.logger.error(_scope, 'failed, unknown type of stored credential', { identifier, ctx }); + this.logger.error(_scope, 'failed, unknown or unsupported type of stored credential', { identifier, ctx }); } }