Bug 663210

Summary: Cannot configure LDAP server in kontact
Product: [Fedora] Fedora Reporter: Jose Arthur Benetasso Villanova <jose.arthur>
Component: kdepimAssignee: Than Ngo <than>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 14CC: jreznik, kevin, ltinkl, rdieter, rnovacek, ry, smparrish, than, thomasj
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-05-08 23:07:16 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jose Arthur Benetasso Villanova 2010-12-14 23:54:01 UTC
Description of problem: After update, my ldap addresbook is not working. I tried to delete / recreate my ldap server connection but the problem persists


Version-Release number of selected component (if applicable):
kdepimlibs-debuginfo-4.5.4-1.fc14.x86_64
kdepim-runtime-libs-4.4.8-1.fc14.x86_64
kdepim-runtime-debuginfo-4.4.8-1.fc14.x86_64
kdepimlibs-4.5.4-1.fc14.x86_64
kdepim-libs-4.4.8-1.fc14.x86_64
kdepim-runtime-4.4.8-1.fc14.x86_64
kdepimlibs-akonadi-4.5.4-1.fc14.x86_64
kdepim-4.4.8-1.fc14.x86_64
kdepimlibs-devel-4.5.4-1.fc14.x86_64
kdepim-devel-4.4.8-1.fc14.x86_64
kdepim-debuginfo-4.4.8-1.fc14.x86_64
kdepim3-debuginfo-3.5.10-3.fc13.x86_64


How reproducible: Always


Steps to Reproduce:
1. start kontact
2. Settings > Configure Kontact > LDAP Server Settings
3. Add Host...
4. Fill the form:

User: 
Bind DN: jose.arthur
Realm:
Password: ********
Host: ldap.example.com
Port: 10636             LDAP Version: 3
Size Limit: Default    Time Limit: Default
Page Size: No Paging
DN:
Security: SSL
Authentication: Simple


Note that the port is not the default one

Actual results: When Query Server a popup appears right away: "Cannot access to server. Please reconfigure it"


Expected results: An working ldap server connection


Additional info: Using jxplorer I can connect to the server, so network / configurations are correct.

Comment 1 Jose Arthur Benetasso Villanova 2011-05-08 23:07:16 UTC
I've fixed my problem. I did a:

echo "TLS_REQCERT never" > ~/.ldaprc

and now it's working.