Bug 115310 - ldap init script's "reload" function kills slapd/slurpd
Summary: ldap init script's "reload" function kills slapd/slurpd
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Enterprise Linux 3
Classification: Red Hat
Component: openldap
Version: 3.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Nalin Dahyabhai
QA Contact: Jay Turner
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-02-10 16:22 UTC by Christopher C. Weis
Modified: 2015-01-08 00:07 UTC (History)
1 user (show)

Fixed In Version: 2.1.25-4
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-02-10 16:41:32 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Christopher C. Weis 2004-02-10 16:22:47 UTC
Description of problem:

/etc/init.d/ldap contains the "reload" function, which basically sends
slapd (and slurpd) a SIGHUP.  Instead of reloading the configuration
file, it simply kills slapd (and slurpd).

Version-Release number of selected component (if applicable):
openldap-2.0.27-11

How reproducible:
Always

Steps to Reproduce:
1. "service ldap reload"
2.
3.
  
Actual results:
slapd/slurpd processes no longer exist

Expected results:
slapd/slurpd continue to run, using any new changes in the
configuration files.

Additional info:
"service ldap restart" is a workaround, but it's not very efficient,
especially on large directory servers.

Comment 1 Nalin Dahyabhai 2004-02-10 16:41:32 UTC
Reload actually never worked, and can't be done simply.  Removing the
option because it does more harm than good.


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