Displaying 20 results from an estimated 3000 matches similar to: "OpenLDAP Versions"
2005 Nov 30
4
Building rpms
I have been asked to update OpenLDAP to the latest stable version. I am
using CentOS 4.2 and have OpenLDAP 2.2.13 installed. I can install from
source if I have to, but I would rather stay with rpm packages if possible.
I found an rpm from Fedora Core Development on RPMFIND. Will this one work
with Centos, or should I grab the source rpm and rebuild it?
Bowie
2010 Nov 29
3
Any chance to get a working, current openldap srpm/rpm for centos 5.5
Hello,
is there anyone out there, who has a current 2.4.23 srpm or good how to
compile it from src with supported db4?
I tried to compile recent source files, but always finding the current
(installed) db4 >4.3 fails.
Than I tried to compile the LTB Project Files:
http://ltb-project.org/wiki/documentation/openldap-rpm
May be it is just a small step or option to be set.
Would be nice to get
2005 Oct 21
3
Openldap for PDC
I have been testing with openldap_2.2.13-2 and have experience on 2
occasions lockups where the ldap server does not respond (slapcat will
just hang). I have upgraded to openldap_2.2.13-4.
Is there a recommended version of openldap for SambaPDC?
Does anyone have a system in production using openldap_2.2.13-2 or
openldap_2.2.13-4?
I'm currently using samba3-20b any recommendations for a
2006 Jul 28
3
R uses private function in libc (PR#9107)
Full_Name: Quanah Gibson-Mount
Version: 2.3.0, 2.3.1
OS: Linux
Submission from: (NULL) (171.66.155.86)
libc used to export the symbol:
__libc_stack_end;
however, newer versions of libc no longer export it. R has some serious
problems around this, because the code has:
# ifdef linux
extern void * __libc_stack_end;
# endif
and
#if defined(linux)
R_CStackStart = (uintptr_t)
2018 Aug 28
3
OpenLDAP support in future versions of CentOS
Patrick Laimbock wrote:
> On 28-08-18 17:51, Alicia Smith wrote:
>>
>> I just joined this mailing list, so I apologize in advance if this
>> topic has already been covered.
>>
>> Red Hat and Suse announced they are no longer supporting OpenLDAP in
>> future releases. https://www.ostechnix.com/redhat-and-suse-announced-to-
>>
2018 Aug 28
4
OpenLDAP support in future versions of CentOS
Hello!
I just joined this mailing list, so I apologize in advance if this topic
has already been covered.
Red Hat and Suse announced they are no longer supporting OpenLDAP in future
releases.
https://www.ostechnix.com/redhat-and-suse-announced-to-
withdraw-support-for-openldap/
However, we mainly use CentOS and while it's a RH derivative, I wanted to
find out what CentOS plans on doing in
2018 Aug 28
1
OpenLDAP support in future versions of CentOS
Stephen John Smoogen wrote:
> On Tue, 28 Aug 2018 at 14:56, mark <m.roth at 5-cent.us> wrote:
>
>>
>> Patrick Laimbock wrote:
>>
>>> On 28-08-18 17:51, Alicia Smith wrote:
>>>
>>>>
>>>> I just joined this mailing list, so I apologize in advance if this
>>>> topic has already been covered.
>>>>
2009 Sep 08
3
OpenSSH and keystroke timings
Old news, but ... http://lwn.net/Articles/298833/
I first posted about this back in 2001 and it's still not resolved:
http://osdir.com/ml/ietf.secsh/2001-09/msg00000.html
1) high latency networks are a reality that will never go away. In fact they
will only become more prevalent since distributed networks continue to grow
broader but (surprise) the speed of light remains a constant.
2)
2014 Nov 23
4
Yum installed perl on CentOS 5.11 64 bit
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello Centos,
Is 4:perl-5.8.8-43.el5_11.x86_64 really dependent on the 32 bit perl.i386
4:5.8.8-43.el5_11 as yum is suggesting, or has something got mixed up on
the system?
yum install perl
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: repo.bigstepcloud.com
* epel: mirror.bytemark.co.uk
* extras:
2005 Mar 21
11
NPTL/db4 problem with FC3
This is a cross post to <xen-devel@lists.sourceforge.net> and <user-
mode-linux-user@lists.sourceforge.net>
Dear lists,
Anybody successfully running cyrus-imapd in FC2/3+Xen/UML? When i tried
to run cyrus-imapd in a virtual FC3 (Xen or UML) i got lot''s of
DBERROR db4: Berkeley DB library configured to support only
DB_PRIVATE environments
DBERROR:
2011 Nov 30
3
checking package versions in various releases
Hey folks,
I am sure there must be an easy way to do this.
I am currently running 5.3 and "yum info db4" tells me that they have
version 4.3.29.
Is that telling me that this is the version in 5.3? Or that this is
the latest version in the 5.x stream?
If the former, then how do I find out what release of the db4 software
(sleepcat berkeley db) is in 5.7?
I don't want to
2007 Feb 08
2
conditions for the db4/nptl bug?
Hi *,
i run several CentOS4 systems as xen3 domU, and all of them suffer from
the well-known-to-this-list db4/nptl bug:
<https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=91933>
so that i needed to rebuild db4 to make cyrus-imapd work. But a member
of the centos devel ML reported that he has no problem at all running
cyrus-imapd. Our setups are almost identical (dom0=FC6,
2004 Dec 30
3
Problems migrating from WBEL
Hi folks:
I've recently migrated one of my production servers (bad Jason!) from
WBEL to CentOS 3.3 using Donavan's instructions in the FAQ
(http://www.centos.org/modules/smartfaq/faq.php?faqid=19). While it
was as painless as the document suggests, I've run into problems with
postgrey (a postfix greylisting daemon) on my server. Whenever I try
to start postgrey, I get the
2014 Dec 04
1
Asterisk 13 & LDAP
Is there still an LDAP driver as do not see it in the CentOS 6 repository ?
2010 Jun 17
1
Small bug in mux_master_read_cb()
I'm looking at the code from CVS as of May 21. The statement to allocate the
mux state is allocating the size of a pointer, instead of the size of the
struct being pointed to. The bug is benign in the original code because the
struct has only an int element inside it, but it would corrupt memory if the
struct were to be extended.
Simple fix here:
diff --git a/mux.c b/mux.c
index
2009 Oct 26
2
[LLVMdev] disassembly/decompiling
Hi, just read the LLVM 2.6 release announcement, the bit about llvm-mc caught
my attention. I've been looking for a tool to disassemble x86 object files
into an IR and then reassemble them into x86_64 object code. The immediate use
for them would be to convert driver blobs that some vendors provide for their
hardware (e.g. the Lucent modem driver) so they can be used in a 64 bit
kernel.
2006 Feb 22
3
OT: svn installation tutorial
Hello friendly Rails community,
I''m sorry for this OT post, I''ve just switched to Mac and as I see there
are so many friendly mac users here, may I ask is there another
good/nice Subversion installation tutorial instead of this one:
http://developer.apple.com/tools/subversionxcode.html?
Is there another way to install it without compiling Subversion by
myself? For example via
2002 Dec 12
4
Samba 2.2.7a
Are the latest updates for Samba ( 2.2.7a ) available on the mandrake update
system yet ?
Mr Smiley
2010 Jun 14
5
cooked mode sessions
Picking up on a couple really old threads (e.g.
http://osdir.com/ml/ietf.secsh/2001-09/msg00003.html ) I've finally gotten
around to this. The EXTPROC support on Linux is missing, but you can find
kernel patches for that here
http://lkml.org/lkml/2010/6/11/403
I've also fixed up the netkit telnet / telnetd code to work with EXTPROC /
LINEMODE on Linux, those patches are here
2009 Oct 26
0
[LLVMdev] disassembly/decompiling
On Oct 26, 2009, at 1:00 AM, Howard Chu wrote:
> Hi, just read the LLVM 2.6 release announcement, the bit about llvm-
> mc caught
> my attention. I've been looking for a tool to disassemble x86 object
> files
> into an IR and then reassemble them into x86_64 object code. The
> immediate use
> for them would be to convert driver blobs that some vendors provide
>