On 01-07-31 16:46:01 CEST, Kevin Elliott wrote:
> Puzzles me how you dont have a file with that name.
> 
> [root@web1 cgi-bin]# grep Net *
> RAServer:use Net::LDAPapi;
> RAServer:        if( ($ldap = new Net::LDAPapi($LDAP_Server,$LDAP_Port))
> == -1) {
> RAServer:        if( ($ldap = new Net::LDAPapi($LDAP_Server,$LDAP_Port))
> == -1) {
> RAServer:        if( ($ldap = new Net::LDAPapi($LDAP_Server,$LDAP_Port))
> == -1) {
> 
> -Kevin Elliott
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Michael
> Bell
> Sent: Tuesday, July 31, 2001 4:43 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [Openca-Users] No Net::LDAPapi necessary
> 
> 
> Kevin Elliott wrote:
> >
> > Michael,
> >
> > Thanks for the clarification. Although, the cgi still requires
> Net::LDAPapi
> > so I'm assuming you have sub/includes still?
> 
> I can't find Net::LDAPapi on my machine (I search via find / -name
> "*LDAP*" -print). What do you mean with "the cgi"?

it looks like you two are speaking about very different openca versions,
the very old 0.2.0 and the bleeding edge, resp.
when i grep in the versions i've got installed here, i get:

/usr/local/apache-1.3.20/cgi-bin/openca-0.2.0-5/ra/RAServer:#use Net::LDAPapi;
/usr/local/apache-1.3.20/cgi-bin/openca-0.2.0-5/ra/RAServer:        if( ($ldap = new 
Net::LDAPapi($LDAP_Server,$LDAP_Port)) == -1) {
/usr/local/apache-1.3.20/cgi-bin/openca-0.2.0-5/ra/RAServer:        if( ($ldap = new 
Net::LDAPapi($LDAP_Server,$LDAP_Port)) == -1) {
/usr/local/apache-1.3.20/cgi-bin/openca-0.2.0-5/ra/RAServer:        if( ($ldap = new 
Net::LDAPapi($LDAP_Server,$LDAP_Port)) == -1) {
/usr/local/apache-1.3.20/cgi-bin/openca-0.8.0-20010610/ra/RAServer:use Net::LDAP;
/usr/local/apache-1.3.20/cgi-bin/openca-20010309/ra/RAServer:use Net::LDAP;
/usr/local/apache-1.3.20/cgi-bin/openca-20010326/ra/RAServer:use Net::LDAP;
/usr/local/apache-1.3.20/cgi-bin/openca-20010427/ra/RAServer:use Net::LDAP;

rj

_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to