Re: Active Directory Authentication with apache on solaris 10

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> 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-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux