CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2021/10/07 05:35:30
Modified files: usr.sbin/ldapd : parse.y Log message: Call normalize_dn() on the newly added namespace so that later compares with normalized basedns work. Seems all other DN attributes in parse.y pass through normalize_dn() so this seems to be the last one missing out. With this configs using capitalized namespace DN like o=OpenBSD,c=CA will actually work. OK kn@ gsoares@