Yes...
it is defenetly a Net::LDAP problem
I've installed perl-ldap ver. 0.33 (I think it is the most recent version!)
and I've written a short perl script for connecting to LDAP server...
it works if I use the IPv4 address it doesn't if I use the IPv6 address

if it can be usefull for anyone....
I solved the problem using "6tunnel" a simple application that allows IPv4 and IPv6 applications
to communicate together. I've configured OpenCA in the following way...

... config.xml ...
   
        <option>
            <name>ldap_host</name>
            <value>localhost</value>
        </option>
        <option>
            <name>ldap_port</name>
            <value>1000</value>
        </option>

and I've launched 6tunnel in the following way:

    6tunnel 1000 <ipv6_ldap_address> 389


But I'm still searching for a different solution completely IPv6 oriented...
any suggestion?

Thanks


Ives Steglich ha scritto:
skam wrote:

  
OpenCA ver 0.9.2.4.....   grep -ri IPv6 /opt/openca/*
OUTPUT:
   OpenCA/lib/bp/complete_csr.sub:            ## check for IPv4 and
IPv6 addresses

    
this is for support of ipv6-style addresses in certificate request
handling...

  
I really need to use IPv6.... But now I don't know how to do....
please help me...

    
what you need is an ipv6-based ldap connection, as far as i can intend
from your postings, so most probably the used ldap-perl-package can't
speak ipv6 or maybe you have to look a bit into the code ;) btw: what
exactly means: "LDAP refused connection" ?

  
when I run the configure command I didn't use any switch to enable IPv6
is there any switch?

    
there is no such switch...

greetings
dalini


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Openca-Users mailing list
Openca-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openca-users

  

Reply via email to