Anyone has an apache running with mod_auth_kerb AND mod_auth_ldap?

2006-10-05 Thread Djihangiroff, Matthias (KC-DD)
Hello, Anyone out there whos running an Apache with mod_auth_kerb and mod_auth_ldap? Im running an Apache with mod_auth_kerb perfectly. But we have users, which arent in our Windows AD, so they cant load the websites protected through mod_auth_kerb. Is it possible to fall back to mod_auth_ldap,

Re: Anyone has an apache running with mod_auth_kerb AND mod_auth_ldap?

2006-10-05 Thread Russ Allbery
Djihangiroff, Matthias (KC-DD) [EMAIL PROTECTED] writes: Anyone out there whos running an Apache with mod_auth_kerb and mod_auth_ldap? Im running an Apache with mod_auth_kerb perfectly. But we have users, which arent in our Windows AD, so they cant load the websites protected through

Kerberos transaction over TCP

2006-10-05 Thread Ashutosh
Hi, I am trying to get kerberos transaction over tcp, but my linux client isnt shifting from UDP to TCP. Somehow I have to force my kerberos transaction to be on TCP. As my KDC I am using Windows 2000 server and linux client using MIT distribution. I have also changed the default value of

Re: Anyone has an apache running with mod_auth_kerb AND mod_auth_ldap?

2006-10-05 Thread Michael B Allen
On Thu, 5 Oct 2006 08:03:51 +0200 Djihangiroff, Matthias (KC-DD) [EMAIL PROTECTED] wrote: Hello, Anyone out there whos running an Apache with mod_auth_kerb and mod_auth_ldap? Im running an Apache with mod_auth_kerb perfectly. But we have users, which arent in our Windows AD, so they cant

Re: Anyone has an apache running with mod_auth_kerb AND mod_auth_ldap?

2006-10-05 Thread Russ Allbery
Michael B Allen [EMAIL PROTECTED] writes: Djihangiroff, Matthias (KC-DD) [EMAIL PROTECTED] wrote: Anyone out there whos running an Apache with mod_auth_kerb and mod_auth_ldap? Im running an Apache with mod_auth_kerb perfectly. But we have users, which arent in our Windows AD, so they cant

Kerberized DBMS's Available

2006-10-05 Thread Henry B. Hotz
I'm looking for a DBMS that supports Kerberos for user authentication and has a JDBC client. It appears that I may have to write the support myself, unless someone can add something I haven't been able to find out. The big three I know about are: MySQL -- market leader, but no Kerberos

Re: Anyone has an apache running with mod_auth_kerb AND mod_auth_ldap?

2006-10-05 Thread Michael B Allen
On Thu, 05 Oct 2006 10:13:53 -0700 Russ Allbery [EMAIL PROTECTED] wrote: Michael B Allen [EMAIL PROTECTED] writes: Djihangiroff, Matthias (KC-DD) [EMAIL PROTECTED] wrote: Anyone out there whos running an Apache with mod_auth_kerb and mod_auth_ldap? Im running an Apache with

Re: Anyone has an apache running with mod_auth_kerb AND mod_auth_ldap?

2006-10-05 Thread Russ Allbery
Michael B Allen [EMAIL PROTECTED] writes: Russ Allbery [EMAIL PROTECTED] wrote: mod_auth_kerb can (via BasicAuth), but you need to have the passwords in some Kerberos database. It doesn't help if they're only in LDAP. I'm a little confused by this statement. If mod_auth_kerb uses

RE: Kerberized DBMS's Available

2006-10-05 Thread Tim Alsop
Sybase also supports Kerberos, but does not embed Kerberos libraries like Oracle decided to, instead it uses a GSS-API interface. I also understand that IBMs database product supports Kerberos, but I have limited experience of it to comment. I beleive they have implemented the interface to the

Re: Anyone has an apache running with mod_auth_kerb AND mod_auth_ldap?

2006-10-05 Thread Michael B Allen
On Thu, 05 Oct 2006 11:10:27 -0700 Russ Allbery [EMAIL PROTECTED] wrote: Michael B Allen [EMAIL PROTECTED] writes: Russ Allbery [EMAIL PROTECTED] wrote: mod_auth_kerb can (via BasicAuth), but you need to have the passwords in some Kerberos database. It doesn't help if they're only in

Re: Anyone has an apache running with mod_auth_kerb AND mod_auth_ldap?

2006-10-05 Thread Russ Allbery
Michael B Allen [EMAIL PROTECTED] writes: Russ Allbery [EMAIL PROTECTED] wrote: It only does Kerberos authentication. If the passwords are stored as encrypted hashes in an LDAP directory server (which is what people normally mean when they talk about LDAP authentication), it doesn't help.

Re: Anyone has an apache running with mod_auth_kerb AND mod_auth_ldap?

2006-10-05 Thread Evan Vittitow
I had this problem a few days ago. Divide up your clients by IP Range. Put your Kerberized clients on one subnet, non-Kerberized clients on another subnet. Kerberos mailing list Kerberos@mit.edu

WG: Anyone has an apache running with mod_auth_kerb AND mod_auth_ldap?

2006-10-05 Thread Djihangiroff, Matthias (KC-DD)
Yes exactly. I cannot use mod_auth_kerb, because some Users are NOT in the AD. So they must get a Login, where they can type in their Windowslogin (e.g [EMAIL PROTECTED]). I cannot use the integrated windows authetification to auth against the mod_auth_kerb. Im trying the new apache 2.2.x. I