Re: [users@httpd] LDAP validation using certificates

2011-08-08 Thread Martin Sanchez
Well, If I work directly with mos_ssl I need store the certificates in a PEM-encoded file with the directives SSLCACertificateFile Directive and SSLCARevocationFile Directive, right? Maybe I didn't understand well. If I use files inside the Apache I need replicate those files in all Apaches and th

Re: [users@httpd] LDAP validation using certificates

2011-08-08 Thread Eric Covener
On Mon, Aug 8, 2011 at 5:45 AM, Martin Sanchez wrote: > Hi, > Thank you for the reply. > Eric, I know that I can use the mod_ssl to store certificates in one Apache, > but I want have the certificates in LDAP because I have two or three Apaches > or maybe more in the future and I don't want replic

Re: [users@httpd] LDAP validation using certificates

2011-08-08 Thread Martin Sanchez
Hi, Thank you for the reply. Eric, I know that I can use the mod_ssl to store certificates in one Apache, but I want have the certificates in LDAP because I have two or three Apaches or maybe more in the future and I don't want replicate this files in all Apaches Darren, the problem is that I ge

Re: [users@httpd] LDAP validation using certificates

2011-08-05 Thread Darren Spruell
On Fri, Aug 5, 2011 at 1:56 AM, Martin Sanchez wrote: > Hello, > I've read about this topic in mailing list but I didn't found the solution. > I want validate LDAP users against Apache using the certificates than the > user store in LDAP. > I mean, I create and store the X509 certificates in LDAP.

Re: [users@httpd] LDAP validation using certificates

2011-08-05 Thread Eric Covener
On Fri, Aug 5, 2011 at 4:56 AM, Martin Sanchez wrote: > Hello, > I've read about this topic in mailing list but I didn't found the solution. > I want validate LDAP users against Apache using the certificates than the > user store in LDAP. > I mean, I create and store the X509 certificates in LDAP.

[users@httpd] LDAP validation using certificates

2011-08-05 Thread Martin Sanchez
Hello, I've read about this topic in mailing list but I didn't found the solution. I want validate LDAP users against Apache using the certificates than the user store in LDAP. I mean, I create and store the X509 certificates in LDAP. Afterwards I send to my clients the certificate and they insta