Re: Issues with SSL/TLS + GSSAPI when modifying uniqueMember attribute (bug???)

2009-11-18 Thread Quanah Gibson-Mount
out the reason for this behaviour. This is a known bug that will be fixed in the 2.4.20 release. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: olcAuthIDRewrite

2009-11-20 Thread Quanah Gibson-Mount
--On Friday, November 20, 2009 1:05 AM -0700 Willie Gillespie wgilles...@es2eng.com wrote: Using OpenLDAP 2.4.18: Can you try with current RE24 CVS? --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging

Re: changing userPassword from custom application

2009-12-14 Thread Quanah Gibson-Mount
use its default encryption mechanism that the admin has specified? --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: OpenLDAP 2.4 - Problem with rewrite overlay

2009-12-16 Thread Quanah Gibson-Mount
-- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: Two index questions

2009-12-17 Thread Quanah Gibson-Mount
generation task. And yes, if you want the replicas to index the data, you need to add it to each of them. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: Re : OpenLDAP 2.4 - Problem with rewrite overlay

2009-12-18 Thread Quanah Gibson-Mount
is commented out because all my module are includes in openldap. I try to use modulepath and moduleload, but i still have the error. Best resgards, Raphael KISTER - Message d'origine De : Quanah Gibson-Mount qua...@zimbra.com À : KISTER RAPHAEL kr...@yahoo.com; openldap-technical@openldap.org

Re: Compiling OpenLDAP 2.4.21 on RHEL 5

2010-01-11 Thread Quanah Gibson-Mount
and then link OpenLDAP against that. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: Syncrepl with Kerberos support

2010-01-11 Thread Quanah Gibson-Mount
client I've ever seen that doesn't use encryption by default is Sun's JNDI stuff. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: seg fault during slapindex

2010-01-12 Thread Quanah Gibson-Mount
the database. I had noticed some errors in our slapd.log indicating we needed additional indexes built: Bugs with opendirectory should be filed with Apple, as they massively hack the OpenLDAP software. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc

Re: Server-Side Sort Overlay ordering problems

2010-01-15 Thread Quanah Gibson-Mount
no ORDERING rule on purpose. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: Berkley db error.

2010-01-20 Thread Quanah Gibson-Mount
of the BDB headers, you need to tell configure where to find your headers. If you're taking the time to build OpenLDAP yourself, you certainly shouldn't be wasting your time building 2.4.11. Get 2.4.21, the current release which should be marked stable any day now. --Quanah -- Quanah Gibson

Re: OpenLDAP does not seem to start

2010-01-20 Thread Quanah Gibson-Mount
to open syslog. Which is why I've suggested using slapd level debugging. But most likely, the db simply needs to be recovered via the db_recover command, which I've already pointed Scott at. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra

Re: OpenLDAP does not seem to start

2010-01-20 Thread Quanah Gibson-Mount
--On Wednesday, January 20, 2010 1:09 PM -0600 sgm...@mail.bloomfield.k12.mo.us wrote: Quanah Gibson-Mount wrote: --On Wednesday, January 20, 2010 7:42 PM +0100 Jaap Winius jwin...@umrk.nl wrote: Irrelevant. What is preventing slapd from starting up? If the loglevel statement in your

Re: slapd dying, what next?

2010-01-21 Thread Quanah Gibson-Mount
) Fix your tcmalloc build (c) If the problem still occurs, run slapd under gdb so you can get a backtrace of some kind. Make sure your OpenLDAP build, etc, has debugging symbols. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader

Re: slapd dying, what next?

2010-01-21 Thread Quanah Gibson-Mount
-- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: understanding userid .vs. uid

2010-01-27 Thread Quanah Gibson-Mount
-- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: performance on Solaris

2010-01-27 Thread Quanah Gibson-Mount
on the size of your entries. You may need upwards of 16GB of RAM depending again on how large your DB actually is. I.e., you fail to provide the data necessary to give you a conclusive answer. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra

