AW: OpenLDAP 2.4 and cn=config replication

2011-11-10 Thread Michael Kolowicz
In a book about Openldap i have read the way to replicate the cn=config-data. But the author descripte the slapd.conf method. My OpenLDAP use the database-backend. so I try to combine it and most of them works fine On the Master I have import following LDIF dn: cn=config changetype: modify

Re: Searches causing disk writes

2011-11-10 Thread Meike Stone
2011/11/10 Adam Wale ad...@staff.iinet.net.au: For anyone that was interested in the fix for this, moving to shared memory resolved the issue. Hello Adam, we had the same problem and could it solve the same way. Sorry, I haven't seen this thread.. Do you have tried to mount your partition

Compile Error for ldapc++ library

2011-11-10 Thread sim123
I am trying to compile ldapc++ library distributed with openldap-2.4.26 and getting following error during make: ../src/LDAPAsynConnection.h: In function ‘int main(int, char**)’: ../src/LDAPAsynConnection.h:310: error: ‘LDAPAsynConnection::LDAPAsynConnection(const LDAPAsynConnection)’ is private

Re: Compile Error for ldapc++ library

2011-11-10 Thread Ralf Haferkamp
Am Mittwoch 09 November 2011, 09:56:18 schrieb sim123: I am trying to compile ldapc++ library distributed with openldap-2.4.26 and getting following error during make: ../src/LDAPAsynConnection.h: In function ‘int main(int, char**)’: ../src/LDAPAsynConnection.h:310: error:

RE: ldap_search: No such object

2011-11-10 Thread Aaron Roberts
-Original Message- From: openldap-technical-boun...@openldap.org [mailto:openldap-technical- boun...@openldap.org] On Behalf Of Dieter Klünter Sent: 07 November 2011 08:42 To: openldap-technical@openldap.org Subject: Re: ldap_search: No such object Am Thu, 3 Nov 2011 13:05:05

Accesslog overlay access

2011-11-10 Thread Hugo Deprez
Dear community, I configured accesslog overlay on a test server. Everything is working fine. But when I use my LDAP client (aka Ldap Admin) I get an error : Size Limit Exceeded The thing is I specified in the slapd.conf configuration file to rotate the data after 30 days. Does this message

proxy authentication

2011-11-10 Thread LALOT Dominique
Hello, We would like to setup a kind of replica. We don't want to replicate some attributes like userpassword, lmpassword, ntpassword. How can we configure the replica to proxy the authentication somewhere else. Is there a way to do that via an overlay or something else? Thanks Dom --

Re: Accesslog overlay access

2011-11-10 Thread Michael Ströder
Hugo Deprez wrote: But when I use my LDAP client (aka Ldap Admin) I get an error : Size Limit Exceeded This is because of a configured sizelimit. You should read about the sizelimit directive in slapd.conf(5). Ciao, Michael.

Re: proxy authentication

2011-11-10 Thread Dan White
On 10/11/11 16:03 +0100, LALOT Dominique wrote: Hello, We would like to setup a kind of replica. We don't want to replicate some attributes like userpassword, lmpassword, ntpassword. How can we configure the replica to proxy the authentication somewhere else. Is there a way to do that via an

Re: Searches causing disk writes

2011-11-10 Thread Howard Chu
Meike Stone wrote: 2011/11/10 Adam Walead...@staff.iinet.net.au: For anyone that was interested in the fix for this, moving to shared memory resolved the issue. Hello Adam, we had the same problem and could it solve the same way. Sorry, I haven't seen this thread.. Do you have tried to

Re: proxy authentication

2011-11-10 Thread Howard Chu
LALOT Dominique wrote: Hello, We would like to setup a kind of replica. We don't want to replicate some attributes like userpassword, lmpassword, ntpassword. How can we configure the replica to proxy the authentication somewhere else. Is there a way to do that via an overlay or something else?

Re: Help needed chaining to active directory for authentication - not quite there yet

2011-11-10 Thread Gabriella Turek
Hello, One thing that stopped working since I introduced the new directives which fixed the authentication problem is being able to peruse the directories using Apache Directory Studio. I can still see the AD branches but when I try to look at them I get an error which in the server logs is

About set LDAP passwd expires

2011-11-10 Thread Gary Jsz
Hi,All I want set my ldap user's password expires in linux server. how can to do? or the LDAP service read the linux system's /etc/login.defs file? Thanks.