Re: Access controls

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

 



Is this possible to implement using apache?

On Sun, Dec 15, 2013 at 9:49 PM, Ramesh Nadupalli
<nadupalliramesh@xxxxxxxxx> wrote:
> I use Directory. This is how my config file look like....
>
> <Directory />
>         AuthType Basic
>         AuthName "Enter your ID"
>         AuthBasicProvider ldap
>         AuthBasicAuthoritative off
>         AuthLDAPUrl
> ldap://url:389/dc=domain,dc=com?samAccountName?sub?(objectClass=*)
> NONE
>         AuthLDAPBindDN "cn=xxx,ou=xxx,dc=domain,dc=com"
>         AuthLDAPBindPassword xxxxxxxxx
>         Require valid-user
> </Directory>
>
> On Sun, Dec 15, 2013 at 9:12 PM, Eric Covener <covener@xxxxxxxxx> wrote:
>> On Sun, Dec 15, 2013 at 9:54 AM, Ramesh Nadupalli
>> <nadupalliramesh@xxxxxxxxx> wrote:
>>> Thanks Eric for your response. I have tried below options,
>>>
>>>         Require valid-user (when I pass valid-user, it authenticates
>>> and allows everyone in the LDAP filter to access the webserver)
>>>         Require user usera userb userc (It allows only these users)
>>>
>>> Since our requirement is to control access based on a path, I am not
>>> sure what else can be used to read an access file.
>>
>> Enclose the directives in  <Location> or <Directory>?
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
>> For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-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