Re: OpenLdap 2.4.17 and openssl 0.9.8l and datagram-based TLS

2009-11-18 Thread Howard Chu
TLS? Is it something in the slapd.conf file or is it something in the build of openldap? Or is it just not an issue? It is not an issue. LDAP is a connection-oriented protocol, not datagram-based. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun

Re: Same entry twice in ldapsearch output

2009-11-19 Thread Howard Chu
2.4.19 with BDB4.8 Please test CVS RE24. 2.4.20 is being prepped for release and probably all of these issues have already been addressed. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP

Re: Binding with an e-mail address

2009-11-21 Thread Howard Chu
Willie Gillespie wrote: Howard Chu wrote: No. LDAP Simple Bind requires DNs. Use SASL Bind if you want to use other forms of user names. Good to know. What is olcAuthIDRewrite used for then? Probably nothing. It hasn't ever been documented, you're probably the first person to ask about

Re: Two contextCSNs

2009-12-04 Thread Howard Chu
I've done any operations on server2. No idea what that is. Your debug logs should tell what it was doing. -- -- 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: Password policy : Check_password module for debian

2009-12-07 Thread Howard Chu
you know a good howto for debian ? The OpenLDAP Project doesn't provide any check_password module. You will have to ask whoever wrote the module you're talking about. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc

Re: Syncrepl and rootdn

2009-12-18 Thread Howard Chu
as the credentials value used for syncrepl? No. The binddn within syncrepl has to have read access to the provider database and this should not be rootdn of the provider, rootdn of the consumer manages the consumer database only. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com

Re: Developer's cookbook for adding LDAP support

2009-12-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: Chain overlay not available in Debian lenny?

2009-12-26 Thread Howard Chu
with overlay chain not found. No mention is made of a solution, but could it be that the chain overlay was simply removed from the slapd package as result? The chain overlay is not a separate module, it's built into back-ldap. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com

Re: Some openldap 2.4 questions

2010-01-14 Thread Howard Chu
not complain at all when the connection was not there... If you had read the docs http://www.openldap.org/doc/admin24/replication.html you wouldn't need to ask such questions. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc

Re: Some openldap 2.4 questions

2010-01-15 Thread Howard Chu
quite mistaken, the two are completely orthogonal. If you have a commercial enterprise, and you have even half a brain, you pay for support for your solutions, whether they are open or closed source. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun

Re: Auth access for search-based mappings?

2010-01-15 Thread Howard Chu
in the filter: ldap:///dc=example,dc=com??sub? ((|(entryDN:dnSubtree:=ou=eng,dc=example,dc=com) (entryDN:dnSubtree:ou=bio,dc=example,dc=com)) (uid=$1)(objectclass=person)) -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc

Re: cn=config config problem

2010-01-26 Thread Howard Chu
Alex Samad wrote: Hi I have setup a multimaster setup and some slave nodes, using cn=config. I am looking at trying to create a user in the cn=config space The config database does not support user entries, it only handles config entries. -- -- Howard Chu CTO, Symas Corp

Re: Server-Side Sort Overlay ordering problems

2010-02-19 Thread Howard Chu
have to explicitly configure the overlay to get it. So there's no way that just upgrading to 2.4.20 would have suddenly caused this problem to start. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect

Re: Nssov Problem Since 2.4.19

2010-02-28 Thread Howard Chu
this error. Some more details are below. Some built-in schema elements were moved out into a config file in 2.4.19. You probably need to add the ldapns.schema before configuring the overlay. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http

Re: Nssov Authorization without Authentication

2010-03-01 Thread Howard Chu
checks can only be performed if we know the LDAP DN of the user. We only get that DN during authentication. -- -- 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: DNS discovery for OpenLDAP?

2010-03-05 Thread Howard Chu
available directly in the library or if the client has to implement it. This feature is implemented in the OpenLDAP client code, not in libldap. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP

Re: attribute 'pwdPolicySubentry' cannot have multiple values

2010-03-20 Thread Howard Chu
the sender and remove it from your system. -- -- 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: tls private key

