Bug 750625 - Fix Coverity (11065) Uninitialized pointer read
https://bugzilla.redhat.com/show_bug.cgi?id=750625
plugins/pam_passthru/pam_ptimpl.c (do_one_pam_auth)
Bug Description: Using uninitialized value "pam_id.str" when
calling "delete_my_str_buf".
Fix Description: Initialize pam_id.str with NULL in case bindsdn
is NULL.