Bug 105946
| Summary: | system-auth is not properly set for Kerberos V authentication | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Felipe Alfaro Solana <felipe_alfaro> | ||||||
| Component: | authconfig | Assignee: | Nalin Dahyabhai <nalin> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Brian Brock <bbrock> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | rawhide | CC: | chris.ricker, pawsa | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | test3 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2003-10-23 10:48:21 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Bug Depends On: | |||||||||
| Bug Blocks: | 100643 | ||||||||
| Attachments: |
|
||||||||
|
Description
Felipe Alfaro Solana
2003-09-29 19:49:31 UTC
Created attachment 94831 [details]
system-auth as configured by authconfig
This will prevent PAM from getting to pam_krb5 to get Kerberos V credentials
for any user (well, only if the user has local, shadow password on the system
onto which he or she is logging)
Created attachment 94832 [details]
system-auth configured manually
This allows for Kerberos V authentication.
@@ -2,11 +2,11 @@ # This file is auto-generated. # User changes will be destroyed the next time authconfig is run. auth required /lib/security/$ISA/pam_env.so -auth sufficient /lib/security/$ISA/pam_unix.so likeauth nullok -auth sufficient /lib/security/$ISA/pam_krb5.so use_first_pass +auth sufficient /lib/security/$ISA/pam_krb5.so +auth sufficient /lib/security/$ISA/pam_unix.so likeauth nullok use_first_pass auth required /lib/security/$ISA/pam_deny.so -account required /lib/security/$ISA/pam_unix.so +account sufficient /lib/security/$ISA/pam_unix.so account [default=bad success=ok user_unknown=ignore service_err=ignore system_err=ignore] /lib/security/$ISA/pam_krb5.so password required /lib/security/$ISA/pam_cracklib.so retry=3 type= Does this work for you with newer pam_krb5? (works for me as of Oct 14th tree, I get a tgt with what authconfig wrote) It's working for me now as well Works also for me! I'm closing this bug, if everyone agrees. I think this report has to be reopened: the kerberos tickets are not fetched FC2t2+development as of yesterday. Making the manual change to system-auth fixes the problem, though. It seems that the change to system-auth as in the comment above by MKJ got lost on the way. I cannot reopen this bug, should I open a new report? |