Package: libldap2-dev
Version: 2.1.30-12

Hello Torsten,
  is there some intent to package 2.2.26's libldap-dev package?  I'm
hitting quite strange problem since September 13th - our imports from
Windows-based LDAP server stopped working.  We issue ldap_search_ext
and then go through replies - we get 46 entries, 3 referrals, and then
ldap_result() hangs forever, instead of returning message type 101,
search complete.

  When same program is linked with libldap_r-2.2.so.7.0.19 instead of with
libldap_r.so.2.0.130, everything works - program gets 46 entries, 3
referrals, and - voila - 1 search complete result.

  ldapsearch itself exhibits same behavior, so I'm quite sure that
I have my code correct - unless I hit ^C, ldap_search waits rather long
time (doing select(1024, [4], NULL, NULL, NULL) waiting for some more
data from server) and then returns -1 after server kills connection
due to inactivity timeout.

  Due to this I would like to see libldap-2.2-dev package in the
Debian - as I assume that request to fix this in 2.0.130 will be
shoot down recommending upgrade to 2.2.x...

  I have no control over server, only thing I know is that it is running
some version of Windows.
                                        Thanks,
                                                Petr Vandrovec


usermap:/usr/local/bin# ./ldapsearch-old  -H ldaps://dc2.fa.cvut.cz -D 'cn=Petr 
Vandrovec,ou=CIT,ou=Zamestnanci,ou=uzivatele,dc=fa,dc=cvut,dc=cz' -W -x -b 
dc=fa,dc=cvut,dc=cz '(cn=Petr Vandrovec)' 1.1
Enter LDAP Password:
version: 2

#
# filter: (cn=Petr Vandrovec)
# requesting: 1.1
#

# Petr Vandrovec, CIT, Zamestnanci, UZIVATELE, fa.cvut.cz
dn: CN=Petr Vandrovec,OU=CIT,OU=Zamestnanci,OU=UZIVATELE,DC=fa,DC=cvut,DC=cz

# search reference
ref: ldaps://DomainDnsZones.fa.cvut.cz/DC=DomainDnsZones,DC=fa,DC=cvut,DC=cz

# search reference
ref: ldaps://ForestDnsZones.fa.cvut.cz/DC=ForestDnsZones,DC=fa,DC=cvut,DC=cz

# search reference
ref: ldaps://fa.cvut.cz/CN=Configuration,DC=fa,DC=cvut,DC=cz

^C
usermap:/usr/local/bin# ldapsearch  -H ldaps://dc2.fa.cvut.cz -D 'cn=Petr 
Vandrovec,ou=CIT,ou=Zamestnanci,ou=uzivatele,dc=fa,dc=cvut,dc=cz' -W -x -b 
dc=fa,dc=cvut,dc=cz '(cn=Petr Vandrovec)' 1.1
Enter LDAP Password:
# extended LDIF
#
# LDAPv3
# base <dc=fa,dc=cvut,dc=cz> with scope sub
# filter: (cn=Petr Vandrovec)
# requesting: 1.1
#

# Petr Vandrovec, CIT, Zamestnanci, UZIVATELE, fa.cvut.cz
dn: CN=Petr Vandrovec,OU=CIT,OU=Zamestnanci,OU=UZIVATELE,DC=fa,DC=cvut,DC=cz

# search reference
ref: ldaps://DomainDnsZones.fa.cvut.cz/DC=DomainDnsZones,DC=fa,DC=cvut,DC=cz

# search reference
ref: ldaps://ForestDnsZones.fa.cvut.cz/DC=ForestDnsZones,DC=fa,DC=cvut,DC=cz

# search reference
ref: ldaps://fa.cvut.cz/CN=Configuration,DC=fa,DC=cvut,DC=cz

# search result
search: 2
result: 0 Success

# numResponses: 5
# numEntries: 1
# numReferences: 3





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to