Re: Linking Clients::which Crypto API ? (SOLVED)

2011-06-13 Thread Howard Chu
Massimiliano Pala wrote: Hello All, if any of you are interested how to solve the problem with the current version of the API, here's the solution: This worked for you, today. You're using a libldap-internal data structure though; it will not work for everyone across all platforms and it may

Re: Password - Ldap update

2011-06-13 Thread Quanah Gibson-Mount
--On Monday, June 13, 2011 3:44 PM -0600 l...@mm.st wrote: Unfortunately, I am unable to test this right now and wanted to get some feedback on how this works. man slapo-chain(5) --Quanah -- Quanah Gibson-Mount Sr. Member of Technical Staff Zimbra, Inc A Division of VMware, Inc. -

Password - Ldap update

2011-06-13 Thread ldap
We have RH5 servers with openldap-2.3.43 used to authenticate systems via ldap and pam settings. We are using a single master and our consumers run in refreshOnly mode. The consumers are placed on various networks so the systems do not need to traverse a bunch of routers to contact the server fo

RE: server side sorting

2011-06-13 Thread Quanah Gibson-Mount
--On Monday, June 13, 2011 11:03 AM + Chris Card wrote: and because op->ors_slimit is now 0 instead of SLAP_NO_LIMIT (-1). Any ideas? File a bug? --Quanah -- Quanah Gibson-Mount Sr. Member of Technical Staff Zimbra, Inc A Division of VMware, Inc. Zimbra :: the

Re: Client App and STARTLS auth

2011-06-13 Thread Rich Megginson
On 06/10/2011 10:32 PM, Massimiliano Pala wrote: Hi Rich, to provide a better vision, I am trying to use openldap to connect to a server and ignoring errors in authentication of the certificates. I am working on a *client*. In particular the code I wrote is like this: ldap_initialize(&ld,

Re: issue regarding ldap apache authentication in public_html/*

2011-06-13 Thread Daniel Qian
On 11-06-10 3:16 PM, VIKAS MARWAHA wrote: hi I need a little help. I am implementing LDAP services in my college. The apache LDAP authentication works fine with any directory viz. /var/www/*/* /home/username/ but it doesn't works with /home/username/public_html/anyfolder/ i.e with a subfold

RE: server side sorting

2011-06-13 Thread Chris Card
I'm trying to use the sssvlv overlay with ldapsearch, by supplying these options to ldapsearch (openldap-2.4.23 on Centos 5.4): -E \!sss=mail:caseIgnoreIA5Match -E \!vlv=0/10/0/10 The server returns 10 entries as expected and then ldapsearch prompts: Press [before/after(/offset/count|:value)] En

Re: OpenLDAp + OpenSSL: decrypt error

2011-06-13 Thread Chris Jacobs
Your openssl command defines the CAcert file - is that configured correctly in your client? To better test openldap specifically, can you do an ldapsearch (using cacert, of course)? - chris Chris Jacobs, Systems Administrator, Technology Services Group Apollo Group | Apollo Marketing & Product

OpenLDAp + OpenSSL: decrypt error

2011-06-13 Thread Nguyen, Quoc Khanh
Hi all, I'm confusing about this problem. Please help... I installed OpenLDAP (2.4.25) with Cyrus SASL (2.1.23) and OpenSSL (0.9.8r). I started LDAP with SSL port: #./slapd -h 'ldaps:///' Everything OK, but when i test uid of OpenLDAP with SASL, i have a problem: root@ftp:/usr/loc

Re: Client App and STARTLS auth

2011-06-13 Thread Philip Guenther
On Fri, 10 Jun 2011, Massimiliano Pala wrote: > that's not really what I wanted.. I am developing my own ldap client and > I wanted to know what is the code path to set the option. > > I tried to use the following: > > ldap_set_option(ld, LDAP_OPT_X_TLS_REQUIRE_CERT, "never") > > but it always

Re: Client App and STARTLS auth

2011-06-13 Thread Rich Megginson
On 06/10/2011 02:11 PM, Massimiliano Pala wrote: Hi Rich, that's not really what I wanted.. I am developing my own ldap client and I wanted to know what is the code path to set the option. I tried to use the following: ldap_set_option(ld, LDAP_OPT_X_TLS_REQUIRE_CERT, "never") but it always fa

issue regarding ldap apache authentication in public_html/*

2011-06-13 Thread VIKAS MARWAHA
hi I need a little help. I am implementing LDAP services in my college. The apache LDAP authentication works fine with any directory viz. /var/www/*/* /home/username/ but it doesn't works with /home/username/public_html/anyfolder/ i.e with a subfolder in public_html. The issue is whenever i