Re: Error 53 applying syncrepl LDIF

2010-01-29 Thread Quanah Gibson-Mount
is the LDIF I use to ldapmodify my entry. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: slapd dying, what next?

2010-02-08 Thread Quanah Gibson-Mount
the information necessary. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: attributes order

2010-02-20 Thread Quanah Gibson-Mount
. Why would anything need to depend on that? You can use an overlay to order the values of given attributes, but none of that is part of the LDAP specs. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging

Re: Read Waiters growing

2010-02-26 Thread Quanah Gibson-Mount
there's not that many writes? It could be a bug in back-monitor... --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: OpenLDAP DB_CONFIG values for a big Server

2010-03-12 Thread Quanah Gibson-Mount
this information there. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: Re: Pre-requisites to enable SSL/TLS in OpenLDAP 2.4

2010-03-24 Thread Quanah Gibson-Mount
and linking libraries on the system so that OpenLDAP can actually link against it. And yes, you'll have to rebuild OpenLDAP.I would suggest just running configure until you see that it successfully found the TLS/SSL headers/libraries. --Quanah -- Quanah Gibson-Mount Principal Software

Re: Slapd database goes corrupt repeatedly after recovery

2010-03-25 Thread Quanah Gibson-Mount
Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: Starting OpenLDAP: slapd - failed: Unrecognized database type (bdb)..Help required!

2010-03-29 Thread Quanah Gibson-Mount
configuration on RHEL Fedora but for some reason it is not working for me on Ubuntu server. Could someone throw some light on this? Am I missing something? Is slapd built with its backends as modules? If so, you need to moduleload the BDB backend first. --Quanah -- Quanah Gibson-Mount Principal

Re: Active Directory schema into OpenLDAP

2010-03-29 Thread Quanah Gibson-Mount
it to the format used by OpenLDAP. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: ldap

2010-03-29 Thread Quanah Gibson-Mount
needed. The entry you are trying to add to your server already exists, as it clearly states already exists. Thus the add fails. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: Sample Large ldiff file to support 1K users

2010-04-02 Thread Quanah Gibson-Mount
me the link or the ldif file itself Why not just download slamd, and use its LDIF generator to make you the files you want? --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: openldap bug: libldap mutex hang on ldap_int_sasl_mutex

2010-04-07 Thread Quanah Gibson-Mount
referrals and found the result (two referrals later). Did you file an ITS? Problems reported on the lists may get lost without one. http://www.openldap.org/its/ --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source

Re: slapd wont start

2010-04-08 Thread Quanah Gibson-Mount
is linked against) inside your database directory, remove the alock file there, and then start it. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

RE: Problem with SSL/TLS

