On Tue, Nov 8, 2016 at 11:37 AM, Gerhard Mourani wrote:
> I've a problem to make mod_authnz-ldap work with space in AuthLDAPUrl
> parameter. Here my config:
I would not have thought a space would require escaping. Do you get an
error from the LDAP server? Can you try some command line ldapsearc
Hello,
I've a problem to make mod_authnz-ldap work with space in AuthLDAPUrl
parameter. Here my config:
Alias /cvsweb/ "/usr/share/cvsweb/"
Options Indexes FollowSymLinks ExecCGI
AllowOverride Options
Order deny,allow
Deny from all
AuthType Basic
AuthBasicProvider file ldap
I have obtain a certificate file, and the key file. No chain file.
Most public CAs use intermediate certificates (and hence chains) so it
is strange you didn't get one. Since chain is often the same for all
clients, it may be available for download from CA's site somewhere. If
you don't need
Hi Marat,
I have obtain a certificate file, and the key file. No chain file.
Just to be sure
Do I add :
Listen 443
SSLEngine on
SSLCertificateFile /some-path/cert.pem
SSLCertificateKeyFile /some-path/privkey.pem
SSLCertificateChainFile /some-path/chain.pem
# res