Re: TLS fails

2010-09-01 Thread Frederik Bosch
. Is there a way to remember or not prompt for the passphrase? On 08/31/2010 12:15 PM, Frederik Bosch wrote: In that case. I'd go for recompiling with openssl. I already tried, but that gave me following error. Could not locate TLS/SSL package. Of course, I also googled that. I think I need to point

TLS fails

2010-08-31 Thread Frederik Bosch
After getting my ACL right (thanks Dieter!), I have problems installing an official certificate. I bought a certificate at RapidSSL. Starting slapd gives me the following error. TLS init def ctx failed: -69 This error is thrown in openldap 2.4.17. Since I am on debian, slapd is compiled

Re: access control, groups/organizationalRole

2010-08-26 Thread Frederik Bosch
. It has to be like this: access to * by group/organizationalRole/roleOccupant=DN read What syntax do I need to let DN match the whole tree? Thanks for the help, Frederik Op 25-8-2010 14:36, Frederik Bosch schreef: That's not what I mean, but thanks for your suggestion. Let me try to rephrase

Re: access control, groups/organizationalRole

2010-08-26 Thread Frederik Bosch
the tree. Frederik Op 26-8-2010 10:47, Frederik Bosch schreef: Thanks again Dieter. That looks way to difficult for me :). I changed some things. Now suppose that I want to assign read access to every roleOccupant in a organizationalRole. access to * by group/organizationalRole

Re: access control, groups/organizationalRole

2010-08-26 Thread Frederik Bosch
,ou=Misc,o=Organization Now I want assign read access to the complete LDAP tree for all occupants of a organizationalRole. Thanks, Frederik Op 26-8-2010 11:22, Frederik Bosch schreef: By the way. This seems to be correct syntax, but does not give me the correct result. access to attrs=uid

back-sql mysql innodb

2010-07-28 Thread Frederik Bosch
. Restarting the server each 5 minutes looks like a ugly solution to me. What could be wrong? Thank you. Frederik Bosch

Re: back-sql mysql innodb

2010-07-28 Thread Frederik Bosch
are committed) in InnoDB. Perhaps autocommit should be enabled by default, but the user should be able to disable it through a configuration option in slapd.conf. Should I file a request or bug for this? Regards, Frederik On 07/28/2010 12:32 PM, Frederik Bosch wrote: Hi all, Two weeks ago I also

Re: back-sql caching

2010-07-23 Thread Frederik Bosch
2010/7/19 Frederik Bosch frederik.bo...@gmail.com mailto:frederik.bo...@gmail.com Hello, With BackSQL I am trying to make my SQL data available for LDAP purposes. Setup went OK, server starts and my data is available. I have one problem. Modifications in the SQL data do not seem

Re: back-sql caching

2010-07-21 Thread Frederik Bosch
into ldap_entries (dn,oc_map_id,parent,keyval) values (?,?,?,?) subtree_condldap_entries.dn LIKE CONCAT('%',?,'%') upper_func UPPER On 07/19/2010 12:22 PM, Echedey Lorenzo wrote: Hi Frederik! Could you try a commit; after each SQL statement? Best Regards 2010/7/19 Frederik Bosch frederik.bo