Bug 477009
Summary: | RFE change default place for kerberos keytabs | ||
---|---|---|---|
Product: | [Retired] 389 | Reporter: | Simo Sorce <ssorce> |
Component: | Directory Server | Assignee: | Rich Megginson <rmeggins> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Chandrasekar Kannan <ckannan> |
Severity: | low | Docs Contact: | |
Priority: | high | ||
Version: | 1.1.3 | CC: | benl, jgalipea |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | 8.1 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2009-04-29 23:08:59 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: | 249650, 493682 |
Description
Simo Sorce
2008-12-18 16:29:25 UTC
Done. Checking in initconfig.in; /cvs/dirsec/ldapserver/ldap/admin/src/initconfig.in,v <-- initconfig.in new revision: 1.4; previous revision: 1.3 done How can we verify this? I have seen default GSSAPI error messages looking for keytab - /etc/krb5.keytab but not /etc/dirsrv/ds.keytab. It's just the commented out assignment - just check to see that the commented out assignment in /etc/sysconfig/dirsrv is correct by default, sasl/gssapi will look for /etc/krb5.keytab if KRB5_KTFILE is not defined. fix verified DS 8.1 RHEL 4 /etc/sysconfig/dirsrv: # In order to use SASL/GSSAPI (Kerberos) the directory # server needs to know where to find its keytab # file - uncomment the following line and set # the path and filename appropriately # KRB5_KTNAME=/etc/dirsrv/myname.keytab ; export KRB5_KTNAME An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHEA-2009-0455.html |