Q:emaillookup is supposed to return more than one email address if there
is more than one in the database. Is email address supposed to be entered
as additional email attributes? or are they supposed to be added on to
the single email attributes?
For example:
dn: cn=Dave Hollinger, course=Network Programming, school=RPI
attribute: email: hollingd@cs.rpi.edu hollid2@rpi.edu
or
dn: cn=Dave Hollinger, course=Network Programming, school=RPI
attribute: email: hollingd@cs.rpi.edu
attribute: email: hollid2@rpi.edu
in looking through the database, I have noticed that some students are
using the first method.
A:There should be multiple values for the attribute email, not
a single value that holds multiple email addresses seperated by
blanks.