Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: pwalter on April 03, 2004, 08:30:49 PM
-
Has anyone had success in configuring Outlook to access the default LDAP address book in SME 6.0? All my attempts to connect have failed. In addition, on the "Directory" panel, there is the following text:
Configure your LDAP client with the local IP address of your server, port number 389, and the server root parameter shown below.
However, the parameters are not shown "below". I recollect that this information *used* to show up under 5.6. Can anyone provide instructions?
-
... However, the parameters are not shown "below". I recollect that this information *used* to show up under 5.6. Can anyone provide instructions?
The [search] feature is your friend. Search for "LDAP 389". Be sure to to click on 'Show all results' when the search is completed.
Check out this post -
http://forums.contribs.org/index.php?topic=20562.msg81121#msg81121
-
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?