Re: ldap query performance issue

2013-05-24 Thread Howard Chu
indices as well. Also, it's always possible that some slots in your index are still too big, even for this increased size. You should also test this query with your data loaded into back-mdb. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http

Re: ldap query performance issue

2013-05-24 Thread Howard Chu
index design, but it is still inherently faster than BDB backends. Thanks Meike 2013/5/24 Howard Chu h...@symas.com: Chris Card wrote: Any ideas? Increase the IDL range. This is how I do it: --- openldap-2.4.35/servers/slapd/back-bdb/idl.h.orig 2011-02-17 16:32:02.598593211 -0800

Re: ldap query performance issue

2013-05-27 Thread Howard Chu
)) #define BDB_IDL_UM_SIZEOF (BDB_IDL_UM_SIZE * sizeof(ID)) --Quanah -- Quanah Gibson-Mount Sr. Member of Technical Staff Zimbra, Inc A Division of VMware, Inc. Zimbra :: the leader in open source messaging and collaboration -- -- Howard Chu CTO, Symas Corp

Re: ldap query performance issue

2013-05-28 Thread Howard Chu
with the filter index. Please submit an ITS for this. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/

Re: migrating from SUN one C SDK to openldap C sdk (Linux).

2013-06-06 Thread Howard Chu
one LDAP TO openldap on Linux I haven't seen any such list. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/

Re: run test suite separately from the source code compilation?

2013-06-06 Thread Howard Chu
. The OpenLDAP Project distributes source code, not binary packages. What you can or can't do with a particular distro's binary package is a question you should ask of your distro/package provider. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http

Re: migrating from SUN one C SDK to openldap C sdk (Linux).

2013-06-06 Thread Howard Chu
Probably worth pointing out - Solaris 11 now bundles OpenLDAP by default. If there were any issues in migrating, the OpenSolaris guys must have already encountered them and they can surely provide you answers. Howard Chu wrote: Far a wrote: As part of Solaris to Linux migration, I am

Re: migrating from SUN one C SDK to openldap C sdk (Linux).

2013-06-06 Thread Howard Chu
Clément OUDOT wrote: 2013/6/6 Howard Chu h...@symas.com: Far a wrote: * Is there a list of dos and don'ts and list of possible issues for migrating from SUN one LDAP TO openldap on Linux I haven't seen any such list. Hi, you can find some notes here: http://www.linid.org

Re: run test suite separately from the source code compilation?

2013-06-06 Thread Howard Chu
to the corresponding binaries. It could all be done, certainly, if you have the patience. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/

Re: run test suite separately from the source code compilation?

2013-06-06 Thread Howard Chu
to test against. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/

Re: migrating from SUN one C SDK to openldap C sdk (Linux).

2013-06-06 Thread Howard Chu
Doug Leavitt wrote: On 06/06/13 09:51, Howard Chu wrote: Clément OUDOT wrote: 2013/6/6 Howard Chu h...@symas.com: Far a wrote: * Is there a list of dos and don'ts and list of possible issues for migrating from SUN one LDAP TO openldap on Linux I haven't seen any

Re: migrating from SUN one C SDK to openldap C sdk (Linux).

2013-06-06 Thread Howard Chu
=7599 -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/

Re: migrating from SUN one C SDK to openldap C sdk (Linux).

2013-06-06 Thread Howard Chu
Aaron Richton wrote: On Thu, 6 Jun 2013, Howard Chu wrote: Doug Leavitt wrote: Finally, Solaris direct linking should protect the third party application in the event that dynamically loaded Solaris library dynamically loads one of the two libldaps for it's needs. In this event even if both

Re: Building 32-bit libraries on 64-bit machine

2013-06-07 Thread Howard Chu
about that. You could just try to run make CFLAGS=-m64 but that'd override whatever else configure put in there in the Makefiles. Safer to use make CC=gcc -m32 for that reason -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun

Re: Open LDAP ACL and Group

2013-06-07 Thread Howard Chu
#--- slapd.conf end -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/

Re: Openldap

2013-06-07 Thread Howard Chu
have no idea how out-of-date the info is relative to the version of z/OS you're using. Good luck. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/

Re: Question Sun Directory Server upgrades from version 6.3.1.1.1 to version 11.1.1.5.0

