On Wed, Oct 06, 2021 at 07:13:51PM +0200, Claudio Jeker wrote: > Run into this while setting up a new DN. > The DN in namespace only matches if it is normalized. > So it may be best to do this by default when adding a namespace. > With this using a capitalized namespace like "o=OpenBSD,c=CA" will > work. Also as a side note the rootdn is already normalized so no need > to fix that. > > Totally unrelated but I could not resist to change the error check for > host from the somewhat funky <= 0 to a != 1 (host returns 1 on success and > 0 and -1 on failure). > > I will split this into two commits in the end.
OK kn