this won't help if the USER is outside the Network and have to use LDAP, it is
surely doesn't have the IP 192.168.1.2
Thanks for your reply but I want a dynamic solution, this is a static solution
Am 22.07.2014 17:20, schrieb Mark jensen:
I have tried to add:
Order allow,deny
Allow from 192.168.1.2
Satisfy any
AuthName "LDAP Authentication"
AuthType Basic
AuthBasicProvider ldap
AuthzLDAPauthoritative off
AuthLDAPURL
ldap://192.168.1.3/dc=
On Tue, Jul 22, 2014 at 10:38 AM, Mark jensen wrote:
> apache let 192.168.1.2 && 192.168.1.7 to enter the directory, so where is
> the authorization? How can I make this directory available only for
> 192.168.1.2 and not to 192.168.1.7?
Require valid-user
Require ip 192.168.1.2
--
Eric Coven
but this will ask for authentication,I don't want to be asked for
authentication on both 192.168.1.2 and 192.168.1.7
On Tue, Jul 22, 2014 at 11:20 AM, Mark jensen wrote:
> Satisfy any
satisfy all?
--
Eric Covener
cove...@gmail.com
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@ht
I want to allow a directory " /var/www/html/ldap" to two users according to IPs
(192.168.1.2 192.168.1.7):
Order allow,deny
Allow from 192.168.1.2 192.168.1.7
Satisfy any
AuthName "LDAP Authentication"
AuthType Basic
AuthBasicProvider ldap
AuthzLDAPauth
sorry there is an error in the last message(in config):
Order allow,deny
Allow from 192.168.1.2 192.168.1.7
Satisfy any
AuthName "LDAP Authentication"
AuthType Basic
AuthBasicProvider ldap
AuthzLDAPauthoritative off
AuthLDAPURL ldap://192.168.1.3/d
No thanks alot, I have received it (the rar folder) , and I will read it in
details, Thanks a lot for your help :)
Mark;
I sent an rar file but this came back
If you like I can send it to your email address directly.
ScanMail hat einen potentiell gefährlichen Anhang geblockt.
Anhang: atlaswines.rar
Betreff: [users@httpd] Page Content Folder for Mark Jensen
Sender: giova...@enet.cu;
Empfänger: users@httpd.
According to this page:
http://httpd.apache.org/docs/current/mod/mod_authz_host.html , we can authorize
the users after Authentication, Is this true?
My problem is I'm trying to authenticate all my users (using LDAP) except some
IPs, it have worked will:
Order allow,deny
Allow fr
.On Fri, Jul 18, 2014 at 2:52 PM, David Favor wrote:
> A quick test of how fast a single file will serve is to do this.
>
>1) ssh into your machine (you must ssh in for this test for it to be
> accurate)
>
>2) create a 150K file
> net1# dd if=/dev/zero of=output.dat bs=150K count=1
>
On Sun, Jul 20, 2014 at 10:18 PM, Mark jensen wrote:
> I have read about Authoriztion in Apache:
> Require host example.org
> Require host .net example.edu
>
>
> This configuration will cause
> Apache to perform a double reverse DNS lookup on the client IP
> address, regardless of the
13 matches
Mail list logo