Re: ACLs - match FDN to portion of attribute

2010-04-20 Thread Sergiy Stepanenko
On 04/19/2010 04:04 PM, masar...@aero.polimi.it wrote: Hi Andrew I finally figured it out and here is what I did: ACL - access to attrs=uofsGroupRole val.regex="^([^:]+):.+$" by dn.exact,expand="${v1}" read by * none Only attribute that contains users' dn within its value is availab

Exception handling!!!

2010-04-20 Thread Pratima Shet
Hi all, I am using openldap library in Mac os ( Snow leopard). Some time, my code crashes inside the "liblber". I am using ldap_start_tls_s(). I think ldap_start_tls_s() is corrupting the ldap handle. How can I catch the exceptions from the library? In some link I found out that It supports

ldapsearch and international coded characters

2010-04-20 Thread Luis Neves
Hi there, This is my first post on this list, please if be gentle if I make any mistake agains the list rules, but I think it will not be the case Iam trying to use mod_authz_ldap in apache to authenticate users against an openldap directory which contains some fields from a X.509 users certif

Re: Exception handling!!!

2010-04-20 Thread masarati
> > > Hi all, > > I am using openldap library in Mac os ( Snow leopard). Some time, my code > crashes inside the "liblber". > I am using ldap_start_tls_s(). I think ldap_start_tls_s() is corrupting > the ldap handle. > How can I catch the exceptions from the library? > > In some link I found out t

syncrepl's "retry" option

2010-04-20 Thread Ryan Steele
The FAQ indicates that the 'retry' option should be a comma-separated list: http://www.openldap.org/faq/data/cache/1118.html However, all of the examples from the section on replication in the Admin Guide seem to show them as being space-delimited values: http://www.openldap.org/doc/admin24/re

Re: syncrepl's "retry" option

2010-04-20 Thread Quanah Gibson-Mount
--On Tuesday, April 20, 2010 5:34 PM -0400 Ryan Steele wrote: The FAQ indicates that the 'retry' option should be a comma-separated list: http://www.openldap.org/faq/data/cache/1118.html However, all of the examples from the section on replication in the Admin Guide seem to show them as bein