Bug 112958 - Type in /etc/init.d/kadmin
Summary: Type in /etc/init.d/kadmin
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 3
Classification: Red Hat
Component: krb5
Version: 3.0
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: Nalin Dahyabhai
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-01-06 17:47 UTC by Ryan Dooley
Modified: 2007-11-30 22:06 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-01-06 20:14:55 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Ryan Dooley 2004-01-06 17:47:39 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5)
Gecko/20031107 Epiphany/1.0.6

Description of problem:
In /etc/init.d/kadmin, there is a typo on line 31.

It reads:

if [-f /var/kerberos/krb5kdc/kpropd.acl ] ; then

Where it should read

if [ ! -f /var/kerberos/krb5kdc/kpropd.acl ] ; then


Version-Release number of selected component (if applicable):
1.2.7-19

How reproducible:
Always

Steps to Reproduce:
1. Install krb5-server-1.2.7-19
2. vi /etc/init.d/kadmin

    

Additional info:

Comment 1 Nalin Dahyabhai 2004-01-06 20:00:39 UTC
Could you please elaborate on this?  Kadmind should only be run on
your master KDC, and kpropd only on slaves, so reversing this check
doesn't make sense to me.

Comment 2 Ryan Dooley 2004-01-06 20:12:50 UTC
You know what... you're right.   I accidentallycopied a template
kpropd.acl from a slave for reference.  Apparently I've been up a
little late.  Sorry for the ticket.

Comment 3 Nalin Dahyabhai 2004-01-06 20:14:55 UTC
No problem, closing.


Note You need to log in before you can comment on or make changes to this bug.