2010-04-12 Thread Quanah Gibson-Mount
at the wrong one, etc. As has been noted numerous times to you so far /etc/ldap.conf is not the place you set these variables. You fail to show your /etc/ldap/ldap.conf (assuming that's the location of it) settings. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc

RE: Problem with SSL/TLS

2010-04-12 Thread Quanah Gibson-Mount
/openldap and /etc/openldap/cacerts? I.e., if you su - ldap, can you actually read /etc/openldap/cacerts/ca.cert? --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: Outlook and Thunderbird Browsing Openldap

2010-04-21 Thread Quanah Gibson-Mount
stuff. You can usually modify it's configuration to get some very basic results back. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: [Fwd: Support for ordering matching rules in extensible match filters?]

2010-04-24 Thread Quanah Gibson-Mount
/contributing.html --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: LDAP/PAM First time

2010-05-04 Thread Quanah Gibson-Mount
,dc=com --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: cn=monitor attributes (monitorOpInitiated for example) missing in cn=Subschema

2010-05-05 Thread Quanah Gibson-Mount
to Make. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

RE: OpenLDAP: contextCSN check across mirrors

2010-05-07 Thread Quanah Gibson-Mount
) Fixed slapd syncrepl parsing of tls defaults (ITS#6419) Fixed slapd syncrepl uninitialized variables (ITS#6425) OpenLDAP 2.4.22 Release (2010/04/24) Fixed slapd-bdb contextCSN updates from updatedn (ITS#6469) --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra

Re: olcAccess

2010-05-19 Thread Quanah Gibson-Mount
on how to get started with olcAccess would be greatly appreciated, as i just want to add a set of ACLs to my LDAP with this. ldapmodify? --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: olcAccess

2010-05-19 Thread Quanah Gibson-Mount
--On Thursday, May 20, 2010 11:10 AM +0930 Indexer inde...@internode.on.net wrote: On 20/05/2010, at 6:16 AM, Quanah Gibson-Mount wrote: --On Wednesday, May 19, 2010 8:41 PM +0930 Indexer inde...@internode.on.net wrote: Im having a look at using the new olcAccess system rather than using

Re: How to obtain a 'version number' of an attributes

2010-05-24 Thread Quanah Gibson-Mount
the possibilities if you could generalize this for uidNumber's too... --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: Openldap with back-sql (Oracle)

2010-05-26 Thread Quanah Gibson-Mount
. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: Slapd service does not start - Gentoo Linux ...

2010-05-27 Thread Quanah Gibson-Mount
it says. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: replication issue

2010-06-01 Thread Quanah Gibson-Mount
since 2.4.11 (Current release is 2.4.22). --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: Syncrepl - ldap_bind: Invalid credentials error

2010-06-01 Thread Quanah Gibson-Mount
-- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

RE: Syncrepl - ldap_bind: Invalid credentials error

2010-06-02 Thread Quanah Gibson-Mount
. You may want to do that just to verify everything replicates as you need. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: LDAP C API

2010-06-03 Thread Quanah Gibson-Mount
. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: ldap_sync* how to

2010-06-05 Thread Quanah Gibson-Mount
as an event channel. You can use the Net::LDAPapi perl module to write a syncrepl listener that reacts to changes as they occur on the master. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging

Re: LDAP C API

2010-06-07 Thread Quanah Gibson-Mount
--On Monday, June 07, 2010 11:17 AM +0300 Покотиленко Костик cas...@meteor.dp.ua wrote: So, I need to have a way to know whether each attibute is RDN or Required or Structural, etc Then you need to parse the schema. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc

Re: smbk5pwd: ldappassword hangs

2010-06-07 Thread Quanah Gibson-Mount
... Does no one have an idea, please? What version of OpenLDAP are you using? You've failed to mention that anywhere. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: Can't add attribute (error 65)

2010-06-08 Thread Quanah Gibson-Mount
--On Tuesday, June 08, 2010 3:17 PM -0600 Dan OReilly d...@process.com wrote: Any idea why this behavior occurs? Sounds to me like the entry doesn't have the objectClass that allows that attribute to be added. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc

Re: Tool to covert from LDIF cn=config to slapd.conf?

2010-06-09 Thread Quanah Gibson-Mount
if there is one. No. You're not supposed to go backwards in development. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: smbk5pwd: ldappassword hangs

2010-06-10 Thread Quanah Gibson-Mount
--On Thursday, June 10, 2010 1:36 PM +0200 Frank Van Damme frank.vanda...@gmail.com wrote: 2010/6/7 Quanah Gibson-Mount qua...@zimbra.com: --On Monday, June 07, 2010 11:56 AM +0200 Frank Van Damme What version of OpenLDAP are you using?  You've failed to mention that anywhere. 2.4.11

Re: Delta-syncrepl and delay in replication

2010-06-11 Thread Quanah Gibson-Mount
issues. But I would note you fail to detail any BDB configuration, which is where the bottleneck is likely to be. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: Migratate Zimbra to Openldap

2010-06-11 Thread Quanah Gibson-Mount
/backup Zimbra already uses OpenLDAP. Your question(s)?? are poorly formed, please try to expand on what you are asking. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: Migratate Zimbra to Openldap

2010-06-11 Thread Quanah Gibson-Mount
want to have OpenLDAP 2.4.x, use Zimbra 6.0.x releases. If you have questions about upgrading Zimbra from 5.0.x to 6.0.x, I suggest you read the Zimbra documentation. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open

Re: Migratate Zimbra to Openldap

2010-06-11 Thread Quanah Gibson-Mount
of this yourself. I suggest you read the multi-server install guide. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: Best way to merge two local DITs vs empty search base suffix

2010-06-13 Thread Quanah Gibson-Mount
suffix. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: Best way to merge two local DITs vs empty search base suffix

2010-06-14 Thread Quanah Gibson-Mount
separately in the backends' manual pages. See the slapd.backends(5) manual page for an overview of available backends. In any case, it all looks pretty clear to me. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra

Re: syncrepl vs is_entry_objectclass 2.5.17.0 no objectClass attribute

2010-06-16 Thread Quanah Gibson-Mount
. [...] I don't know whether this is applicable to 2.4.11 already, but you may add olcSyncUseSubentry: TRUE to the provider's config database. See slapd-config(5) for more information. Not necessary. Of course, using 2.4.11 is suicidal anyway. --Quanah -- Quanah Gibson-Mount Principal Software

Re: Q: status of component matching?

2010-06-16 Thread Quanah Gibson-Mount
a solution for this problem? File an ITS? http://www.openldap.org/its/ --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: OpenLDAP, PADL and querying multiple ADs

2010-06-16 Thread Quanah Gibson-Mount
want to pay for OpenLDAP support, I suggest Symas (http://www.symas.com/) --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: Q: status of component matching?

2010-06-17 Thread Quanah Gibson-Mount
contrib/slapd-modules/comp_match/componentlib.c) the pointer result-cai is the NULL pointer, so no function to decode the parameter is defined. Can anybody help? I would suggest you follow up to the ITS, since one exists. ;) --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc

