Re: Authenticating to LDAP using a HTTP ticket

2009-03-10 Thread Michael Ströder
Richard E. Silverman wrote: >> "MKJ" == Mikkel Kruse Johnsen writes: > MKJ> I also had a problem getting this to work and it turned out to be > MKJ> a problem with "mod_auth_kerb" I had to recompile it, using it's > MKJ> internal GSSAPI support and not MIT Kerberos under RHEL5 Don'

Re: Authenticating to LDAP using a HTTP ticket

2009-03-10 Thread Loren M. Lang
On Sun, 2009-03-08 at 13:00 -0700, Russ Allbery wrote: > Mikkel Kruse Johnsen writes: > > > Firefox: Type "about:config" in the Location bar. Type "nego" in the > > filter and dobbelt click "network.negotiate-auth.delegation-uris" and > > "network.negotiate-auth.trusted-uris" and type in your dom

Re: Authenticating to LDAP using a HTTP ticket

2009-03-09 Thread Luke Howard
On 10/03/2009, at 12:10 PM, Russ Allbery wrote: > "Loren M. Lang" writes: > >> Isn't a feature of Kerberos to be able to limit the powers that one >> delegates using proxiable tickets? If I understand correctly, it >> should >> be possible to delegate for the server to impersonate you only to

Re: Authenticating to LDAP using a HTTP ticket

2009-03-09 Thread Russ Allbery
"Loren M. Lang" writes: > Isn't a feature of Kerberos to be able to limit the powers that one > delegates using proxiable tickets? If I understand correctly, it should > be possible to delegate for the server to impersonate you only to the > LDAP service on host ldap.example.com instead of forwa

Re: Authenticating to LDAP using a HTTP ticket

2009-03-09 Thread Douglas E. Engert
Mikkel Kruse Johnsen wrote: >> Hello, >> >> I have a few more questions >> [...] > > To get the browsers to forward tickets you need to: > > Firefox: Type "about:config" in the Location bar. Type "nego" in the > filter and dobbelt click "network.negotiate-auth.delegation-uris" and > "network.ne

Re: Authenticating to LDAP using a HTTP ticket

2009-03-08 Thread Michael Ströder
Henrik Hodne wrote: > On Sat, Mar 7, 2009 at 10:45 AM, Mikkel Kruse Johnsen wrote: > >> Yes, that is possible. >> >> You need to set your LDAP to authenticate using SASL like this: >> >> # SASL >> sasl-host kerberos.cbs.dk >> sasl-realm CBS.DK >> sasl-secpropnoplain,noanonymous,mins

Re: Authenticating to LDAP using a HTTP ticket

2009-03-08 Thread Richard E. Silverman
> "MKJ" == Mikkel Kruse Johnsen writes: >> Hello, >> >> I have a few more questions >> >> >> On Sat, Mar 7, 2009 at 10:45 AM, Mikkel Kruse Johnsen >> wrote: >> >> Hi Henrik >> >> Yes, that is possible. >> >> You need to set your LDAP

Re: Authenticating to LDAP using a HTTP ticket

2009-03-08 Thread Russ Allbery
Mikkel Kruse Johnsen writes: > Firefox: Type "about:config" in the Location bar. Type "nego" in the > filter and dobbelt click "network.negotiate-auth.delegation-uris" and > "network.negotiate-auth.trusted-uris" and type in your domain name (in > my example I have "cbs.dk" in both) Be aware that

Re: Authenticating to LDAP using a HTTP ticket

2009-03-08 Thread Mikkel Kruse Johnsen
> Hello, > > I have a few more questions > > > On Sat, Mar 7, 2009 at 10:45 AM, Mikkel Kruse Johnsen > wrote: > > Hi Henrik > > Yes, that is possible. > > You need to set your LDAP to authenticate using SASL like > this: > > #

Re: Authenticating to LDAP using a HTTP ticket

2009-03-07 Thread Henrik Hodne
Hello, I have a few more questions On Sat, Mar 7, 2009 at 10:45 AM, Mikkel Kruse Johnsen wrote: > Hi Henrik > > Yes, that is possible. > > You need to set your LDAP to authenticate using SASL like this: > > # SASL > sasl-host kerberos.cbs.dk > sasl-realm CBS.DK > sasl-secpropnopl

Re: Authenticating to LDAP using a HTTP ticket

2009-03-07 Thread Mikkel Kruse Johnsen
Hi Henrik Yes, that is possible. You need to set your LDAP to authenticate using SASL like this: # SASL sasl-host kerberos.cbs.dk sasl-realm CBS.DK sasl-secpropnoplain,noanonymous,minssf=112 sasl-regexp uid=(.*),cn=CBS.DK,cn=GSSAPI,cn=auth uid=$1,ou=People,dc=c

Authenticating to LDAP using a HTTP ticket

2009-03-07 Thread Henrik Hodne
Hello, I am in the process of creating a web panel to change LDAP attributes. The web panel is currently using mod_auth_kerb to authenticate, which is working beautifully. What we need is to authenticate to the LDAP server with that ticket. Is that even possible? -Henrik _