2010-03-25 Thread Howard Chu
transportation like email where you cannot guarantee the recipient is the only person able to 'see' the document ;) [snip] This message is private and confidential. If you have received it in error, please notify the sender and remove it from your system. -- -- Howard Chu CTO, Symas

Re: Re-engaging the Samba4 LDAP backend

2010-03-30 Thread Howard Chu
databases I already answered this quite a while back. Just add -n 0 to the invocation. -- -- 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: ldap_ssl_client_init equivalent?

2010-03-30 Thread Howard Chu
://activedirectory.abc.com/636' -b 'dc=abc,dc=com' -D 'testdn' -W '((objectclass=user)(!(objectclass=computer))(samaccountname=myname))' samaccountname -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP

New LDAP Appliances

2010-03-31 Thread Howard Chu
No, not the VMware kind... http://www.symas.com/blog/ -- -- 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: Partial replication

2010-04-01 Thread Howard Chu
solution here is to use a extended filter with dnSubtreeMatch on each desired branch. -- -- 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: Problem with SSL/TLS

2010-04-12 Thread Howard Chu
(-1) ?? additional info: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed ?? I can???t quite pin point what the problem might be.?? -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http

Re: OpenLDAP Data Directory issue

2010-04-14 Thread Howard Chu
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 http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http

Re: _ldap.so: undefined symbol: gnutls_alert_send

2010-04-29 Thread Howard Chu
http://www.bayardserviceweb.com -- -- 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: bdb_index_read: failed

2010-05-04 Thread Howard Chu
and if so, how? No. It's normal, it just means it was looking for the index of a value that doesn't exist in your DB. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org

Re: bdb_index_read: failed

2010-05-07 Thread Howard Chu
, it was simply asked to find a value that does not exist. There's nothing abnormal about that, there's nothing to fix. This whole thread is much ado about nothing. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect

Re: More on dynamic group searches

2010-05-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: How to obtain a 'version number' of an attributes

2010-05-24 Thread Howard Chu
stored that I could convert. We don't keep a counter on the LDAP side. However, the Heimdal KDC maintains the keyVersionNumber, and it seems to me that you'd have that integrated here as well. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http

Re: Summary of dynamic groups

2010-05-25 Thread Howard Chu
and don't list their members with the 'member' attribute. -- -- 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: Summary of dynamic groups

2010-05-25 Thread Howard Chu
Ian Collins wrote: On 05/26/10 02:40 PM, Howard Chu wrote: Ian Collins wrote: Hello again, My earlier thread appears to have been hijacked, so I'm starting a new one for the summary of my investigations. My current understanding is as follows: There are three overlays that can use yes

Re: pam_ldap doesn't bind SIMPLE for anonymous auth?

2010-06-09 Thread Howard Chu
on: -- -- 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: Communicate from php/apache to openLDAP over LDAPS

2010-06-10 Thread Howard Chu
to put in the apache server. I did it but nothing happened. Well, i'm lost in all this stuff, that is why i'm asking for help to configure my servers to use ldaps with php. Do you have information that could help me ? I thank you in advance -- -- Howard Chu CTO, Symas

Re: Communicate from php/apache to openLDAP over LDAPS

2010-06-11 Thread Howard Chu
. Just don't specify TLS_REQCERT at all in ldap.conf. The default is demand and should not be changed. In all of this thread no one has asked or stated what version of OpenLDAP is being used... -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun

Re: Restricting client access using pam_groupdn with dynamic groups : Was[Re: restrict host login based on group]

2010-06-11 Thread Howard Chu
users to certain hosts. http://www.hurricanelabs.com/september2009_login_security_using_openldap_and_pam -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com

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

2010-06-13 Thread Howard Chu
baked (which I for one do not think has completely happened even now in 2.4.22). All of the core overlays support cn=config. You can always pull slurpd from CVS if you enjoy that sort of thing, no one put a gun to your head to force you in any direction. -- -- Howard Chu CTO, Symas Corp

Re: How to use BLOB while using Back-NDB

2010-06-14 Thread Howard Chu
should file an ITS so that we can get the manpage updated. -- -- 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: Best way to merge two local DITs vs empty search base suffix

