On Wed, Sep 11, 2013 at 09:20:58AM +0200, Matthias Sidler wrote:
Hi there,
> That works for me:
Good to hear.
Having the answer included on the list like this should also help the
next person with the same issue.
Cheers,
f
--
Francis Dalyfran...@daoine.org
__
Thanks alot!
That works for me:
[...]
location / {
satisfy any;
auth_ldap "Forbidden";
auth_ldap_servers myldap;
auth_basic "Forbidden";
allow 10.0.0.0/8;
allow 172.0.0.0/8;
deny all;
}
[...]
---
Mat
__
On Tue, Sep 10, 2013 at 11:34:01AM +0200, Matthias Sidler wrote:
Hi there,
Untested, but...
> I configured a nginx 1.5.4 server with the ngnix-auth-ldap module. It works
> all fine, but im looking for an option to distinguish the client networks. My
> goal is, that users from the network 10.*.
Hi,
I configured a nginx 1.5.4 server with the ngnix-auth-ldap module. It works all
fine, but im looking for an option to distinguish the client networks. My goal
is, that users from the network 10.*.*.* and 172.*.*.* don't have to
authenticate as all the others.
Is that possible ?
Thanks in ad