Merge pull request #200 from ckarawani/master

SEC-2757: Removed assertion of 'sn' when creating LdapUserDetails
This commit is contained in:
Rob Winch 2015-10-01 16:18:26 -05:00
commit 5f84902e72
1 changed files with 0 additions and 1 deletions

View File

@ -138,7 +138,6 @@ public class Person extends LdapUserDetailsImpl {
public LdapUserDetails createUserDetails() {
Person p = (Person) super.createUserDetails();
Assert.hasLength(p.sn);
Assert.notNull(p.cn);
Assert.notEmpty(p.cn);
// TODO: Check contents for null entries