I would like to add a method in LdapUserDetailsImpl, which returns the ldap username with '-' before the String.
I already tried implementing an other UserDetails but was not what i was expecting.
I know that i can create an Util class and do that, but its not a good pratice.