From e08c66a40d66742a4f845a37058c4b42758abcf5 Mon Sep 17 00:00:00 2001
From: Luca Beltrame <lbeltrame@kde.org>
Date: Sun, 24 Jan 2016 00:44:42 +0100
Subject: [PATCH] Fix another error in the howto

---
 ...nfigure-389-ds-ldap-server-on-opensuse-tumbleweed.markdown | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/_posts/2016-01-23-howto-configure-389-ds-ldap-server-on-opensuse-tumbleweed.markdown b/_posts/2016-01-23-howto-configure-389-ds-ldap-server-on-opensuse-tumbleweed.markdown
index e4a8a1b..9f177f3 100644
--- a/_posts/2016-01-23-howto-configure-389-ds-ldap-server-on-opensuse-tumbleweed.markdown
+++ b/_posts/2016-01-23-howto-configure-389-ds-ldap-server-on-opensuse-tumbleweed.markdown
@@ -66,10 +66,10 @@ Then, we'll tackle the configuration issue. Open (as root) `/etc/dirsrv/admin-se
 LoadModule unixd_module         /usr/lib64/apache2/mod_unixd.so
 {% endhighlight %}
 
-Then change the `mpm_worker_module` one so that it reads like this:
+Then change the `mod_nss` one so that it reads like this:
 
 {% highlight apache %}
-LoadModule mpm_worker_module    /usr/lib64/apache2/mod_mpm_worker.so
+LoadModule nss_module         /usr/lib64/apache2/mod_nss.so
 {% endhighlight %}
 
 Save the file and now you'll be able to run `setup-ds-admin.pl` without issues. I won't cover the process here, there are plenty of instructions in the 389 DS documentation.