[Fedora-directory-devel] Please review: Bug 461028 - Admin Server problem with mod_nss and NSS 3.12 on F9

Rich Megginson rmeggins at redhat.com
Wed Sep 3 15:18:36 UTC 2008


https://bugzilla.redhat.com/show_bug.cgi?id=461028
Resolves: bug 461028
Bug Description: Admin Server problem with mod_nss and NSS 3.12 on F9
Reviewed by: ???
Files: see diff
Branch: HEAD
Fix Description: Admin Server must make sure to do the NSS 
initialization after mod_nss has done so.  NSS 3.12 (introduced in 
Fedora 9) requires that processes must perform NSS initialization after 
calling fork() in each child process.  Apache provides a hook to do 
this.  I mostly just copied the init code from mod_nss, so that the init 
is done the same way that mod_nss does it.  Without this patch, I get 
strange errors when starting the Admin Server with SSL enabled, such as 
"Password for internal slot is incorrect".  With the patch, everything 
works fine.
Platforms tested: Fedora 9
Flag Day: no
Doc impact: no
https://bugzilla.redhat.com/attachment.cgi?id=315652&action=diff




More information about the 389-devel mailing list