[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: commit: ldap/servers/slapd dn.c



BTW, I was noticing that the DN validator/normalize isn't handling
spaces correctly in a couple of other cases....
	
givenName=Joe\ + sn=Blow\  , o=Foo $

(where $ is the EOS character)

The code falsely trims the escaped spaces and does
not report an error for inappropriate trailing
spaces.

Actually, it would be really nice if the normalizer would
normalize quoted attribute values into escaped values...

This would make a nice little project for someone wanting to
learn more about workings of the server.