Hi all,<br>I already have two fedora directory servers set up in multi master replica and tls used for linux authentication.<br>Now I have to connect my fds authentication system to the apache web server (httpd 2.2.x). Web traffic btw browser and httpd server will be encrypted with mod_ssl.<br>

<br>I added to httpd.conf the following lines<br><br>LDAPTrustedGlobalCert CA_BASE64 /etc/openldap/cacerts/cacert.pem<br>LDAPTrustedMode TLS<br><br><br>and I create a .htaccess file with this content:<br><br>AuthType Basic<br>

AuthName &quot;Restricted Access&quot;<br>AuthLDAPURL ldap://server/c=it?uid?one TLS<br>AuthzLDAPAuthoritative On<br>AuthLDAPEnabled On<br>AuthLDAPBindDN &quot;cn=Directory Manager&quot;<br>AuthLDAPBindPassword &quot;password&quot;<br>

<br><br>Unluckly I can not authenticate and I get<br>[Mon Mar 17 15:45:33 2008] [error] [client <a href="http://10.0.1.13">10.0.1.13</a>] access to /4.4 failed, reason: verification of user id &#39;user&#39; not configured<br>
<br><br><br>Suggestions?<br><br>Tnks<br><br>Marco Strullato<br>