|
Bug ID
|
6648254
|
|
Synopsis
|
kadmind should check for kadm5.keytab on start
|
|
State
|
4-Defer:No Resource Available (Accepted, but the fix may not be made soon.)
|
|
Category:Subcategory
|
kerberosv5_bundled:admin
|
|
Keywords
|
kadm5.keytab | kadmin | kadmind | kerberos
|
|
Reported Against
|
|
|
Duplicate Of
|
|
|
Introduced In
|
|
|
Commit to Fix
|
|
|
Fixed In
|
|
|
Release Fixed
|
|
|
Related Bugs
|
|
|
Submit Date
|
8-January-2008
|
|
Last Update Date
|
26-February-2009
|
|
Description
|
kadmind does not check for the presence of the kadm5.keytab on startup. The lack of effective error messaging does not point to the missing file. The request is for a check for this file to take place via SMF.
|
|
Work Around
|
--- kadmin.xml-orig Fri Jan 4 09:51:57 2008
+++ kadmin.xml Fri Jan 4 10:01:37 2008
@@ -33,6 +33,15 @@
<service_fmri value='svc:/network/dns/client' />
</dependency>
+ <dependency name='keytab'
+ grouping='require_all'
+ restart_on='restart'
+ type='path'>
+ <service_fmri
+ value='file://localhost/etc/krb5/kadm5.keytab' />
+ </dependency>
|
|
Comments
|
N/A
|
|
|
Add Yourself to the Interest List
|