[Date Prev][Date Next] [Chronological] [Thread] [Top]

why not support refresh config file?



When I change loglevel in slapd.conf,I exec "kill -HUP slapd's pid",then slapd exit.
 
Did openldap support refresh config file?
 
I watch the code and found that openldap don't support it.
 
I think it is easy to support it:
 
when slapd receive HUP sig,it call function "read_config" to reread config,am I right?