verschiedene ldaps Server mit Apache 2.2

Alles, was den Apache betrifft, kann hier besprochen werden.

verschiedene ldaps Server mit Apache 2.2

Postby johnny_mb » 17. June 2009 08:43

Hallo,

ich versuche, verschiedene ldaps Server mit Apache anzusprechen.

System: SLES 10 SP2 mit apache2-2.2.3-16.18

Ich habe aber keine Möglichkeit gefunden, mehrere Zertifikate für die ldaps Server zu definieren.

/etc/apache2/conf.d/ldap.conf:
...
LDAPTrustedGlobalCert CA_BASE64 /etc/apache2/certs/cacert.pem
...

/etc/apache2/vhosts.d/host.conf:
...
<Directory "/srv/www/htdocs/docs1/">
AuthBasicProvider ldap
AuthzLDAPAuthoritative off
AuthLDAPURL ldaps://SERVER1:636/LDAPSTRING
AuthType Basic
AuthName LDAP
Options Includes
<Limit GET POST>
require valid-user
</Limit>
</Directory>

...

<Directory "/srv/www/htdocs/docs2/">
AuthBasicProvider ldap
AuthzLDAPAuthoritative off
AuthLDAPURL ldaps://SERVER2:636/LDAPSTRING
AuthType Basic
AuthName LDAP
Options Includes
<Limit GET POST>
require valid-user
</Limit>
</Directory>

Für Hilfe wäre ich sehr dankbar.
johnny_mb
 
Posts: 1
Joined: 17. June 2009 08:13

Return to Apache

Who is online

Users browsing this forum: No registered users and 77 guests