diff --git a/server/openldap/actions.py b/server/openldap/actions.py index 14e0963637..9066727692 100644 --- a/server/openldap/actions.py +++ b/server/openldap/actions.py @@ -51,6 +51,7 @@ def setup(): --enable-local \ --enable-proctitle \ --enable-overlays=mod \ + --enable-ndb=no \ --with-pic \ --with-threads \ --with-cyrus-sasl \ @@ -75,7 +76,7 @@ def setup(): --disable-perl \ --without-tls \ --without-cyrus-sasl" - else: options += " --with-tls=moznss" + else: options += " --with-tls=auto" shelltools.export("AUTOMAKE", "/bin/true") #autotools.autoreconf("-fi")