summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2008-04-03 21:07:55 +0000
committerRich Megginson <rmeggins@redhat.com>2008-04-03 21:07:55 +0000
commitcd83de12e4666fc18e458431159591b6ec92eef6 (patch)
tree0d800bdccf673472c9aabada85c9cee483301905 /include
parentc1b2db5308dd275d16d96ae57e37aad73aa4bd2a (diff)
Resolves: bug 439829
Bug Description: simple password auth fails using NSS 3.11.99 or later Reviewed by: nkinder (Thanks!) Fix Description: The new softokn in NSS 3.11.99 and later requires that the server calls NSS_Init() after forking, but before detaching from the controlling terminal. In fact, this was always a requirement, but the softokn in older NSS allow it. However, it's possible that some hardware crypto devices do not allow this and may not work with older directory servers. The fix is to move the nss/ssl initialization so that it can be called at the right point, or from other points in cases where the server does not fork (e.g. db2ldif). Platforms tested: Fedora 9 i386, RHEL5 x86_64 Flag Day: no Doc impact: no
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions