Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 75396 - pam_krb5 requires mit-krb5 to be installed. I am using Heimdal for Kerberos
Summary: pam_krb5 requires mit-krb5 to be installed. I am using Heimdal for Kerberos
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-22 20:25 UTC by Mark
Modified: 2005-01-28 12:22 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
pam_krb5-20030601-r1.ebuild (pam_krb5-20030601-r1.ebuild,1.35 KB, text/plain)
2005-01-23 21:08 UTC, Anthony Gorecki
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mark 2004-12-22 20:25:40 UTC
It seems like the pam_krb5 ebuild insists that one uses the mit-krb5 imlementation of kerberos. I have setup our infrastructure to use the heimdal implmentation. If I install the mit-krb5 implmentation on the clients then the kadmin tool cannot work as the server is heimdal.

Reproducible: Always
Steps to Reproduce:
1. emerge heimdal
2. emerge pam_krb5
3.

Actual Results:  
The heimdal package blocks the mit-krb5 package

Expected Results:  
pam_krb5 module should work with either implmentation
Comment 1 Anthony Gorecki 2005-01-23 20:59:03 UTC
Mark,

I've created an updated ebuild to fix this problem, in addition to my own bug regarding the extraneous Kerberos 4 dependency; see the below attachment.

Changes from the existing ebuild:
  - Updated description for clarification
  - Removed extraneous kth-krb and mit-krb5 dependencies with USE=afs
  - Configure directives for Kerberos 4 have been removed
Comment 2 Anthony Gorecki 2005-01-23 21:08:34 UTC
Created attachment 49340 [details]
pam_krb5-20030601-r1.ebuild
Comment 3 Ryan Phillips (RETIRED) gentoo-dev 2005-01-28 12:22:39 UTC
Thanks Anthony... Committed.