Hello. I have what I believe is a rather simple question, but my knowledge of ldap is so limited that I can't seem to find a solution. I'm running IMP 3.1 on SME server 5.6 at domain xxx.yyyy.edu. When I view the local ldap directory, users are listed in the form user@yyyy.edu, rather than user@xxx.yyyy.edu. I'd like to modify this listing so that it is correct, but haven't had any success. I have the same problem on version 5.X as well.
I've tried editing /etc/openldap/slapd.conf and /etc/openldap/ldap.conf, and found:
slapd.conf:
suffix "dc=yyyy,dc=edu"
...
rootdn "cn=root,dc=yyyy,dc=edu"
ldap.conf:
BASE dc=yyyy,dc=edu
Thanks in advance for any help.
Kirk Ferguson