[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#6663) refint not altering last attribute on delete



Full_Name: Karl Newell
Version: 2.4.21
OS: Ubuntu 10.04
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (128.196.224.235)


refint does not alter the value of an attribute to refint_nothing when the last
"member" of a group is deleted.  refint is working when the dn of a member is
modified.

slapd.conf:
loglevel 16383
...
moduleload refint
...
overlay refint
refint_attributes member uniqueMember seeAlso
refint_nothing cn=Manager,dc=math,dc=arizona,dc=edu
...

ldap.log (what I believe to be the relevant entries):
...
Oct  4 14:12:03 vm-ldap slapd[8744]: refint_search_cb <cn=LDAP
Admins,ou=Groups,dc=math,dc=arizona,dc=edu>
Oct  4 14:12:03 vm-ldap slapd[8744]: refint_search_cb: uniqueMember:
uid=atb,ou=Users,dc=math,dc=arizona,dc=edu (#1)
Oct  4 14:12:03 vm-ldap slapd[8744]: send_ldap_result: conn=-1 op=0 p=0
Oct  4 14:12:03 vm-ldap slapd[8744]: send_ldap_result: err=0 matched="" text=""
Oct  4 14:12:03 vm-ldap slapd[8744]: refint_search_cb <NOTHING>
Oct  4 14:12:03 vm-ldap slapd[8744]: hdb_modify: cn=LDAP
Admins,ou=Groups,dc=math,dc=arizona,dc=edu
Oct  4 14:12:03 vm-ldap slapd[8744]: bdb_dn2entry("cn=ldap
admins,ou=groups,dc=math,dc=arizona,dc=edu")
Oct  4 14:12:03 vm-ldap slapd[8744]: bdb_modify_internal: 0x00000008: cn=LDAP
Admins,ou=Groups,dc=math,dc=arizona,dc=edu
Oct  4 14:12:03 vm-ldap slapd[8744]: <= acl_access_allowed: granted to database
root
Oct  4 14:12:03 vm-ldap slapd[8744]: bdb_modify_internal: delete uniqueMember
Oct  4 14:12:03 vm-ldap slapd[8744]: dnMatch
0#012#011"uid=atb,ou=users,dc=math,dc=arizona,dc=edu"#012#011"uid=atb,ou=users,dc=math,dc=arizona,dc=edu"
Oct  4 14:12:03 vm-ldap slapd[8744]: bdb_modify_internal: replace modifiersName
Oct  4 14:12:03 vm-ldap slapd[8744]: bdb_modify_internal: delete uniqueMember
Oct  4 14:12:03 vm-ldap slapd[8744]: bdb_modify_internal: 16 modify/delete:
uniqueMember: no such attribute
Oct  4 14:12:03 vm-ldap slapd[8744]: hdb_modify: modify failed (16)
Oct  4 14:12:03 vm-ldap slapd[8744]: send_ldap_result: conn=-1 op=0 p=0
Oct  4 14:12:03 vm-ldap slapd[8744]: send_ldap_result: err=16 matched=""
text="modify/delete: uniqueMember: no such attribute"
Oct  4 14:12:03 vm-ldap slapd[8744]: refint_repair: dependent modify failed: 16
...