Re: What DN (user name) I should use for connecting to ldap server?

2010-06-21 Thread Quanah Gibson-Mount
have configured in your configuration file/db, or as you have created in your database. Such as: cn=config uid=joe,dc=whatever,dc=com etc. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging

Re: Copying trees from one consumer to another

2010-06-22 Thread Quanah Gibson-Mount
writing out any pending data in the BDB env). --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: Unigueness of RID; changing RID

2010-06-22 Thread Quanah Gibson-Mount
on all of them. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: Regression failure on openldap-2.4.21 stable (test058-syncrepl-asymmetric)

2010-06-22 Thread Quanah Gibson-Mount
--On Tuesday, June 22, 2010 5:24 PM +0100 Mark Cave-Ayland mark.cave-ayl...@siriusit.co.uk wrote: Quanah Gibson-Mount wrote: The point of this exit message is that this test is currently known to fail, and failure should be ignored. --Quanah Okay, thanks. This was the output on our i386

Re: Copying trees from one consumer to another

2010-06-23 Thread Quanah Gibson-Mount
database. Get a large database (20 million, 200 million etc), it's not worth the time to do it that way. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: Copying trees from one consumer to another

2010-06-23 Thread Quanah Gibson-Mount
in excess of 60GB. The DB copy would be a lot quicker, period. It's all a matter of doing what is best for a given setup. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: Copying trees from one consumer to another

2010-06-23 Thread Quanah Gibson-Mount
and make the new slave identical to the master? That is the point of how syncrepl operates. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: smbk5pwd: ldappassword hangs

2010-06-23 Thread Quanah Gibson-Mount
) manual page for an overview of the available overlays. Note that all of the database's regular settings should be configured before any overlay settings. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc

Re: Textual LDIF backup strategies for busy LDAP clusters

2010-06-23 Thread Quanah Gibson-Mount
--On Thursday, June 24, 2010 12:19 PM +1000 Nick Urbanik nick.urba...@optusnet.com.au wrote: Dear Folks, our old backup system for our LDAP clusters using slurpd is as follows: Just use slapcat. auditlog is not appropriate. --Quanah -- Quanah Gibson-Mount Principal Software Engineer

