Re: Configuring slapd.conf-less OpenLDAP

2010-07-16 Thread Braden McDaniel
[Sorry for the delay in getting back to this. A number of things have pulled me away from fiddling with this.] On Tue, 2010-06-29 at 09:11 +0200, Benjamin Griese wrote: > Hi Braden, > > > On Tue, Jun 29, 2010 at 08:50, Braden McDaniel > wrote: > On Tue, 2010-06-29 at 08:24 +0200, Benj

restrict all access to starttls only, with exception

2010-07-16 Thread ben thielsen
hi- i have a directory to which i'd like to require starttls for any and all access, with one exception - i have a few clients which can't yet do starttls, so i'd like to accommodate them (by way of a group they're in - e.g. "by group.exact=..."), but only if they're connecting from localhost (

Re: Problems with C code

2010-07-16 Thread Bryan Boone
Thanks man.  I am kinda a noob to C programming.  I got it to work. thanks From: Quanah Gibson-Mount To: Bryan Boone ; openldap-technical@openldap.org Sent: Fri, July 16, 2010 8:53:30 AM Subject: Re: Problems with C code --On Thursday, July 15, 2010 1:42 PM -

Re: Problems with C code

2010-07-16 Thread Quanah Gibson-Mount
--On Thursday, July 15, 2010 1:42 PM -0700 Bryan Boone wrote: Hi everyone. Can someone please tell me what is wrong with this code snippet? char **temp; if (ldap_get_option(ld, LDAP_OPT_X_TLS_CACERTDIR, temp) != LDAP_SUCCESS) { ldap_perror(ld, "ldap_get_option"); return (1); } H

Re: Proxy cache overlay: effect of pcachePersist parameter?

2010-07-16 Thread Howard Chu
Jonathan Clarke wrote: Hi, I've set up an ldap backend, with a pcache overlay to cache binds for PAM. The config is below, for info. My question concerns the pcachePersist parameter. From the man page: pcachePersist { TRUE | FALSE } Specify whether the cached queries should be saved across

Openldap + Outlook Address Book

2010-07-16 Thread Nezrin Sheniyas
Hi, I want Outlook address book to integrate with Open LDAP server. Can anyone guide a Step By Step to install and configure it. Thanks & Regards Nezshen

Re: slapd goes down

2010-07-16 Thread Khalid Maslak
I checked it. it is already active I am wating for a new crash now. Subject: Re: slapd goes down There is only a core file on the server. its name is mailwrapper.core and its located in /root Check the value of kern.coredump, like this: sysctl kern.coredump If that says "0", then you nee

Proxy cache overlay: effect of pcachePersist parameter?

2010-07-16 Thread Jonathan Clarke
Hi, I've set up an ldap backend, with a pcache overlay to cache binds for PAM. The config is below, for info. My question concerns the pcachePersist parameter. From the man page: pcachePersist { TRUE | FALSE } Specify whether the cached queries should be saved across restarts of the caching

LDAP Referral issue

2010-07-16 Thread Jagadeesh M.R
Hi All, I am trying to implement LDAP referrals using libldap. I am using ldap_set_rebind_proc function to get the credential from the referral ldap server. In this function we have to pass the function pointer for call back function. In my case the call back is not working as we expected. Can som