LDAP login attempt with `username placeholder` instead of uid
@rsc There is another problem: the LDAP login attempt after PW change is made with username placeholder
instead of uid
INFO: Changing password for user testuser@example.org
Jan 12, 2024 9:33:33 AM systems.dmx.ldap.TroubleShootingLog actionHint
INFO: creating LDAP connection using URL ldap://ldap:389 and username cn=admin,dc=example,dc=org
Jan 12, 2024 9:33:33 AM systems.dmx.ldap.TroubleShootingLog actionHint
INFO: Enabling detailed SSL logging
Jan 12, 2024 9:33:33 AM systems.dmx.ldap.TroubleShootingLog actionHint
INFO: Initial context created
Jan 12, 2024 9:33:33 AM systems.dmx.ldap.TroubleShootingLog actionHint
INFO: Initial context usable
Jan 12, 2024 9:33:33 AM systems.dmx.ldap.TroubleShootingLog actionHint
INFO: Succesfully changed password for testuser@example.org
Jan 12, 2024 9:33:33 AM systems.dmx.signup.SignupPlugin requestPasswordChange
INFO: If no previous errors are reported here or in the LDAP-service log, the credentials for user testuser@example.org should now have been changed succesfully.
Jan 12, 2024 9:33:33 AM systems.dmx.thymeleaf.provider.ThymeleafViewProcessor writeTo
INFO: Processing template "password-ok" with TemplateEngine of plugin "DMX Sign up UI"
Jan 12, 2024 9:33:33 AM systems.dmx.accesscontrol.AccessControlPlugin getAuthorizationMethod
INFO: authMethodName: "LDAP"
Jan 12, 2024 9:33:33 AM systems.dmx.ldap.TroubleShootingLog actionHint
INFO: Checking credentials for user username placeholder
Jan 12, 2024 9:33:33 AM systems.dmx.ldap.TroubleShootingLog actionHint
INFO: creating LDAP connection using URL ldap://ldap:389 and username cn=admin,dc=example,dc=org
Jan 12, 2024 9:33:33 AM systems.dmx.ldap.TroubleShootingLog actionHint
INFO: Enabling detailed SSL logging
Jan 12, 2024 9:33:33 AM systems.dmx.ldap.TroubleShootingLog actionHint
INFO: Initial context created
Jan 12, 2024 9:33:33 AM systems.dmx.ldap.TroubleShootingLog actionHint
INFO: Initial context usable
Jan 12, 2024 9:33:33 AM systems.dmx.ldap.TroubleShootingLog actionHint
INFO: Complete filter expression for user lookup: (&((&(objectclass=inetOrgPerson)(memberof=cn=app_users,dc=example,dc=org)))(uid=username placeholder))
Jan 12, 2024 9:33:33 AM systems.dmx.ldap.TroubleShootingLog actionHint
INFO: Search base is: ou=users,dc=example,dc=org
Jan 12, 2024 9:33:33 AM systems.dmx.ldap.TroubleShootingLog actionWarning
WARNING: Lookup using search filter was empty.
Jan 12, 2024 9:33:33 AM systems.dmx.ldap.TroubleShootingLog actionHint
INFO: User username placeholder not found in LDAP
Jan 12, 2024 9:33:33 AM systems.dmx.ldap.TroubleShootingLog actionError
SEVERE: Credential check for user username placeholder failed.
Jan 12, 2024 9:33:33 AM systems.dmx.accesscontrol.AccessControlPlugin tryLogin
INFO: ##### Logging in as "username placeholder" => FAILED!