Re: [us...@httpd] Group authentication to AD

2010-11-19 Thread Eric Covener
On Fri, Nov 19, 2010 at 2:40 PM, Patricia A Moss wrote: > > Another question; regarding the "Require valid-user" entry. > > Does this require that you make it through the Authentication Phase first, > before it Authorizes you? Yes, you still have to pass authentication.

Re: [us...@httpd] Group authentication to AD

2010-11-19 Thread Patricia A Moss
Cc: users@httpd.apache.org Date: 11/19/2010 02:11 PM Subject: Re: [us...@httpd] Group authentication to AD >Does it happen without the mod_auth_alias? It works fine with one, but not the other. I may be on to something. Thank you Eric! :-) PATI MOSS System Engineer Sr. Professional CSC From:

Re: [us...@httpd] Group authentication to AD

2010-11-19 Thread Patricia A Moss
>Does it happen without the mod_auth_alias? It works fine with one, but not the other. I may be on to something. Thank you Eric! :-) PATI MOSS System Engineer Sr. Professional CSC From: Eric Covener To: users@httpd.apache.org Date: 11/19/2010 11:00 AM Subject: Re: [us...@httpd] Gr

Re: [us...@httpd] Group authentication to AD

2010-11-19 Thread Patricia A Moss
ot;, the line was commented out. PATI MOSS System Engineer Sr. Professional CSC From: Eric Covener To: users@httpd.apache.org Date: 11/19/2010 11:00 AM Subject: Re: [us...@httpd] Group authentication to AD On Fri, Nov 19, 2010 at 10:57 AM, Patricia A Moss wrote: > > >With what confi

Re: [us...@httpd] Group authentication to AD

2010-11-19 Thread Eric Covener
On Fri, Nov 19, 2010 at 10:57 AM, Patricia A Moss wrote: > > >With what configuration exactly? > My location block is configured as below: > > dav svn > SVNPath /disk01/home/test_repo > AuthType Basic > AuthName "Subversion Repository" > AuthBasicProvider ldap-FCGNET ldap-VIET > AuthzLDAPAuthorit

Re: [us...@httpd] Group authentication to AD

2010-11-19 Thread Patricia A Moss
=person) PATI MOSS System Engineer Sr. Professional CSC From: Eric Covener To: users@httpd.apache.org Date: 11/19/2010 10:40 AM Subject: Re: [us...@httpd] Group authentication to AD On Fri, Nov 19, 2010 at 10:16 AM, Patricia A Moss wrote: > > >requirements are OR'ed in 2.2.x.

Re: [us...@httpd] Group authentication to AD

2010-11-19 Thread Eric Covener
tly? > > PATI MOSS > System Engineer Sr. Professional > CSC > > > From: Eric Covener > To: users@httpd.apache.org > Date: 11/19/2010 10:09 AM > Subject: Re: [us...@httpd] Group authentication to AD > > > > > I have require

Re: [us...@httpd] Group authentication to AD

2010-11-19 Thread Patricia A Moss
pmoss [Mon Nov 15 14:38:15 2010] [crit] [client 20.8.232.187] configuration error: couldn't check access. No groups file?: /test_repo/ PATI MOSS System Engineer Sr. Professional CSC From: Eric Covener To: users@httpd.apache.org Date: 11/19/2010 10:09 AM Subject: Re: [us...@httpd] Gro

Re: [us...@httpd] Group authentication to AD

2010-11-19 Thread Eric Covener
> I have require ldap-filters configured in my location block, but it is not > filtering.  It is still letting any valid userid through. > My location block is configured as below: > Require valid-user > Require ldap-group CN=Active_Directory Group > Name,OU=U.S.,OU=Groups,DC=domain,DC=com requi

Re: [us...@httpd] Group authentication to AD

2010-11-19 Thread Patricia A Moss
bjectCategory=person) PATI MOSS System Engineer Sr. Professional CSC From: Igor Galić To: users@httpd.apache.org Date: 11/19/2010 08:46 AM Subject: Re: [us...@httpd] Group authentication to AD > > > > My goal(s): > > 1. Allow only 1 specific, Active Directory, group

Re: [us...@httpd] Group authentication to AD

2010-11-19 Thread Igor Galić
> > > > My goal(s): > > 1. Allow only 1 specific, Active Directory, group access to the > > repository. > > That should work out fine. > > > 2. Simultaneously, allow a single user account, that is not a > member > > of the group, access to the repository > > Given that the condition is ``Simul

Re: [us...@httpd] Group authentication to AD

2010-11-17 Thread Patricia A Moss
Date: 11/16/2010 06:00 PM Subject: Re: [us...@httpd] Group authentication to AD - "Patricia A Moss" wrote: > I am having a problem with apache authenticating using an ldap group. > I have version 2.2.3, of httpd, installed. > > My location block is configured as

Re: [us...@httpd] Group authentication to AD

2010-11-16 Thread Igor Galić
- "Patricia A Moss" wrote: > I am having a problem with apache authenticating using an ldap group. > I have version 2.2.3, of httpd, installed. > > My location block is configured as below: > > dav svn > SVNPath /disk01/home/test_repo > AuthType Basic > AuthName "Subversion Repository" > A

[us...@httpd] Group authentication to AD

2010-11-15 Thread Patricia A Moss
I am having a problem with apache authenticating using an ldap group. I have version 2.2.3, of httpd, installed. My location block is configured as below: dav svn SVNPath /disk01/home/test_repo AuthType Basic AuthName "Subversion Repository" AuthBasicProvider ldap-FCGNET ldap-VIET AuthzLDAPAuth