2010-06-14 Thread Howard Chu
in the right order. I.e., you must declare monitor, etc before the empty suffix. -- -- 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: failed to start slapd can't create password - please help.

2010-06-20 Thread Howard Chu
== hometest:rc.d # ./slapd start Starting slapd. ./slapd: WARNING: failed to start slapd Run slapd -d -1 to see why it failed to start. --Quanah -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect

Re: Unigueness of RID; changing RID

2010-06-22 Thread Howard Chu
the documentation says. Where did you get this understanding? An RID is just a unique tag within a single slapd.conf or slapd.d. Its only purpose is to provide an unambiguous ID that can be referenced from the slapd -c option. That's all. -- -- Howard Chu CTO, Symas Corp. http

Re: Can password-hash be database specific? also, storing and verifying cleartext passwords

2010-06-26 Thread Howard Chu
entry. -- -- 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: Can password-hash be database specific? also, storing and verifying cleartext passwords

2010-06-26 Thread Howard Chu
, which didn't enforce any distinction between global and frontend directives. But it's not evaluated there, since it's possible to specify a hash mechanism that is loaded from a module (and the moduleLoad parsing hasn't occurred yet when olcGlobal is read). -- -- Howard Chu CTO, Symas Corp

Re: openldap mysqlcluster and FreeRadius Schema

2010-06-26 Thread Howard Chu
maximum sizes, then you might consider defining them as blobs using attrblob attr. If all of the attributes are of average size, and you simply have too many of them to fit in a single table, then you should break them up into separate attrsets. -- -- Howard Chu CTO, Symas Corp. http

Re: nssov overlay socket and chrooted software

2010-07-06 Thread Howard Chu
multiple sockets (sort of along the same lines as rsyslog, for example)? No, currently there is no support for configuring the socket path, or multiple sockets. Patches to add this feature are welcome. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun

Re: How to best handle DN+String and DN+Binary in OL?

2010-07-11 Thread Howard Chu
) Thanks, Andrew Bartlett -- -- 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: How to best handle DN+String and DN+Binary in OL?

2010-07-11 Thread Howard Chu
Andrew Bartlett wrote: On Sun, 2010-07-11 at 14:16 -0700, Howard Chu wrote: Andrew Bartlett wrote: What is the best way to get OpenLDAP to understand it needs to match on and follow references to the DN part of these values? Good question. So far the only way to get DN semantics is by using

Re: How to best handle DN+String and DN+Binary in OL?

2010-07-11 Thread Howard Chu
Howard Chu wrote: Andrew Bartlett wrote: On Sun, 2010-07-11 at 14:16 -0700, Howard Chu wrote: Andrew Bartlett wrote: What is the best way to get OpenLDAP to understand it needs to match on and follow references to the DN part of these values? Good question. So far the only way to get DN

Re: How to best handle DN+String and DN+Binary in OL?

2010-07-11 Thread Howard Chu
Andrew Bartlett wrote: On Sun, 2010-07-11 at 18:25 -0700, Howard Chu wrote: Howard Chu wrote: Andrew Bartlett wrote: On Sun, 2010-07-11 at 14:16 -0700, Howard Chu wrote: Andrew Bartlett wrote: What is the best way to get OpenLDAP to understand it needs to match on and follow references

Re: How to best handle DN+String and DN+Binary in OL?

2010-07-11 Thread Howard Chu
masar...@aero.polimi.it wrote: Howard Chu wrote: Andrew Bartlett wrote: On Sun, 2010-07-11 at 14:16 -0700, Howard Chu wrote: Andrew Bartlett wrote: What is the best way to get OpenLDAP to understand it needs to match on and follow references to the DN part of these values? Good question

Re: Attribute type is operational

2010-07-12 Thread Howard Chu
it knows nothing about them. If you just need them for compatibility with OID, I suggest you change the declaration to make them non-operational. You'll probably want to remove the NO-USER-MODIFICATION flag too, if you want to be able to modify them with user accounts. -- -- Howard Chu CTO, Symas

Re: need an overlay for rewriting attribute values

