quinot / ansible-plugin-lookup_ldap

Ansible LDAP lookup plugin
50 stars 16 forks source link

Password is show in clear text mode on debug mode #25

Closed MiStErLu closed 6 years ago

MiStErLu commented 6 years ago

Hi,

When we use Ansible Tower or AWX for doing something with ansible and with_ldap The user password is shown in the console log. I don't think it's a good idea to show password.

It possible to skip the "bind_pw" keys when we do self._display.vv(....) ? It's should be very nice :+1:

Best regards, MiStErLu

quinot commented 6 years ago

Ugh. That's an embarassing bug. Thanks for pointing it out!

MiStErLu commented 6 years ago

Thanks :clap: