Re: [CentOS] openldap missing modules

2011-10-31 Thread Craig White
For learning purposes, I think the flat file is much easier to master. I thought Apple's Open-Directory was forked from an older version of OpenLDAP (perhaps 2.1.x). I gather that upstream 6.x and thus CentOS 6.x is using OpenLDAP 2.4.x and probably also dynamic configuration but I haven't inst

Re: [CentOS] openldap missing modules

2011-10-31 Thread Wessel van der Aart
thanks for the tip, does this dynamic configuration come with openldap 2.4? the version they use in the book is 2.3 which is also the version on centos 5.7 so i guess i'm safe there , but now i'm wondering if this isn't too outdated. does it make's sense to start with learning an older version? i'

Re: [CentOS] openldap missing modules

2011-10-27 Thread Craig White
Ubuntu has been using 'dynamic' configuration (aka cn=config and /etc/ldap/slapd.d) for quite some time now but you're using CentOS 5.x which includes an old version of OpenLDAP and uses the 'flat file' configuration (/etc/openldap/slapd.conf) There's bound to be issues at each place where it t

Re: [CentOS] openldap missing modules

2011-10-27 Thread Wessel van der Aart
actually i'm reading this book , ' mastering openldap' from packt publishing, on it, the book uses ubuntu as distro in their examples and i just assumed the working of openldap between distro's wouldn't be any different (except for directory paths). however i removed the moduleload line , ran '

Re: [CentOS] openldap missing modules

2011-10-27 Thread John Doe
From: wessel van der aart > I'm currently setting up an openldap server and included the following > lines in my slapd.conf : > modulepath /usr/lib/ldap > moduleload back_hdb > after finishing up my config and i run slaptest on it i get an error > saying that the modulepath doesn't exist. > I che

Re: [CentOS] openldap missing modules

2011-10-26 Thread Alexander Dalloz
Am 26.10.2011 19:11, schrieb wessel van der aart: > Hi List, > > I'm currently setting up an openldap server and included the following > lines in my slapd.conf : > modulepath /usr/lib/ldap > moduleload back_hdb > after finishing up my config and i run slaptest on it i get an error > saying that t

Re: [CentOS] openldap missing modules

2011-10-26 Thread Leen de Braal
> Hi List, > > I'm currently setting up an openldap server and included the following > lines in my slapd.conf : > modulepath /usr/lib/ldap > moduleload back_hdb > after finishing up my config and i run slaptest on it i get an error > saying that the modulepath doesn't exist. Do you run an 64bit

Re: [CentOS] openldap missing modules

2011-10-26 Thread m . roth
Wessel, wessel van der aart wrote: > > I'm currently setting up an openldap server and included the following > lines in my slapd.conf : > modulepath /usr/lib/ldap > moduleload back_hdb > after finishing up my config and i run slaptest on it i get an error > saying that the modulepath doesn't exis