2010-07-13 Thread Howard Chu
is distinguishedName. It does not rewrite any other attributes. Thanks in advance! Tom -- -- 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: Proxy cache overlay: effect of pcachePersist parameter?

2010-07-16 Thread Howard Chu
(uid=) 0 900 sub dc=proxy pcachePersist FALSE pcacheOffline FALSE directory /var/cache/ldap cachesize 1 index objectClass,sAMAccountName,pcacheQueryideq 8-- -- -- Howard Chu CTO, Symas Corp. http://www.symas.com

Re: OpenLDAP for larger number of entries

2010-07-25 Thread Howard Chu
bandwidth to memory, disks, and network interfaces. Raw CPU performance is much less important here than aggregate bandwidth. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http

Re: rebinding and following referrals on bind

2010-07-26 Thread Howard Chu
this? Just turn off automatic referral chasing and chase them manually. Then you'll know which server you're dealing with. Thanks for any pointes. [1] http://lists.arthurdejong.org/nss-pam-ldapd-users/2010/msg00097.html -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director

Re: Kerberos userpassword storage

2010-08-04 Thread Howard Chu
be greatly appreciated William Brown pgp.mit.edu -- -- 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: PROBLEM: can't use SASL to authentication openldap client

2010-08-09 Thread Howard Chu
the internal slapd plugin. I recommend you file a bug report. File the bug with the correct people. OpenLDAP doesn't do anything in particular with SASL configuration. If you can't get the desired behavior by setting the SASL config file, then file a bug against Cyrus SASL. -- -- Howard Chu

Re: syncrepl slaves all quit after master restart - not a single retry

2010-08-12 Thread Howard Chu
to the problem of syncrepl terminating after master is restarted. You have no retry parameter in your syncrepl config, so naturally it does not retry. It always helps to actually Read The correct FM, slapd.conf(5) in your case. -- -- Howard Chu CTO, Symas Corp. http

Re: syncrepl slaves all quit after master restart - not a single retry

2010-08-12 Thread Howard Chu
people you're using an obsolete release, you should upgrade. -- -- 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: Notification of userPassword change in OpenLDAP?

2010-08-18 Thread Howard Chu
/group (that is, these flat files provide the backing store for the database that this slapd exposes) and then replicate account updates to it from a central master. You could accomplish much the same thing today using a client reading an accesslog DB. -- -- Howard Chu CTO, Symas Corp

Re: Openldap2.4.16 performance issue

2010-08-18 Thread Howard Chu
:* Openldap2.4.16 performance issue Hi All, I need help for openldap slapd 200% cpu utilization issue. -- -- 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: Including schema in directory based config?

2010-09-01 Thread Howard Chu
to copy them over, and then edit the dn. No, you are never supposed to muck with any of the files inside slapd.d. You slapadd the LDIF files, same way you would load any other LDIF file into slapd. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun

Re: Including schema in directory based config?

2010-09-02 Thread Howard Chu
. Seems a bit clunky if thats the case, but I have had a few settings not stick already (olcDatabaseDirectory). Anyway, would love your insight and thanks for your time :) -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc

Re: CRL refresh

2010-09-08 Thread Howard Chu
the TLS settings, it will reinitialize the entire TLS context, including reloading the CRL. -- -- 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: Authenticate to ldap using Kerberos

2010-09-09 Thread Howard Chu
, to discourage people from pursuing this misguided course. Use GSSAPI. -- -- 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: Authenticate to ldap using Kerberos

2010-09-09 Thread Howard Chu
to get TLS working. And applications don't have to implement specific SASL mechanisms, that's all hidden inside libldap and libsasl2. All they have to do is use the right libldap calls and they automatically get support for all mechanisms, currently known as well as future mechs. -- -- Howard

Re: invalid syntax on pwdPolicy object add

2010-09-14 Thread Howard Chu
syntax handler for the pwdAttribute attribute that will recognize textual attribute names as well as OIDs. If you don't have the module loaded, you have done something wrong. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc

Re: How to slapadd cn=config

2010-09-21 Thread Howard Chu
line you used for slapcat? -- -- 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: MoNSS support in openldap

