On Wed, 2007-06-27 at 09:08 -0600, TechnoSophos wrote:
Can you post the relevant portion of slapd.conf?
I posted the whole slapd.conf 3 days ago but didn't see it appear on the list (a test installation, should be safe to post its slapd.conf)
Also I have tested refint on different backend (tested bdb & hdb), and tested on different OS (also tested 2.3.27-25 on SuSE 10.2). Then, I tested to use manager as attribute as suggested by slapo-refint manual. None of them works.
Do I need to export DB and slapadd all data back in order to activate this feature?
On Sat, 2007-06-30 at 12:06 +0800, Zhang Weiwu wrote:
On Wed, 2007-06-27 at 09:08 -0600, TechnoSophos wrote:
Can you post the relevant portion of slapd.conf?
I posted the whole slapd.conf 3 days ago but didn't see it appear on the list (a test installation, should be safe to post its slapd.conf)
I guess I might have hit an automatic email rejection rule of this mailing list, because yesterday I sent my slapd.conf again, and again it didn't arrive on the list. So here is only the portion of my slapd.conf in case the list doesn't allow full slapd.conf being posted:
database hdb suffix "dc=ahk,dc=de" rootdn "cn=admin,dc=ahk,dc=de" rootpw {SSHA}3wOQx1CvOuujQ5/pcnUf3DAYHTmozXtV directory "/var/lib/ldap/acevery" dbconfig set_cachesize 0 2097152 0 dbconfig set_lk_max_objects 2500 dbconfig set_lk_max_locks 2500 dbconfig set_lk_max_lockers 2500 index default pres,eq index objectClass,c,nationality eq index uidNumber,gidNumber,uid,phpgwAccountType,phpgwAccountStatus,associatedDomain,userPassword index mail,o,cn,st,businessCategory sub,eq,pres index sn,givenName,title,personalTitle,category eq,pres,sub lastmod on refint_attributes contactPerson
... (followed by ACL rules)
Zhang Weiwu zhangweiwu@realss.com writes:
On Sat, 2007-06-30 at 12:06 +0800, Zhang Weiwu wrote:
On Wed, 2007-06-27 at 09:08 -0600, TechnoSophos wrote:
Can you post the relevant portion of slapd.conf?
I posted the whole slapd.conf 3 days ago but didn't see it appear on the list (a test installation, should be safe to post its slapd.conf)
I guess I might have hit an automatic email rejection rule of this mailing list, because yesterday I sent my slapd.conf again, and again it didn't arrive on the list. So here is only the portion of my slapd.conf in case the list doesn't allow full slapd.conf being posted:
database hdb suffix "dc=ahk,dc=de" rootdn "cn=admin,dc=ahk,dc=de" rootpw {SSHA}3wOQx1CvOuujQ5/pcnUf3DAYHTmozXtV directory "/var/lib/ldap/acevery" dbconfig set_cachesize 0 2097152 0 dbconfig set_lk_max_objects 2500 dbconfig set_lk_max_locks 2500 dbconfig set_lk_max_lockers 2500 index default pres,eq index objectClass,c,nationality eq index uidNumber,gidNumber,uid,phpgwAccountType,phpgwAccountStatus,associatedDomain,userPassword index mail,o,cn,st,businessCategory sub,eq,pres index sn,givenName,title,personalTitle,category eq,pres,sub lastmod on refint_attributes contactPerson
... (followed by ACL rules)
See man slapo-refint(5), this ..options.. should appear after the overlay directive. That is in your case
index ... acl.... overlay refint refint_attributes ...
-Dieter
On Sun, 2007-07-01 at 09:18 +0200, Dieter Kluenter wrote:
See man slapo-refint(5), this ..options.. should appear after the overlay directive. That is in your case
index ... acl.... overlay refint refint_attributes ...
Thank you very much for providing this correction and for your time spent because of my careless:) After modified configuration as suggested now refint is working. Thanks.
openldap-software@openldap.org