2013-06-09 Thread Howard Chu
Far a wrote: I am new with LDAP.I am not sure if this is proper place to post this. I could use all the help I can get. I'm sure you could but this is not the Sun Directory support channel. Contact your Oracle support rep. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com

Re: LMDB: MDB_MAP_FULL doesn't allow deletions

2013-06-11 Thread Howard Chu
pruning. Look at the mdb_stat command's output to get an idea of what you're looking for. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/

Re: LMDB: MDB_MAP_FULL doesn't allow deletions

2013-06-11 Thread Howard Chu
reasonable to you, or do I need to be working on a different scale entirely? I doubt that the cutover point will scale as linearly as that, you should just experiment further with your real data. Jeremy Am 11.06.2013 um 20:11 schrieb Howard Chu h...@symas.com: Your entire mapsize was only 64K

Re: LMDB: MDB_MAP_FULL doesn't allow deletions

2013-06-12 Thread Howard Chu
. A freelist entry is created by a single commit, and you want to always have at least 3 of them (because the 2 most recent ones are not allowed to be used). If you do all of your deletes in a single commit you will not free up usable space as quickly as doing them in several commits. -- -- Howard

Re: translucent overlay and orphaned local entry when remote entry moves

2013-06-14 Thread Howard Chu
page warning about stopping slapd before running slapcat makes that seem like an impractical way to find and recover the orphans. None of the current backends require slapd to be stopped before running slapcat. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director

Re: no-op search control, large result sets and abandon

2013-06-22 Thread Howard Chu
. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/

Re: OpenLDAP Proxy using PKCS#11/SmartCard client authentication

2013-06-24 Thread Howard Chu
a client authenticated TLS connection. If PKCS#11 support for smartcard/HSM is needed I'd try to use libnss (--with-tls=moznss). Never tried that myself though. Or submit appropriate GnuTLS or OpenSSL patches to add the feature. -- -- Howard Chu CTO, Symas Corp. http

Re: understanding ldap

2013-06-24 Thread Howard Chu
/ Linux distributor built the client software. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/

Re: unsupported extended operation

2013-06-25 Thread Howard Chu
3 ldap_free_connection: actually freed Does anybody have a clue? You haven't configured any of the TLS settings in the server yet. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http

Re: High load times with mdb

2013-06-26 Thread Howard Chu
Bill MacAllister wrote: --On Tuesday, June 25, 2013 03:10:17 PM -0700 Howard Chu h...@symas.com wrote: Probably bad default FS settings, and changed from your previous OS revision. Also, you should watch vmstat while it runs to get a better idea of how much time the system is spending in I/O

Re: LB health check during syncrepl refresh

2013-06-28 Thread Howard Chu
. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/

Re: No such object error with translucent overlay and base scope search

2013-07-10 Thread Howard Chu
translucent_local attributes. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/

Re: High load times with mdb

2013-07-11 Thread Howard Chu
I expect modern Linux tools to be able to operate with actual 4096 byte sectors and make the issue more obvious. There should be a drive option that reports its true sector size, I just don't remember the details at the moment. -- -- Howard Chu CTO, Symas Corp. http

Re: caseIgnoreMatch for Country String

2013-07-11 Thread Howard Chu
-- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/

Re: Q: Managing entryCSN with slapadd

2013-07-12 Thread Howard Chu
. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/

Re: need help interpreting Error: ldap_back_is_proxy_authz returned 0, misconfigured URI?

2013-07-15 Thread Howard Chu
]: = mdb_equality_candidates: (sAMAccountName) not indexed Jul 15 09:46:09 eck1 slapd[9198]: conn=1001 op=1 SEARCH RESULT tag=101 err=0 nentries=0 text= Jul 15 09:46:09 eck1 slapd[9198]: conn=1001 op=2 UNBIND Jul 15 09:46:09 eck1 slapd[9198]: conn=1001 fd=10 closed Thanks. Steve -- -- Howard

Re: delete members in big groups with back_mdb

2013-07-16 Thread Howard Chu
of members in big groups is fast. System details are CentOS 6 64bit OpenLDAP 2.4.35 slapd.conf below Is this something normal/exptected or is it maybe a bug? Read slapd.conf(5) manpage, sortvals keyword. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland

Re: Antw: Re: Q: TLS support

2013-07-17 Thread Howard Chu
specifically about GnuTLS does not apply to you. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/

