Re: OpenLDAP on CF disk

2013-11-07 Thread Maucci, Cyrille
You should be specifying shm-key to benefit from shared mem vs memory mapped files ++Cyrille Le 7 nov. 2013 à 12:04, richard lucassen mailingli...@lucassen.org a écrit : Hello list, I want to migrate some OpenLDAP servers from 3.5 disks to CF-disks. The data in the OpenLDAP is only

Re: OpenLDAP on CF disk

2013-11-07 Thread richard lucassen
On Thu, 7 Nov 2013 11:08:28 + Maucci, Cyrille cyrille.mau...@hp.com wrote: You should be specifying shm-key to benefit from shared mem vs memory mapped files Ok, thanks for your answer Cyrille. Unfortunately, I'm not an OpenLDAP guru, so I googled around a bit and found a lot of Zimbra

Re: OpenLDAP on CF disk

2013-11-07 Thread richard lucassen
On Thu, 7 Nov 2013 13:41:27 +0100 richard lucassen mailingli...@lucassen.org wrote: Oops: Note: Although the slapd-config(5) system stores its configuration as (text-based) LDIF files, you should never edit any of the LDIF files directly. Configuration changes should be performed via LDAP

Re: OpenLDAP on CF disk

2013-11-07 Thread Michael Ströder
Maucci, Cyrille cyrille.mau...@hp.com wrote: You should be specifying shm-key to benefit from shared mem vs memory mapped files I wonder whether switching to back-mdb would be a better solution. Ciao, Michael. Le 7 nov. 2013 à 12:04, richard lucassen mailingli...@lucassen.org a écrit :

Re: OpenLDAP DB question

2013-11-07 Thread Dheeraj Khanna
Thanks Michael I could not see a specific config settings on ldap.conf which was shown in the document. Basically I want to add another level of authentication where I can configure my host's ldap.conf to reflect which user/groups can be allowed to access a specific host. I am not able to find

Re: OpenLDAP on CF disk

2013-11-07 Thread Howard Chu
Michael Ströder wrote: Maucci, Cyrille cyrille.mau...@hp.com wrote: You should be specifying shm-key to benefit from shared mem vs memory mapped files I wonder whether switching to back-mdb would be a better solution. If the machine is 64 bit, yes absolutely. If the machine is 32 bit,

Re: OpenLDAP DB question

2013-11-07 Thread Howard Chu
Dheeraj Khanna wrote: Thanks Michael I could not see a specific config settings on ldap.conf which was shown in the document. Basically I want to add another level of authentication where I can configure my host's ldap.conf to reflect which user/groups can be allowed to access a specific host.

Reseting content/database/schema

2013-11-07 Thread Merve Temizer
I need to remove every configuration/schema/database. Is it possible and if so how? So far Code: sudo apt-get purge slapd ldap-utils remove Code: /etc/ldap /etc/openldap /var/lib/ldap and Code: sudo apt-get install slapd ldap-utils tried to Code: sudo ldapadd -Y EXTERNAL -H ldapi:/// -f

Re: OpenLDAP on CF disk

2013-11-07 Thread Quanah Gibson-Mount
--On Thursday, November 07, 2013 3:22 PM +0100 Michael Ströder mich...@stroeder.com wrote: Maucci, Cyrille cyrille.mau...@hp.com wrote: You should be specifying shm-key to benefit from shared mem vs memory mapped files I wonder whether switching to back-mdb would be a better solution. It

Re: Reseting content/database/schema

2013-11-07 Thread Ryan Tandy
On 13-11-07 07:20 AM, Merve Temizer wrote: Code: sudo apt-get install slapd ldap-utils tried to Code: sudo ldapadd -Y EXTERNAL -H ldapi:/// -f backend2.example.com.ldif still getting 80 error, which means, according to my restricted knowledge, ldap already has modules and cn s in ldif file.

PBKDF2 for OpenLDAP

2013-11-07 Thread Tsukasa HAMANO
Hi, I was concerned that OpenLDAP have no modern key derivation function. (It seems eglibc's crypt(3) has bcrypt, but it's depends environment) So I just implemented PBKDF2 module for OpenLDAP. https://github.com/hamano/openldap-pbkdf2 # Installation $ cd