Activity for incredibleh0lg

  • incredibleh0lg incredibleh0lg posted a comment on discussion Discussions

    On 06/09/2018 20:50, Neil Wilson wrote: The problem is that the user entry has a password encoded using a crypt-based format (and specifically one that involves many rounds of processing with a 512-bit SHA-2 digest), and the in-memory directory server does not provide native support for that format. By default, the in-memory directory server only supports passwords in the clear. Yep, that was the problem. Thanks so much. You can use the InMemoryDirectoryServerConfig.setPasswordEncoders method to...

  • incredibleh0lg incredibleh0lg posted a comment on discussion Discussions

    I have a weird problem with an in-memory instance, started via Spring Boot. The attached LDIF is used to initiate the server and I can connect to it with "uid=admin" with ldapsearch and Apache Directory Studio. But when I try using the user from the LDIF to bind, I receive an error 49 saying the password was wrong. It definitely isn't. So I am a bit lost. Any hints?

1