> Hi,

Hi folks,
 
> I'm trying through mod_authnz_ldap. For the moment, it's not working.

### ldap status 
# in server context:
LDAPSharedCacheSize 200000
LDAPCacheEntries 1024
LDAPCacheTTL 600
LDAPOpCacheEntries 1024
LDAPOpCacheTTL 600

NameVirtualHost *:80
<VirtualHost *:80>
    ServerName Omfzd.tld
    <Location  "/svn">
        AuthBasicProvider ldap
        AuthType Basic
        AuthName "Subversion Ldap access via AD"
        AuthLDAPURL ldap://omfzd.intranet:389/DC=omfzd,DC=tld?sAMAccountName?
        AuthLDAPBindDN srv_svnbinduser
        AuthLDAPBindPassword SomeVery0bscureP455w0rd
        AuthzLDAPAuthoritative on

        require ldap-group CN=SVN_Users


Works for me.

I suggest to take a look at mod_info's output -- maybe there's trouble with the 
merges.
In any case, snoop and the logs are an invaluable resource for information and 
help.

> Kind Regards,
> 
> Farid

So long,
Igor

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to