21839658 Enable the ldap backend for slapd s11u3-sru
authorTsu-Phong Wu <tsu-phong.wu@oracle.com>
Fri, 03 Feb 2017 11:14:15 -0800
branchs11u3-sru
changeset 7642 1a3fee2e8779
parent 7641 a9fdeecad872
child 7643 eece4b285510
21839658 Enable the ldap backend for slapd 22309527 Enable the meta backend for slapd
components/openldap/Makefile
--- a/components/openldap/Makefile	Thu Jan 26 15:26:48 2017 -0800
+++ b/components/openldap/Makefile	Fri Feb 03 11:14:15 2017 -0800
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
 #
 
 
@@ -87,6 +87,8 @@
 CONFIGURE_OPTIONS += --enable-null
 CONFIGURE_OPTIONS += --enable-passwd	 
 CONFIGURE_OPTIONS += --enable-shell
+CONFIGURE_OPTIONS += --enable-ldap
+CONFIGURE_OPTIONS += --enable-meta
 CONFIGURE_OPTIONS += --with-cyrus-sasl
 CONFIGURE_OPTIONS += --with-threads
 CONFIGURE_OPTIONS += --with-tls=openssl