Hi all,
I want to make my ldap to ask request about one sub-tree to another ldap. I'm using these configuration lines:
database ldap suffix "ou=UK_grp,ou=people,dc=SUNDAY,dc=IT" overlay rwm rwm-suffixmassage "ou=UK_grp,ou=people,dc=SUNDAY,dc=IT" "o=people,dc=RAFFO,dc=ITA" uri "ldap://151.98.181.64/" acl-bind bindmethod=simple binddn="cn=Manager,dc=RAFFO,dc=ITA" credentials=secret idassert-bind bindmethod=simple binddn="cn=Manager,dc=RAFFO,dc=ITA" credentials=secret rwm-map objectclass cmmContact person subordinate
database bdb suffix "dc=SUNDAY, dc=IT" rootdn "cn=Manager,dc=SUNDAY,dc=IT" rootpw secret checkpoint 1024 5 cachesize 10000
but when I execute this command ./slapd -T test, this warning appears: WARNING: No dynamic config support for overlay rwm.
Can someone help me? Thanks Raffo
--On Tuesday, May 08, 2007 3:45 PM +0200 Raffaele Viola raffovi@gmail.com wrote:
Hi all,
I want to make my ldap to ask request about one sub-tree to another ldap. I'm using these configuration lines:
database ldap suffix "ou=UK_grp,ou=people,dc=SUNDAY,dc=IT" overlay rwm rwm-suffixmassage "ou=UK_grp,ou=people,dc=SUNDAY,dc=IT" "o=people,dc=RAFFO,dc=ITA" uri "ldap://151.98.181.64/" acl-bind bindmethod=simple binddn="cn=Manager,dc=RAFFO,dc=ITA" credentials=secret idassert-bind bindmethod=simple binddn="cn=Manager,dc=RAFFO,dc=ITA" credentials=secret rwm-map objectclass cmmContact person subordinate
database bdb suffix "dc= SUNDAY, dc=IT" rootdn "cn=Manager,dc=SUNDAY,dc=IT" rootpw secret checkpoint 1024 5 cachesize 10000
but when I execute this command ./slapd -T test, this warning appears: WARNING: No dynamic config support for overlay rwm.
Can someone help me?
It is a warning, not an error. It means that you must use "slapd.conf" to configure things, rather than "back-config". Since you are using "slapd.conf" you can safely ignore it.
--Quanah
-- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc -------------------- Zimbra :: the leader in open source messaging and collaboration
Raffaele Viola wrote:
but when I execute this command ./slapd -T test, this warning appears: WARNING: No dynamic config support for overlay rwm.
This is harmless; it's simply telling you that slapo-rwm(5) does not (yet) support run-time configuration by means of back-config.
p.
Ing. Pierangelo Masarati OpenLDAP Core Team
SysNet s.r.l. via Dossi, 8 - 27100 Pavia - ITALIA http://www.sys-net.it --------------------------------------- Office: +39 02 23998309 Mobile: +39 333 4963172 Email: pierangelo.masarati@sys-net.it ---------------------------------------
openldap-software@openldap.org