kanidm/ldap3

`ServerOps::try_from` should return a meaningful error

fooker opened this issue · 3 comments

ServerOps::try_from is defined to return () on error. This could be improved to reflect what went wrong in the conversion.

Yep, this has been needed for a while. Initially it was just about getting it to work, but you're right the error message should be better.