Re: [PHP] Kerberos authentication

2004-08-15 Thread Burhan Khalid
Matthew Runo wrote: I am working on a project that requires Kerberos authentication, however - we are unable to use the apache module that one would normally use [sys admin.. *grumble*]. I searched the archives to find a script that would authenticate a user against a Kerberos server, and found

Re: [PHP] Kerberos authentication

2004-08-13 Thread Justin Patrin
On Fri, 13 Aug 2004 12:26:45 -0700, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Well, UC Santa Cruz uses a Kerberos server to authenticate students and faculty > onto their network. We need to create a login form that will allow various > departments to use a web-based-interface to log into thei

Re: [PHP] Kerberos authentication

2004-08-13 Thread matthew
Well, UC Santa Cruz uses a Kerberos server to authenticate students and faculty onto their network. We need to create a login form that will allow various departments to use a web-based-interface to log into their websites, and they'd all like to use the pre-existing Kerberos server to do so. That

Re: [PHP] Kerberos authentication

2004-08-13 Thread Justin Patrin
On Thu, 12 Aug 2004 21:15:40 -0700, Matthew Runo <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello- > > I am working on a project that requires Kerberos authentication, > however - we are unable to use the apache module that one would > normally use [sys admin