Re: [users@httpd] AuthType basic and kerberos

2012-02-20 Thread Mauricio Tavares
On Mon, Feb 20, 2012 at 11:25 AM, Eric Covener wrote: > On Mon, Feb 20, 2012 at 11:22 AM, Mauricio Tavares > wrote: >> On Sun, Feb 19, 2012 at 9:41 PM, Igor Cicimov wrote: >>> Thats what  " Require valid-user " doing. Try with " Require any" >>> >>      Tried it and it is still not letting me u

Re: [users@httpd] AuthType basic and kerberos

2012-02-20 Thread Eric Covener
On Mon, Feb 20, 2012 at 11:22 AM, Mauricio Tavares wrote: > On Sun, Feb 19, 2012 at 9:41 PM, Igor Cicimov wrote: >> Thats what  " Require valid-user " doing. Try with " Require any" >> >      Tried it and it is still not letting me use the kerberos ticket, > only username+passwd. Sure your brows

Re: [users@httpd] AuthType basic and kerberos

2012-02-20 Thread Mauricio Tavares
On Sun, Feb 19, 2012 at 9:41 PM, Igor Cicimov wrote: > Thats what  " Require valid-user " doing. Try with " Require any" > Tried it and it is still not letting me use the kerberos ticket, only username+passwd. > > On Sun, Feb 19, 2012 at 9:23 AM, Mauricio Tavares > wrote: >> >>        I ha

Re: [users@httpd] AuthType basic and kerberos

2012-02-19 Thread Igor Cicimov
Thats what " Require valid-user " doing. Try with " Require any" On Sun, Feb 19, 2012 at 9:23 AM, Mauricio Tavares wrote: >I have an odd (to me) question. When I setup my AuthTypes as so: > > >AuthType KerberosV5 >KrbAuthRealms DOMAIN.COM >

[users@httpd] AuthType basic and kerberos

2012-02-18 Thread Mauricio Tavares
I have an odd (to me) question. When I setup my AuthTypes as so: AuthType KerberosV5 KrbAuthRealms DOMAIN.COM KrbServiceName HTTP Krb5Keytab /etc/apache2/krb5.keytab KrbMethodNegotiate on