Robbert Noordzij
2014-10-07 e7e8bd8af341719b7cb902c7861ea198f5db43a6
src/main/java/com/gitblit/auth/LdapAuthProvider.java
@@ -427,6 +427,10 @@
            Attribute attribute = userEntry.getAttribute(email);
            if (attribute != null && attribute.hasValue()) {
               user.emailAddress = attribute.getValue();
            } else {
               // issue-456/ticket-134
               // allow LDAP to delete an email address
               user.emailAddress = null;
            }
         }
      }