Re: Antw: Q: Multi-Master setup

2013-07-19 Thread Howard Chu
requirement is that a URL in the list of serverIDs must match one of the URLs in slapd's -h option. If you put trailing slashes or not that's your choice, just be consistent and use the exact same format in both places. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com

Re: lmdb - atomic actions

2013-07-24 Thread Howard Chu
operations you perform in a single transaction will occur atomically. BDB-style locking is unnecessary. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/

Re: lmdb - atomic actions

2013-07-24 Thread Howard Chu
keys? or is the basic assumption such is unnecessary? That is answered in the presentations. thank again! tomer On Jul 24, 2013, at 1:52 PM, Howard Chu h...@symas.com mailto:h...@symas.com wrote: Tomer Doron wrote: wondering what the best strategy to achieve atomic updates with LMDB. what

Re: Antw: delta sync error message in log

2013-07-25 Thread Howard Chu
Ulrich Windl wrote: I thought I read that delta sync with multi-master is not working yet... Is ist working in the meantime? Read the Changelog for 2.4.27. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief

Re: ldap_bind() extended response for password policy

2013-07-28 Thread Howard Chu
the bind. Use ldap_parse_result(). -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/

Re: Q: olcMirrorMode: no equality matching rule

2013-07-29 Thread Howard Chu
?) is not defined. Am I right? It means the attribute has no equality matching rule, exactly what the error message says. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org

Re: OpenLDAP (using BDB) stalls adding 65,536th entry

2013-07-30 Thread Howard Chu
as the next entry is add, even if I recycle the server, I hit the condition. I even tried deleting 1,000 entries. I would then need to add 1,0001 to get to 65,536 entries in the database and then hit the delay. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun

Re: add rich data into attribute type definition possible?

2013-08-06 Thread Howard Chu
to replace the old ones, not by old ones morphing into new ones. The elements and syntax of an attribute definition are specified in X.500 and ASN.1. We don't have the freedom to arbitrarily add extensions to these definitions. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com

Re: Editing Schema

2013-08-06 Thread Howard Chu
to remove all entries currently referencing the schema? Yes, you need to remove all references. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/

Re: Replicating Schema, olcAccess and olcLimits

2013-08-07 Thread Howard Chu
case, it seems that syncrepl thinks the two entries' RDNs are not exactly the same, so it tries to modify them as well. Your log shows that this attempt also fails (err=67). You'll have to doublecheck that the local and remote entries have exactly identical DNs. -- -- Howard Chu CTO, Symas

Re: developing module that instantiates check_password() function

2013-08-10 Thread Howard Chu
Scott Koranda wrote: On Sat, Aug 10, 2013 at 10:30 AM, Howard Chu h...@symas.com wrote: Scott Koranda wrote: Hello, I wish to develop a user-defined loadable module that instantiates the check_password() function as described in the slapo-ppolicy man page. The man page specifies

Re: RE24 testing call (OpenLDAP 2.4.36)

2013-08-11 Thread Howard Chu
went fine Thanks! --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc Zimbra :: the leader in open source messaging and collaboration -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun

Re: attribute to store system mailbox value

2013-08-19 Thread Howard Chu
an actual URL attribute syntax, is to define attributes that inherit from the labeledURI attributetype for these purposes. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http

Re: How to start slapd without slapd.conf?

2013-08-20 Thread Howard Chu
stupid question... But I cannot figure out how to start a freshly built slapd using only slapd-config configuration. please see section 5 [configuring slapd] of the administrator's guide. also see man 5 slapd-config and man 8 slaptest -ben -- -- Howard Chu CTO, Symas Corp. http

Re: OpenLDAP 2.4.36 available

2013-08-21 Thread Howard Chu
. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/

Re: Issues arising from creating powerdns backend based on LMDB

2013-08-22 Thread Howard Chu
distro provider. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/

Re: Issues arising from creating powerdns backend based on LMDB

2013-08-22 Thread Howard Chu
Mark Zealey wrote: On 22/08/13 23:37, Howard Chu wrote: 1) Can you update documentation to explain what happens when I do a mdb_cursor_del() ? I am assuming it advances the cursor to the next record (this seems to be the behaviour). However there is some sort of bug with this assumption

Re: Issues arising from creating powerdns backend based on LMDB

