> Projeto Final schrieb: > > Hi there, > > We are using openca version 20020328 and we are having troubles when > we try to import the CA config into RAServer. The following message > appeared on the page: > > Importing the configuration from CA ... > (Please wait until operation completes) > Importing the RBAC-configuration ... Ok. > LDAP support is activated > Importing valid ca_certificate ... > 57fca826594bcf6a89e21fb7cbf1afae.pem inserted > Importing CA-Certificates into ldap ... Failed in > Bind: 49 > Cannot write CA-Certificate > 57fca826594bcf6a89e21fb7cbf1afae to LDAP > Make CA-Certificate available on the server > ...OK. > > And the apache error log registered the following message: > > Undefined subroutine &main::gteRequired called at > /usr/lib/perl5/5.6.0/i386-linux/export-import.lib line 943. > Compilation failed in require at /usr/local/OpenCA/cgi-bin/ra/ra line > 217.
This bug was fixed with 20020327. So I don't know how this bug can happen with 20020328. So I think you take the wrong errormessage from apache's error.log because this error would cause the script to exit immediately. LDAP errorcode 49 means the following (from ldap.h): #define LDAP_INVALID_CREDENTIALS 0x31 So there is something wrong with your LDAP-configuration or the LDAP settings for OpenCA. Michael -- ------------------------------------------------------------------- Michael Bell Email (private): [EMAIL PROTECTED] Rechenzentrum - Datacenter Email: [EMAIL PROTECTED] Humboldt-University of Berlin Tel.: +49 (0)30-2093 2482 Unter den Linden 6 Fax: +49 (0)30-2093 2959 10099 Berlin Germany http://www.openca.org _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
