mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
openldap: version update and new build parameters
This patch updates OpenLDAP to 2.4.47, introduces new build parameters and places openldap-server, openldap-utils and libopenldap under a separate menu item in Network. OpenLDAP is difficult to find in menuconfig at present. Making a separate menu item for OpenLDAP for selection of packages and enabling or disabling build parameters makes better sense. To have access to the loglevel directive, OpenLDAP must be built with debugging information. Having access to the loglevel directive is essential during the initial configuration of OpenLDAP server. International users may want to enable ICU support to have access to international characters. Signed-off-by: Val Kulkov <val.kulkov@gmail.com> Signed-off-by: W. Michael Petullo <mike@flyn.org>
This commit is contained in:
committed by
W. Michael Petullo
parent
ec029b9ae0
commit
c272beb439
@@ -0,0 +1,11 @@
|
||||
--- a/servers/slapd/slapd.conf
|
||||
+++ b/servers/slapd/slapd.conf
|
||||
@@ -50,7 +50,7 @@ argsfile %LOCALSTATEDIR%/run/slapd.args
|
||||
#######################################################################
|
||||
|
||||
database mdb
|
||||
-maxsize 1073741824
|
||||
+maxsize 8388608
|
||||
suffix "dc=my-domain,dc=com"
|
||||
rootdn "cn=Manager,dc=my-domain,dc=com"
|
||||
# Cleartext passwords, especially for the rootdn, should
|
||||
Reference in New Issue
Block a user