Greedchen Mueller a �crit :

Do try to specify in your ldap.xml:

<protocol_version>3</protocol_version>

By default Debian Sarge slapd uses LDAP v3 protocol
to
communicate.


Iam using "<protocol_version>3</protocol_version>", but i get the same behavior.


Have you just changed it to be version 3 or was it version 3 at the time you posted your first message?


Here the first lines of ldap.xml
++++++++++++++++++++++++++++++++++++

"<openca>
  <ldap>
    <debug>1</debug>
    <excluded_roles>
      <role>publish_all_roles</role>
    </excluded_roles>
    <suffix>
      <dn>o=test, c=DE</dn>
    </suffix>
    <host>localhost</host>
    <port>389</port>
    <!--
      LDAP Protocol Version

      Select your ldap version by leaving one of the
following
      uncommented. Remember to check your
      (/usr/local)/etc/openldap/slapd.conf for the
allow statement!

Some other options like ldaptls and ldapsasl
require LDAP v3.
If you activate TLS or SASL then OpenCA uses
LDAP v3
automatically and ignores the configuration.
-->
<protocol_version>3</protocol_version>
<!--
TLS encryption for LDAP
this works only with LDAP v3
-->
<tls>no</tls>
<!--
SASL authentication for LDAP
this works only with LDAP v3
-->
<sasl>no</sasl>
<chain>/usr/local/openra/openca/var/crypto/chain</chain>
<login>admin</login>
<passwd>root</passwd>
++++++++++++++++++++++++++++++++++++++++++++++



In your previous message you wrote that your LDAP server admin login and password were the following:

ldaproot "cn=admin,o=Bintec,c=DE"
ldappwd  "root"

So you should have:

<login>cn=admin,o=Bintec,c=DE</login>
<passwd>root</passwd>


If that doesn't help, please restart your openca with <debug>2</debug> and post the logs again on this list.


Cheers,

--
Marc-Aur�le DARCHE
NUXEO (Paris, France)                     http://nuxeo.com/
Nuxeo Collaborative Portal Server (CPS)   http://www.cps-project.org/
Gestion de contenu web / portail collaboratif / logiciel libre


------------------------------------------------------- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in creating, integrating, and deploying reporting solutions. Free runtime info, new features, or free trial, at: http://www.businessobjects.com/devxi/728 _______________________________________________ Openca-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to