2010-09-27 Thread Howard Chu
into their mainline code, it ought to work reasonably transparently, and at that point we may provide a configure switch for it. For now, we do not endorse or support it. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com

Re: MoNSS support in openldap

2010-09-28 Thread Howard Chu
Silvan Marco Fin wrote: Thanks for your input, currently I'm trying to get it working with the description supplied here. Am 27.09.2010 22:38, schrieb Howard Chu: doesn't seem to be a configure switch to enable NSS, like with Gnutls or There is no switch for it at this time

Re: meta backend olc?

2010-10-07 Thread Howard Chu
, not an overlay, and I specifcally said overlays. -- -- 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: How can I make the unique overlay play nicely with my ACL?

2010-10-07 Thread Howard Chu
my LDAP server is not an option, how can I allow the unique overlay to enforce my constraint? Re-read the slapo-unique(5) manpage. Specifically the 3rd paragraph. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief

Re: Asynchronicity

2010-10-11 Thread Howard Chu
synchronous is ldap_sasl_interactive_bind_s(), and I have some plans to fix that. -- -- 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: support for arbitrary PKCS11 pin input method

2010-10-11 Thread Howard Chu
plan on implementing such a feature in the near future or is there a proposed way of setting such a callback method? Kind regards, Silvan -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect

Re: How to configure overlay unique in cn=config

2010-10-15 Thread Howard Chu
location. -- -- 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: Possible bug in ldap_get_values_len?

2010-10-18 Thread Howard Chu
a bug report against the Fedora Directory Server. Cheers, Edward [1] http://lists.fedoraproject.org/pipermail/389-users/2010-October/012320.html -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect

Re: Possible bug in ldap_get_values_len?

2010-10-18 Thread Howard Chu
, and the server is clearly broken.) -- -- 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: Configuring OpenLDAP 2.2 with gdbm

2010-10-19 Thread Howard Chu
backend configure: error: select appropriate LDBM options or disable Does anyone know how to fix it? Thanks in advance. Piotr -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http

Re: db stick in RAM ?

2010-10-19 Thread Howard Chu
this, but I would run with the BDB cache in shared memory instead of on disk. It won't survive a system crash/reboot, but otherwise it's superior for performance. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief

Re: db stick in RAM ?

2010-10-19 Thread Howard Chu
with ramdisk ? I know it is risky but running rsyncd between ramdisk and a hardisk depot would be safe huh ? Thanks for any advices -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http

Re: Jndi VLV usage (maybe a BER encoding issue)

2010-10-25 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: Attribute Aliasing

2010-10-27 Thread Howard Chu
software at the other database, and rewrite as appropriate for each app. -- -- 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: Alias dereferencing

2010-10-29 Thread Howard Chu
to the alias entry is the only way which one may reference the alias entry And that is clearly not the case, in fact. Your last search is not equivalent to your previous searches, because the last time you omitted the **SEARCH FILTER**. Think about it. -- -- Howard Chu CTO, Symas Corp

Re: unable to perform authenticated binds

2010-11-02 Thread Howard Chu
all the other insignificant, backward-compatible changes we make that changing this is obviously a non-starter. The use of whitespace is clearly described in the manpage and the Admin Guide. People who don't read the manpage deserve no sympathy. -- -- Howard Chu CTO, Symas Corp

Re: unable to perform authenticated binds

2010-11-02 Thread Howard Chu
Howard Chu wrote: Chris Jacobs wrote: Ya know, that leading space thing confused the heck out of me when I started writing a slapf.conf from scratch. I'm guessing were ya'll to know at that start of spec'ing slapd.conf the methods that are now common to multi-line or 'containerize' options

Re: Syncprov checkpoint and sessionlog with cn=config

2010-11-03 Thread Howard Chu
-based config is too complicated and a bad idea simply don't understand LDAP...) Very handy! Thanks, Jaap -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org

Re: unable to perform authenticated binds

2010-11-03 Thread Howard Chu
, and clearly that bit of LDIF was not base-64 encoded. ;) And again, stuff like this is clearly documented in the ldif(5) manpage... -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http

Re: Asynchronicity

