De acordo com o artigo da Red Hat, 881103
This is expected behaviour from
pam_unix
and the message is normal and harmless.There is no configuration option within
pam_unix
to stop logging those messages.The default pam configuration tries to authenticate a user using
pam_unix
first, then usingpam_ldap.so
module if authentication withpam_unix
is failed.
O artigo também mostrará uma possível alteração de configuração se você quiser remover esses erros de falhas padrão do registro.