bobk,
Thank you for your response. I installed Michael Soulier's perl-CGI-FormMagick rpm and it fixed the display problem in the "Directory" panel. However, I still cannot get either Outlook or Mozilla to access the ldap addressbook, and I have checked that the proper "dc=mydomain,dc=com" parameters are entered and that the port is 389. To verify that the ldap database exists, I entered the following command:
# ldapsearch -x -h
www.mydomain.com 'objectClass=*'
which, as expected, listed all the entries in the ldap database. After trying to connect from Mozilla or Outlook, the message log contains entries similar to the following:
Apr 3 23:26:50 gateway slapd[22172]: daemon: conn=2 fd=9 connection from IP=192.168.186.2:1715 (IP=0.0.0.0:389) accepted.
Apr 3 23:26:50 gateway slapd[22178]: conn=2 op=0 BIND dn="" method=128
Apr 3 23:26:50 gateway slapd[22178]: conn=2 op=0 RESULT tag=97 err=0 text=
Apr 3 23:26:50 gateway slapd[22178]: conn=2 op=1 SRCH base="" scope=0 filter="(objectClass=*)"
Apr 3 23:26:50 gateway slapd[22178]: conn=2 op=1 RESULT tag=101 err=0 text=
Apr 3 23:27:37 gateway slapd[22178]: conn=2 op=2 UNBIND
Apr 3 23:27:37 gateway slapd[22178]: conn=-1 fd=9 closed
Would an ldap guru please explain what the problem might be?