2010-11-08 Thread Howard Chu
as of October 13, so it's already in the past. Thanks, Shankar On Mon, Oct 11, 2010 at 3:06 PM, Howard Chu h...@symas.com mailto:h...@symas.com wrote: William Ahern wrote: Excepting DNS, is the latest release of OpenLDAP fully asynchronous-capable, even with TLS? Perusing

Re: How to convert Solaris m5 passwords to LDAP?

2010-11-10 Thread Howard Chu
} tag. (And the slapd is actually running on Solaris.) -- -- 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: ldapsearch performance degradation

2010-11-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: ldapsearch performance degradation

2010-11-11 Thread Howard Chu
it if you wish. Thanks Tim On 11/11/10 21:38, Howard Chu wrote: Tim Dyce wrote: Hi Dieter, Thanks for the tips on tuning, sadly the problem is still haunting us :( Andrey Kiryanov at CERN has been doing a lot of work on this performance degradation problem as well. He has tried BDB 4.8.30

Re: ldapsearch performance degradation

2010-11-11 Thread Howard Chu
Howard Chu wrote: Tim Dyce wrote: Hi Howard, Thanks for the help :D We have been testing in ramdisk as well, to make sure that disk thrashing is not the root cause. If your searches are not running long enough to show up for profiling, increase the number of second level entries until you

Re: ldapsearch performance degradation

2010-11-11 Thread Howard Chu
this? The cheapest workaround is to change your DB config to have an empty suffix. Then the DN is the DB root entry, and your ou=test will be the first child entry. (You'll have to reload the DB of course.) Thanks Tim On 11/11/10 22:45, Howard Chu wrote: Tim Dyce wrote: Hi Howard, Thanks

Re: Asynchronicity

2010-11-11 Thread Howard Chu
Shankar Anand R wrote: On Mon, Nov 8, 2010 at 5:57 PM, Howard Chu h...@symas.com mailto:h...@symas.com wrote: Shankar Anand R wrote: Hi, Is there any workaround way by which we will be able to do a DIGEST-MD5 - SASL LDAP bind asynchronously

Re: Chaining not working

2010-11-11 Thread Howard Chu
referrals. -- -- 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: How to convert Solaris m5 passwords to LDAP?

2010-11-12 Thread Howard Chu
Christian Schmidt wrote: Hello Howard, thank you very much for your reply. Howard Chu, 10.11.2010 (d.m.y): No conversion is necessary, as long as you built OpenLDAP with --enable-crypt and you're using the native C library's crypt() (and not e.g. OpenSSL's crypt()) I just gave this a try

Re: Performance issues lately.

2010-11-14 Thread Howard Chu
, and operations inside this memory will trigger reads inside the kernel which do not show as libc syscalls. Rats. So it may be IO? I need to throw even more memory at it, and live with the increasing startup times? How does the set_cachesize relate to the mmap usage? -- -- Howard Chu CTO, Symas Corp

Re: self signed certificate

2010-11-21 Thread Howard Chu
. No, the software will accept whatever you tell it to use, if you configure it appropriately. You really should create a full certificate chain, that is, a ca, a server certificate and a server key. But yes, the Project always recommends that you do the right thing. -- -- Howard Chu CTO, Symas

Re: Content-Based Access Control?

2010-11-26 Thread Howard Chu
their password. Other users are remotely authenticated with saslauthd. They shall not be able to change their 'password' which is just a redirection. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect

Re: Want interesting restrictions to ldap auth on different servers to different users

2010-11-29 Thread Howard Chu
be there another way in openldap? pam_check_host_attr do almost same. If I add user - I need to add all hosts to user attr host:. So it's same work I think. Read up on the nssov overlay. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com

Re: OpenLDAP runs OK, Mac Mail and Address book do not display entries.

2010-11-29 Thread Howard Chu
Borilko objectClass: inetOrgPerson sn: Borilko mail: de...@somedomain.com My LDAP settings both in Mail and address book: Code: Search base: ou=people,dc=minu,dc=biz Scope: subtree Thanks in advance! Toomas -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director

  1   2   3   4   5   6   7   8   9   10   >