Ok, I have found the problem :)

In the $OPENCADIR/etc/servers directory, there is a file named common.conf, which is a 
symlink 
to another file.
In the "initServer" perl script ($OPENCADIR/libs/functions), this file is read by a 
configuration 
object (see the OpenCA::Configuration module), which servs to load appropriates 
modules (so LDAP).

But in my case, common.conf was pointing to pub.conf, which doesn't contain any LDAP 
information !
no LDAP infos in this file => LDAP module wasn't loaded => no LDAP functionalities for 
the RA :)

The solution is to change the symlink and making it point to ra_node.conf.

Now, I hope this changement will not affect other functionalities ...


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to