worou noee a écrit :

I will pay attention to the password i use but i think that is good.

I advise you to *change* it in your LDAP server configuration with
a very simple one. This way you will be very sure if the problem comes
from the password.

To be sure that your LDAP server is reachable and queryable from your
OpenCA machine you should perform a simple search from the command line
to your LDAP. This way you will know if you can bind to your LDAP from
outside :

$ ldapsearch -h yourldaphostname -p yourldaphostport -x \
-b 'o=BCEAO,c=SN' '(objectClass=*)'  -D "cn=Manager,o=BCEAO,c=SN" \
-w yourldappassword


You can also try like this to have it ask your password directly:
$ ldapsearch -h yourldaphostname -p yourldaphostport -x \
-b 'o=BCEAO,c=SN' '(objectClass=*)'  -D "cn=Manager,o=BCEAO,c=SN"

You also may try any other command lines that may help you find where
the problem might come from.


I oher end when i use allow bind_v3 in slapd.conf (openldap version 2.1.12)

slapd failed with this message
/usr/local/etc/openldap/slapd.conf: line 13: unknown feature bind_v3 in "allow <features>" line even if i put <protocol version>3</protocol_version> in ldap.xml

This is because the openldap version 2.1.12 you use is a too old
version. You really should upgrade to a newer version
cf. http://www.openldap.org/software/download/

Why are you still using such an old version?



Another precision at the debug of ldap i can see invalid dn dn : "cn=Manager,o=BCEAO,c=SN"

What is "the debug of ldap", which file, from which software?


Cheers,

--
Marc-Aurèle DARCHE
NUXEO (Paris, France)                          http://nuxeo.com
Nuxeo Collaborative Portal Server              http://www.nuxeo.com/cps
Gestion de contenu web / portail collaboratif / groupware / open source


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Openca-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to