|
From: <abe...@us...> - 2013-10-22 20:42:09
|
Revision: 6240
http://sourceforge.net/p/astlinux/code/6240
Author: abelbeck
Date: 2013-10-22 20:42:06 +0000 (Tue, 22 Oct 2013)
Log Message:
-----------
Enable LDAP Server, BR2_PACKAGE_OPENLDAP_SERVER=y for default builds
Modified Paths:
--------------
branches/1.0/astlinux-ast11.config
branches/1.0/astlinux.config
branches/1.0/astlinux18.config
Modified: branches/1.0/astlinux-ast11.config
===================================================================
--- branches/1.0/astlinux-ast11.config 2013-10-22 16:49:02 UTC (rev 6239)
+++ branches/1.0/astlinux-ast11.config 2013-10-22 20:42:06 UTC (rev 6240)
@@ -737,7 +737,7 @@
# BR2_PACKAGE_NUTTCP is not set
# BR2_PACKAGE_OLSR is not set
BR2_PACKAGE_OPENLDAP=y
-# BR2_PACKAGE_OPENLDAP_SERVER is not set
+BR2_PACKAGE_OPENLDAP_SERVER=y
# BR2_PACKAGE_OPENNTPD is not set
BR2_PACKAGE_OPENSSH=y
BR2_PACKAGE_OPENVPN=y
Modified: branches/1.0/astlinux.config
===================================================================
--- branches/1.0/astlinux.config 2013-10-22 16:49:02 UTC (rev 6239)
+++ branches/1.0/astlinux.config 2013-10-22 20:42:06 UTC (rev 6240)
@@ -739,7 +739,7 @@
# BR2_PACKAGE_NUTTCP is not set
# BR2_PACKAGE_OLSR is not set
BR2_PACKAGE_OPENLDAP=y
-# BR2_PACKAGE_OPENLDAP_SERVER is not set
+BR2_PACKAGE_OPENLDAP_SERVER=y
# BR2_PACKAGE_OPENNTPD is not set
BR2_PACKAGE_OPENSSH=y
BR2_PACKAGE_OPENVPN=y
Modified: branches/1.0/astlinux18.config
===================================================================
--- branches/1.0/astlinux18.config 2013-10-22 16:49:02 UTC (rev 6239)
+++ branches/1.0/astlinux18.config 2013-10-22 20:42:06 UTC (rev 6240)
@@ -737,7 +737,7 @@
# BR2_PACKAGE_NUTTCP is not set
# BR2_PACKAGE_OLSR is not set
BR2_PACKAGE_OPENLDAP=y
-# BR2_PACKAGE_OPENLDAP_SERVER is not set
+BR2_PACKAGE_OPENLDAP_SERVER=y
# BR2_PACKAGE_OPENNTPD is not set
BR2_PACKAGE_OPENSSH=y
BR2_PACKAGE_OPENVPN=y
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|