You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
longsleep
changed the title
Bind from LDFI data source panics when there is no userPassword and the panic is not logged
Bind from LDIF data source panics when there is no userPassword and the panic is not logged
Sep 19, 2023
The panic recover in
idm/pkg/ldapserver/bind.go
Line 17 in 1bc7473
For example when for whatever reason a user record has no
userPassword
field, the nesting code inserver/handler/ldif/entry.go
goes likeand that panics.
Panics should be logged so it is clear why Bind commands return an Operational Error and this particular case should not panic in the first place.
The text was updated successfully, but these errors were encountered: