Issue 282: ldap without password: null pointer exception
Status:  Released
Owner:
Closed:  Oct 2012
Project Member Reported by m.bn...@gmail.com, Sep 25, 2009
If you set username and not password under [ldap], you will get a null
pointer exception.

LdapRealm.java, lines 462 to 465 assume that if there is a username set
there is a password set:
    if (username != null) {
      env.put(Context.SECURITY_PRINCIPAL, username);
      env.put(Context.SECURITY_CREDENTIALS, password);
    }

Sep 25, 2009
#1 sop+code@google.com
Fixed by https://review.source.android.com/11957
Status: Fixed
Owner: s...@google.com
Labels: FixedIn-2.0.22
Oct 21, 2012
#2 sop@google.com
(No comment was entered for this change.)
Status: Released