2013-08-22 Thread Howard Chu
performing quite poorly here. I've tweaked my copy of the code to alleviate that problem but your test program still fails here because the volume of data being written also exceeds the map size. You were able to run this to completion? -- -- Howard Chu CTO, Symas Corp. http://www.symas.com

Re: Issues arising from creating powerdns backend based on LMDB

2013-08-22 Thread Howard Chu
Howard Chu wrote: Mark Zealey wrote: I'm not doing *any* commits just one big txn for all the data... The below C works fine up until i=4m (ie 500mb of residential memory shown in top), then has massive slowdown, shared memory (again, as seen in top) increases, waits about 20-30 seconds

Re: Issues arising from creating powerdns backend based on LMDB

2013-08-23 Thread Howard Chu
Mark Zealey wrote: On 23/08/13 04:55, Howard Chu wrote: Howard Chu wrote: Yes, I see it here, and I see the problem. LMDB was not originally designed to handle transactions of unlimited size. It originally had a txn sizelimit of about 512MB. In 0.9.7 we added some code to raise this limit

Re: Issues arising from creating powerdns backend based on LMDB

2013-08-23 Thread Howard Chu
-- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/

Re: Issues arising from creating powerdns backend based on LMDB

2013-08-23 Thread Howard Chu
Mark Zealey wrote: On 23/08/13 17:08, Howard Chu wrote: Mark Zealey wrote: I've found another weird - I have now converted the database to use duplicates. Typically when I do mdb_cursor_get(... MDB_NEXT ) it will set the key and value but I've found 1 place so far where I do

Re: OpenLDAP Samba4

2013-08-28 Thread Howard Chu
: Debian Wheezy 2.4.31 is relatively old, you should use the current release (2.4.36). Cheers, -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/

Re: Issue with mdb_cursor_del in MDB_DUPSORT databases

2013-08-29 Thread Howard Chu
: %d: %.*s\n, data.mv_size, data.mv_size, data.mv_data); } mdb_txn_abort(txn); -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/

Re: Group values not returned with id command

2013-09-05 Thread Howard Chu
the product they've paid for actually is. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/

Re: Group values not returned with id command

2013-09-05 Thread Howard Chu
://bugzilla.redhat.com/show_bug.cgi?id=599713 -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/

Re: Log service time?

2013-09-05 Thread Howard Chu
strange CPU load (~200%) with just ~15 operations per second. SRCH is 90% of all operations. All attributed involved in search a indexed (many single attribute indexes, ~30). The point is to find which search operations a taking long time to develop a solution. -- -- Howard Chu CTO, Symas

