thomas: server/openldap fsl.openldap, NONE, 1.1 openldap.patch, NONE, 1.1 openldap.pc, NONE, 1.1 openldap.spec, 1.10, 1.11 rc.openldap, 1.3, 1.4

cvs at kolab.org cvs at kolab.org
Thu Apr 24 17:36:11 CEST 2008


Author: thomas

Update of /kolabrepository/server/openldap
In directory doto:/tmp/cvs-serv17882

Added Files:
	fsl.openldap openldap.patch openldap.pc openldap.spec 
	rc.openldap 
Log Message:
Added contents of openldap-2.3.39-20071130.src.rpm (except tarball)


--- NEW FILE: fsl.openldap ---
##
##  fsl.openldap -- OSSP fsl configuration
##

ident (slap.*|slurp.*)/.+ q{
    prefix(
        prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
    )
    -> {
        debug: file(
            path="@l_prefix@/var/openldap/openldap.log",
            perm=0644
        )
    }
};


--- NEW FILE: openldap.patch ---
Index: include/ac/fdset.h
--- include/ac/fdset.h.orig	2007-01-02 22:43:47 +0100
+++ include/ac/fdset.h	2007-09-22 19:03:32 +0200
@@ -22,6 +22,13 @@
 #ifndef _AC_FDSET_H
 #define _AC_FDSET_H
 
+#if defined(HAVE_SYS_TYPES_H)
+#include <sys/types.h>
+#endif
+#if defined(HAVE_SYS_SELECT_H)
+#include <sys/select.h>
+#endif
+
 #if !defined( OPENLDAP_FD_SETSIZE ) && !defined( FD_SETSIZE )
 #  define OPENLDAP_FD_SETSIZE 4096
 #endif
Index: servers/slapd/back-perl/config.c
--- servers/slapd/back-perl/config.c.orig	2007-01-02 22:44:06 +0100
+++ servers/slapd/back-perl/config.c	2007-09-22 19:13:23 +0200
@@ -49,6 +49,9 @@
 		}
 
 #ifdef PERL_IS_5_6
+		if (argc > 2)
+		    snprintf( eval_str, EVAL_BUF_SIZE, "require \"%s\";", argv[2] );
+		else
 		snprintf( eval_str, EVAL_BUF_SIZE, "use %s;", argv[1] );
 		eval_pv( eval_str, 0 );
 
Index: servers/slapd/slapd.conf
--- servers/slapd/slapd.conf.orig	2004-06-18 04:49:08 +0200
+++ servers/slapd/slapd.conf	2007-09-22 19:03:32 +0200
@@ -65,3 +65,19 @@
 directory	%LOCALSTATEDIR%/openldap-data
 # Indices to maintain
 index	objectClass	eq
+
+#######################################################################
+# replication via slurpd(8)
+#######################################################################
+
+# master server configuration
+#replogfile      %LOCALSTATEDIR%/openldap-slurp
+#replica-pidfile %LOCALSTATEDIR%/slurpd.pid
+#replica         host=slave.example.com:389
+#                binddn="cn=admin,dc=example,dc=org"
+#                bindmethod=simple credentials=secret
+
+# slave server(s) configuration
+#updatedn        "cn=admin,dc=example,dc=org"
+#updateref       ldap://master.example.org
+

--- NEW FILE: openldap.pc ---
prefix=@l_prefix@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: openldap
Description: OpenLDAP Libraries
Version: @version@
Libs: -L${libdir} @libs@
Cflags: -I${includedir}







More information about the commits mailing list