How to unload the Secret Store module

  • 7001550
  • 07-Oct-2008
  • 26-Apr-2012

Environment

Novell eDirectory 8.8 for Linux

Situation

eDirectory 8.8 installs Secret Store by default.  How do I unload this module?

Resolution

Secret Store can't be unloaded once ndsd has been started.  You can backup the liblsss and libsss libraries to prevent it from loading at all.

# /etc/init.d/ndsd stop
# cd /opt/novell/eDirectory/lib/nds-modules
# mv liblsss.so.3.4.1 liblsss.so.3.4.1.org
# mv libsss.so.3.4.1 libsss.3.4.1.org
# /etc/init.d/ndsd stop