Results 1 to 2 of 2

Thread: LDAP and Evolution

  1. #1
    Join Date
    Apr 2008
    Location
    Takoma Park, Maryland USA
    Beans
    25
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Question LDAP and Evolution

    I have been trying to get an LDAP directory to show up in Evolution 2.12.

    I finally connected to my office VPN through vpnc. I have entered the settings for the LDAP server in the Contacts box but I cannot get into the directory (it's for e-mail addresses). Nothing happens when I perform a search.

    I double checked the setup on my Windows machine and using Thunderbird, I can get the e-mail addresses through the VPN connection and LDAP server parameters successfuly.

    I spent a couple of days configuring the vpnc connection with changed Firestarter settings, etc., so I don't think that is the issue. There is some setting or tweak I have not made somewhere that should enable me to see these addresses.

    I haven't tried using Thunderbird yet to see if I can get to the LDAP server using my VPN connection but I would like to keep things in Evolution.

    Any suggestions gratefully appreciated or direction to go. Thank you.

    Neal Lavon
    Takoma Park, MD
    USA

  2. #2
    Join Date
    Aug 2006
    Location
    Lovely Wangen bei Olten
    Beans
    288
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: LDAP and Evolution

    There is a couple of things you should try:
    - I'm not sure with VPN but are your ports open 389 or 636 in firestarter. Try scanning localhost over the network tools.
    - Can you reach the LDAP service with an other tool from your Linux box? Example with LAT
    - In evolution settings I had to set the search scope to SUB
    - In evolution you will only see entries if you write something to the search, you won't see all your entries if search is empty
    - have you tried with the terminal commands:
    Code:
    ldapsearch -LLL -x -b 'ou=addressbook,dc=subdomain,dc=dyndns,dc=org' -H ldap://subdomain.dyndns.org -D 'uid=you,ou=users,dc=subdomain,dc=dyndns,dc=org' -W
    Cheers
    borobudur
    --- borobudur ---

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •