Hello, I can load module overlay chain. I don't no if it's compile.
For compiling I do that :
./configure —prefix= —enable-overlays —enable-ppolicy —enable-rwm —enable-bdb
To test overlay chain I do ./run -b ldif test032 Cleaning up test run directory leftover from previous run. Running ./scripts/test032-chain... running defines.sh LDAP backend not available, test skipped
I don't no how I can load module in slapd.conf, I put those ligne modulepath /usr/sbin/openldap moduleload back_ldap.la
and when i do service ldap start , i have overlay "chain" not found.
I can found file back_ldap.la, how i can compile module to use overlay chain ???
Thanks for help.
----- Mail Original ----- De: "Quanah Gibson-Mount" quanah@zimbra.com À: "paulpierre brun" paulpierre.brun@free.fr Cc: openldap-software@openldap.org Envoyé: Jeudi 28 Mai 2009 18h18:32 GMT +01:00 Amsterdam / Berlin / Berne / Rome / Stockholm / Vienne Objet: Re: Changing password with replicat and referal do nothing
--On Thursday, May 28, 2009 2:27 PM +0200 paulpierre.brun@free.fr wrote:
Thanks for answers : I try with (c) at service ldap start i have : :overlay "chain" not found
How I can load module overlay ???
configure parameters are :
./configure —prefix= —enable-overlays —enable-ppolicy —enable-rwm —enable-bdb
Hi Paul,
Please keep replies on the list. Did you use the moduleload statement to load the chain module? I suggest you look at the test suite, particularly test032. You can run that test, and see the configs that are generated when it completes.
--Quanah
--
Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc -------------------- Zimbra :: the leader in open source messaging and collaboration
paulpierre.brun@free.fr writes:
Hello, I can load module overlay chain. I don't no if it's compile.
For compiling I do that :
./configure —prefix= —enable-overlays —enable-ppolicy —enable-rwm —enable-bdb
If these are your only configure options, the overlays are build in and you don't have to load a module. If you want the chain overlay as a module, add the configure option --enable modules. Please read ./configure --help | less .
To test overlay chain I do ./run -b ldif test032 Cleaning up test run directory leftover from previous run. Running ./scripts/test032-chain... running defines.sh LDAP backend not available, test skipped
This error only says that LDAP backend is missing, --enable-ldap would solve this.
I don't no how I can load module in slapd.conf, I put those ligne modulepath /usr/sbin/openldap moduleload back_ldap.la
Why would you define a modulepath if you have not built any modules?
-Dieter
Thanks all is Ok now with :
./configure —prefix= —enable-overlays —enable-ppolicy —enable-rwm —enable-bdb --enable-ldap .
Thanks for help
----- Mail Original ----- De: "Dieter Kluenter" dieter@dkluenter.de À: openldap-software@openldap.org Envoyé: Vendredi 29 Mai 2009 17h44:31 GMT +01:00 Amsterdam / Berlin / Berne / Rome / Stockholm / Vienne Objet: Re: Changing password with replicat and referal do nothing
paulpierre.brun@free.fr writes:
Hello, I can load module overlay chain. I don't no if it's compile.
For compiling I do that :
./configure —prefix= —enable-overlays —enable-ppolicy —enable-rwm —enable-bdb
If these are your only configure options, the overlays are build in and you don't have to load a module. If you want the chain overlay as a module, add the configure option --enable modules. Please read ./configure --help | less .
To test overlay chain I do ./run -b ldif test032 Cleaning up test run directory leftover from previous run. Running ./scripts/test032-chain... running defines.sh LDAP backend not available, test skipped
This error only says that LDAP backend is missing, --enable-ldap would solve this.
I don't no how I can load module in slapd.conf, I put those ligne modulepath /usr/sbin/openldap moduleload back_ldap.la
Why would you define a modulepath if you have not built any modules?
-Dieter
openldap-software@openldap.org