Re: Re : Re: (ITS#7676) OpenLDAP 2.4.36 slapd crash with assertion failed message

2013-09-06 Thread Howard Chu
as designed. The config engine requires your TLS configuration to be valid when you configure it. That means at a minimum you must configure a server cert and key. If you only configure the randfile and nothing else, the config is rejected. -- -- Howard Chu CTO, Symas Corp. http

Re: Antw: Re: Log service time?

2013-09-06 Thread Howard Chu
or take a look at about previous releases? Or are you just recruiting beta-testers for the current release? It is Project policy to only investigate issues in the current release. There is no sense in tracing back thru old code whose bugs have already been fixed. -- -- Howard Chu CTO, Symas

Re: Antw: Re: Log service time?

2013-09-06 Thread Howard Chu
Покотиленко Костик wrote: В Птн, 06/09/2013 в 04:42 -0700, Howard Chu пишет: Ulrich Windl wrote: Quanah Gibson-Mount qua...@zimbra.com schrieb am 05.09.2013 um 22:58 in Nachricht 0FCBC02976FFDC0CF5D9A489@[192.168.1.22]: --On Thursday, September 05, 2013 10:58 PM +0300 Покотиленко Костик cas

Re: OpenLDAP 2.4.36 slapd stop with assertion fail message

2013-09-06 Thread Howard Chu
with debug -d 255. -- *Frederic Poisson* -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/

Re: Perfect Forward Secrecy

2013-09-06 Thread Howard Chu
#7595 http://www.openldap.org/its/index.cgi/Incoming?id=7595 -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/

Re: Perfect Forward Secrecy

2013-09-06 Thread Howard Chu
Michael Ströder wrote: http://www.openldap.org/doc/admin24/tls.html mentions directive 'TLSEphemeralDHParamFile' whereas slapd.conf(5) mentions 'TLSDHParamFile'. This was noted in ITS#7506. Apparently no one considered it an important enough issue to fix it in the meantime. -- -- Howard

Re: Antw: Re: Log service time?

2013-09-06 Thread Howard Chu
to this conversation, and it's been simply side stepped again. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/

Re: Perfect Forward Secrecy

2013-09-06 Thread Howard Chu
Michael Ströder wrote: Howard Chu wrote: Dieter Klünter wrote: Hi, I wonder whether openldap, if compiled with openssl-1.x, will support PFS. http://en.wikipedia.org/wiki/Perfect_forward_secrecy This issue has been discussed on several mailinglists recently. It already does, but you have

Re: Antw: Re: Perfect Forward Secrecy

2013-09-09 Thread Howard Chu
Ulrich Windl wrote: Michael Strödermich...@stroeder.com schrieb am 06.09.2013 um 23:33 in Nachricht 522a4a3a.9060...@stroeder.com: Howard Chu wrote: Dieter Klünter wrote: Hi, I wonder whether openldap, if compiled with openssl-1.x, will support PFS. http://en.wikipedia.org/wiki

Re: configure: error: BDB/HDB: BerkeleyDB not available

2013-09-11 Thread Howard Chu
(and risking a run-in with Oracle's license compliance lawyers) at all. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/

Re: LMDB compiling procedure

2013-09-11 Thread Howard Chu
should instead have downloaded the regular OpenLDAP source. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/

Re: Kudos to all who contributed to MDB

2013-09-18 Thread Howard Chu
over to it. You're welcome. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/

Re: PFS Ciphers

2013-09-19 Thread Howard Chu
anyway. You want DHE, not DH, for PFS. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/

Re: Building LMDB for Windows 64bits

2013-09-28 Thread Howard Chu
currently using is 7.1.90.20100730-cvs http://sourceforge.net/projects/mingw-w64/files/External%20binary%20packages%20%28Win64%20hosted%29/gdb/ Has anyone successfully build LMDB for Windows and can help here. Cheers, Alain -- -- Howard Chu CTO, Symas Corp. http://www.symas.com

Re: Antw: Kudos to all who contributed to MDB

2013-09-30 Thread Howard Chu
where dirty buffers should be swapped unless the mapping is PRIVATE. Correct; since LMDB uses an mmap'd file it will *never* use swap space. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http

Re: Unknown db in slapd.conf

2013-10-03 Thread Howard Chu
, so they are simply continuations of the preceding comment line. I.e., they never actually got processed. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/

Re: Log level will not change.

2013-10-03 Thread Howard Chu
it immediately. Thank you. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/

Re: Modification hooks for the OpenLDAP system

2013-10-09 Thread Howard Chu
support it? Thanks in advance! -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/

Re: Solaris 10 tls:simple binding to OpenLDAP

2013-10-10 Thread Howard Chu
: along with libraries from openCSW to get it all working http://www.gurulabs.com/downloads/certutil-1.0-sol9-sun4u-local.gz I'm pretty sure its the cert database or something to do with certutill being painful. Any suggestions? Thanks Ben -- -- Howard Chu CTO, Symas Corp. http

Re: sasl/plain with hashed password not working

2013-10-10 Thread Howard Chu
/ldapdb are supported. See ITS#7419. We will not support it until it is properly documented. It would be foolish to attempt otherwise. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http

Re: Antw: Re: another CSN too old N-WAY master

2013-10-10 Thread Howard Chu
not really sure about that. (The data consistency issues happened without slapo-memberof.) Ciao, Michael. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http

LDAP Injection attacks

2013-10-11 Thread Howard Chu
apps. But if you've configured ACLs to adequately protect your data, then it doesn't matter how sloppy your clients are. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http

Re: LDAP Injection attacks

2013-10-12 Thread Howard Chu
devzero2000 wrote: On Fri, Oct 11, 2013 at 8:33 PM, Howard Chu h...@symas.com wrote: A paper and presentation making the rounds, claiming to show how webapps using LDAP are vulnerable to search filter spoofing attacks. http://www.youtube.com/watch?v=wtahzm_R8e4 http://www.blackhat.com

Re: LDAP Injection attacks

2013-10-12 Thread Howard Chu
Michael Ströder wrote: Howard Chu wrote: A paper and presentation making the rounds, claiming to show how webapps using LDAP are vulnerable to search filter spoofing attacks. http://www.youtube.com/watch?v=wtahzm_R8e4 http://www.blackhat.com/presentations/bh-europe-08/Alonso-Parada/Whitepaper

Re: LDAP Injection attacks

2013-10-12 Thread Howard Chu
Michael Ströder wrote: Howard Chu wrote: A paper and presentation making the rounds, claiming to show how webapps using LDAP are vulnerable to search filter spoofing attacks. http://www.youtube.com/watch?v=wtahzm_R8e4 http://www.blackhat.com/presentations/bh-europe-08/Alonso-Parada/Whitepaper

Re: Berkeley DB backend - exact version check

2013-10-16 Thread Howard Chu
, etc.) Check the DB_VERSION ifdefs in the code and you'll see. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/

Re: Subject Alternative Name in TLS - does this work?

2013-10-18 Thread Howard Chu
will be fixed. Nonsense. Unnecessary. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/

Re: Antw: Re: RE24 testing call (OpenLDAP 2.4.37)

2013-10-24 Thread Howard Chu
there is no need to explain any of this. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/

Re: Syncrepl with subordinate databases

2013-10-24 Thread Howard Chu
of the contextCSN on the subordinate databases as well as the maximum contextCSN on the superior database. Use a unique ServerID per provider. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http

Re: Antw: use openssl or moznss for more than TLS?

2013-10-26 Thread Howard Chu
-- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/

Re: RE24 testing call (OpenLDAP 2.4.37)

2013-10-26 Thread Howard Chu
, at the least, Sol 10 + Studio 12.1 + 64 bit may be a no-go. Fwiw, I built with Studio 12.2 (both 32 and 64 bit SPARC) on Solaris 10 and had no errors. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect

Re: Antw: Re: Trouble with delta-syncrepl MMR: delta-sync lost sync on X, switching to REFRESH

2013-10-29 Thread Howard Chu
. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/

Re: limit on number of members in groupOfNames

2013-10-29 Thread Howard Chu
was that slapd logged. Most likely you've run out of BDB locks or some other BDB config needs to be increased. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/

Re: OpenLDAP with ssl client certs

2013-11-01 Thread Howard Chu
, but it won't use the certificate identity for anything unless you Bind with SASL/EXTERNAL. http://www.openldap.org/doc/admin24/sasl.html#EXTERNAL And naturally, if you're using SASL, then the DN/password pair is ignored. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director

Re: OpenLDAP with ssl client certs

2013-11-01 Thread Howard Chu
Michael Ströder wrote: Howard Chu wrote: Brent Bice wrote: I was recently asked if we could use ssl client certs as a 2nd form of authentication with OpenLDAP and didn't know for sure. Is it possible to have OpenLDAP require both a DN/password pair *and* a client ssl cert? You can

Re: OpenLDAP on CF disk

2013-11-07 Thread Howard Chu
11:30 __db.001 Apparently the cluster is doing some synchronizing at 05:45 in the morning, but that's once a day. My concern is the files called __db.001 __db.002 __db.004 Is there a simple way to prevent OpenLDAP from updating these files at each query? R. -- -- Howard Chu CTO, Symas

Re: OpenLDAP DB question

2013-11-07 Thread Howard Chu
to add/delete users and groups. If some one knows how to add hosts in LDAP and be able t map groups and users to it that would greatly help me. Thanks Dheera -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun

Re: ldapmodify replace olcAccess

2013-11-11 Thread Howard Chu
with first one, then adding rest values, like this: dn: olcDatabase={2}hdb,cn=config changetype: modify replace: olcAccess olcAccess: {0}to dn.base= attrs=namingContexts by * none - add: olcAccess olcAccess: {1}to * by * read - There's no need to break it up that way. -- -- Howard Chu CTO

Re: openldap syncrepl issue

2013-11-11 Thread Howard Chu
. Are you using slapo-memberof or slapo-refint? If yes, you're probably hitting ITS#7710 which was fixed recently in OpenLDAP 2.4.37: http://www.openldap.org/its/index.cgi?findid=7710 Ciao, Michael. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun

<    2   3   4   5   6   7   8   9   10   11   >