Re: Unique Overlay Help

2010-06-24 Thread Quanah Gibson-Mount
in following openldap releases or can any one make change in unique overlay to perform the same. I'm not sure what you mean. The unique overlay already supports setting uniqueness on multiple attributes. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc

Re: How to change openldap database directory

2010-06-24 Thread Quanah Gibson-Mount
Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: Migration from Novell eDirectory to OpenLDAP

2010-06-25 Thread Quanah Gibson-Mount
as the schema files of OpenLDAP, but the structure of these files is completly different. Can you explain why this is a problem? I would assume you'd simply use the ones that come with OpenLDAP... --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc

Re: Fwd: ldapsearch using entryCSN

2010-06-25 Thread Quanah Gibson-Mount
=zimbra cn: zimbra # admins, zimbra dn: cn=admins,cn=zimbra cn: admins etc # list1, groups, freelancer.lab.zimbra.com dn: cn=list1,cn=groups,dc=freelancer,dc=lab,dc=zimbra,dc=com cn: list1 # search result search: 2 result: 0 Success # numResponses: 65 # numEntries: 64 --Quanah -- Quanah Gibson

Re: Textual LDIF backup strategies for busy LDAP clusters

2010-06-26 Thread Quanah Gibson-Mount
--On Friday, June 25, 2010 9:58 AM +1000 Nick Urbanik nick.urba...@optusnet.com.au wrote: Dear Quanah, On 23/06/10 21:46 -0700, Quanah Gibson-Mount wrote: --On Thursday, June 24, 2010 12:19 PM +1000 Nick Urbanik nick.urba...@optusnet.com.au wrote: Dear Folks, our old backup system for our

Re: Textual LDIF backup strategies for busy LDAP clusters

2010-06-29 Thread Quanah Gibson-Mount
--On Monday, June 28, 2010 11:42 AM +1000 Nick Urbanik nick.urba...@optusnet.com.au wrote: Dear Quanah, Thanks again for taking the time to write a detailed and helpful reply. On 25/06/10 10:41 -0700, Quanah Gibson-Mount wrote: --On Friday, June 25, 2010 9:58 AM +1000 Nick Urbanik nick.urba

Re: ACL to allow an attribute to be cleared, but not changed to something else?

2010-07-01 Thread Quanah Gibson-Mount
for the pointer. I don't know why I prefer web-based documentation...but I'll stick to the man pages from now on. As noted in my reply -- The man pages are online as well. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source

Re: Migratate Zimbra to Openldap

2010-07-07 Thread Quanah Gibson-Mount
/openldap/ directory. --Quanh -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: TLS problem

2010-07-07 Thread Quanah Gibson-Mount
  |  PSE-A / EPFL -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: Segmentation Fault

2010-07-09 Thread Quanah Gibson-Mount
) that may have occurred since what you are running. Also, whether or not you built OpenLDAP yourself, or if it is provided by an OS distribution, and if it is from an OS distribution, what that is as well. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc

Re: LDAP Master hangs from time to time

2010-07-09 Thread Quanah Gibson-Mount
connections, or returning data to existing ones. It could possibly be related to ITS#5728, which is fixed in RE23 CVS but was fixed after 2.3.43 was released. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source

Re: So I finally upgraded from slurpd...

2010-07-09 Thread Quanah Gibson-Mount
-- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: Segmentation Fault

2010-07-09 Thread Quanah Gibson-Mount
-- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: Recommended way to modify cn=schema entries?

2010-07-12 Thread Quanah Gibson-Mount
and restarting appears to be the only way to do this. Delete is not implemented for cn=config until OpenLDAP 2.5. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: bdb/hdb cachesize calculation

2010-07-12 Thread Quanah Gibson-Mount
the du -c -h output of *.bdb. If it is the former, it sounds like your script isn't calculating the right data. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: slapd goes down

