vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Dear alt.os.linux.gentoo, I'm trying to get mod_auth_kerb working with apache using SPNEGO not with the dumb password prompts. It's giving me nonsensical error messages, so I've been thinking of using a version of mit-krb5 that it's known to work with (i.e. 1.3.4) except the oldest ebuild for app-crypt/mit-krb5 is 1.4.3. I'd love for someone to tell me where to get my hands on an ebuild for 1.3.4. This is actually a pretty recent version and I'm surprised that it's missing from portage. Cheers, Bob. |
| |||
| Bob wrote: > Dear alt.os.linux.gentoo, > > I'm trying to get mod_auth_kerb working with apache using SPNEGO not > with the dumb password prompts. It's giving me nonsensical error > messages, so I've been thinking of using a version of mit-krb5 that it's > known to work with (i.e. 1.3.4) except the oldest ebuild for > app-crypt/mit-krb5 is 1.4.3. > > I'd love for someone to tell me where to get my hands on an ebuild for > 1.3.4. This is actually a pretty recent version and I'm surprised that > it's missing from portage. I would check the older install CDs, you need then manually download the trarball too. //Aho |
| ||||
| On 2006-06-23, Bob <ftoomch@gmail.com> wrote: > I'd love for someone to tell me where to get my hands on an ebuild for > 1.3.4. This is actually a pretty recent version and I'm surprised that > it's missing from portage. From the CVS repository: http://www.gentoo.org/cgi-bin/viewcv...rypt/mit-krb5/ However using unsupported versions is not something that should be done lightly, because a) things will break eventually and b) you don't get any security support and in case a security relevant bug is detected you'll stay vulnerable. I strongely recommend that you try to fix your problem without using obsolete versions. If something is really broken in newer versions, file a bugreport. HTH, Stefan |