nHow
do we determine if two DNs match?
n“Use
directory name matching rules!”
nTry
to be mildly smart about it
nRemove
spaces, case-fold, etc.
nDisaster…
nTry
to be really dumb about it
nExact
binary match
nLess
of a disaster, but there are still problems we can’t work around…