2010-07-12 Thread Quanah Gibson-Mount
you any type of help. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: 2.4.22 mirrormode syncrepl credential password encryption

2010-07-13 Thread Quanah Gibson-Mount
read the slapd.conf(5) man page, specifically the section about syncrepl and all of its parameters. Your question is answered very, very clearly in there. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source

Re: SHA2 in openldap 2.4.22

2010-07-13 Thread Quanah Gibson-Mount
-modules/passwd/sha2/ I think this code was for version 2.3 and should not be packaged with version 2.4. Anyways, any help would be appreciated. If you are encountering code issues with it, I would suggest you file a detailed ITS at http://www.openldap.org/its/ --Quanah -- Quanah Gibson-Mount

Re: slapd goes down

2010-07-13 Thread Quanah Gibson-Mount
enabled, and can get a backtrace from it. If the process is running, but not answering, make sure you get a backtrace from the running process. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging

Re: slapd goes down

2010-07-13 Thread Quanah Gibson-Mount
if it is crashing. You need a core file and to get a backtrace. You can read http://wiki.zimbra.com/index.php?title=Enabling_Core_Files for more info on how to do this with a variety of platforms. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra

Re: slapd goes down

2010-07-14 Thread Quanah Gibson-Mount
--On Wednesday, July 14, 2010 12:47 PM +0300 Khalid Maslak mas...@ihlas.net.tr wrote: Ok But I use freebsd7.3. I cant find how I can enable core files at the link you gave for freebsd. it explains linux. Nope, sorry, I haven't used freebsd since 1996. --Quanah -- Quanah Gibson-Mount

RE: DN failed to copy

2010-07-14 Thread Quanah Gibson-Mount
and the logfile says: The entry you are trying to add is missing a structural Object Class. Add one to it. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration

Re: Syncrepl - frontend database cannot be shadow

2010-07-15 Thread Quanah Gibson-Mount
the following error message when I start my slave: /etc/openldap/slapd.conf: line 79: frontend database cannot be shadow. You need to supply your entire slapd.conf, but it sounds like the syncrepl directive is not inside a database ... section. --Quanah -- Quanah Gibson-Mount Principal

Re: Problems with C code

2010-07-16 Thread Quanah Gibson-Mount
); return (1); } Have you taken the time to look at the code in client/tools/*, which use this option? Your usage definitely does not match the code there. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source

Re: ***UNCHECKED*** Re: slapd goes down

2010-07-20 Thread Quanah Gibson-Mount
of slapd. I suggest you use gdb or your favorite debugger to load it with your slapd executable, and get a backtrace from it. http://www.openldap.org/faq/index.cgi?_highlightWords=gdbfile=59 --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra

Re: Ldapsearch Error while using Back-NDB

2010-07-20 Thread Quanah Gibson-Mount
--On Tuesday, July 20, 2010 6:53 PM +0530 Priyesh Potdar priyesh.pot...@dimdim.com wrote: Hi, An error comes while searching in ldap compiled with NDB support. I suggest you file an ITS at http://www.openldap.org/its/ --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra

Re: So I finally upgraded from slurpd...

2010-07-20 Thread Quanah Gibson-Mount
, this is probably expected. If you did not, I suggest filing an ITS, although slapadd is never really as strict as ldapadd will be. It is meant for loading LDIF created by an export, which should already be sane. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc

Re: attribute reqEnd undefined

2010-07-26 Thread Quanah Gibson-Mount
with this error on the console: /usr/local/etc/openldap/slapd.conf: line 60: index attribute reqEnd undefined Did you load the accesslog overlay? --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging

Re: Server Side sort and the cn attribute

2010-07-27 Thread Quanah Gibson-Mount
compliant (which you may have to do in the source for the cn attribute), or you let Outlook not work. It is unfortunate that Microsoft continually breaks standards, but when you use their products, these are the types of choices you get stuck with. --Quanah -- Quanah Gibson-Mount

  1   2   3   4   5   6   7   8   9   10   >