LDAP failure but auto create works

Okay so answering myself:

  1. I created that bug because the first time I incorrectly mapped some fields (username was mapped on CN and not UID)
  2. So it re-created the user differently but had a collision with the UID
  3. I had to delete from users where id="OLD DUPLICATE UUIDs"
  4. And then, it worked :slight_smile:

Note: when you remove a user, it stays in the DB with deleted value to 1, but this prevented to login. I don’t know if I did right, but now it works correctly after manual removal from the DB!

2 Likes