Skip to Content.
Sympa Menu

grouper-users - RE: [grouper-users] Problem deleting unresolvable subject

Subject: Grouper Users - Open Discussion List

List archive

RE: [grouper-users] Problem deleting unresolvable subject


Chronological Thread 
  • From: "Hyzer, Chris" <>
  • To: Peter DiCamillo <>, "" <>
  • Subject: RE: [grouper-users] Problem deleting unresolvable subject
  • Date: Thu, 1 Jun 2017 15:08:24 +0000
  • Accept-language: en-US
  • Authentication-results: brown.edu; dkim=none (message not signed) header.d=none;brown.edu; dmarc=none action=none header.from=isc.upenn.edu;
  • Ironport-phdr: 9a23:37N58RY05BNml8IQW9TzQ/r/LSx+4OfEezUN459isYplN5qZrsi5bnLW6fgltlLVR4KTs6sC0LuJ9fyxEjxcqb+681k6OKRWUBEEjchE1ycBO+WiTXPBEfjxciYhF95DXlI2t1uyMExSBdqsLwaK+i764jEdAAjwOhRoLerpBIHSk9631+ev8JHPfglEnjSwbLdwIRmsogjcssYajIhtJ60s1hbHv3xEdvhMy2h1P1yThRH85smx/J5n7Stdvu8q+tBDX6vnYak2VKRUAzs6PW874s3rrgTDQhCU5nQASGUWkwFHDBbD4RrnQ5r+qCr6tu562CmHIc37SK0/VDq+46t3ThLjlTwKPCAl/m7JlsNwjbpboBO/qBx5347Ue5yeOP5ncq/AYd8WWW9NU8BMXCJDH4y8dZMCAeofM+hFs4nzqVgArRW8CgmtGOzhxTBHi2Tq3aIhz+gtDR3K0BAiEt8IrX/arM/1NKAXUe2twqXGzzXCbvJI1jfn8ITDbw4sofGWXbJxasrdx1QkGgTAjlqMqYzkPzKU2foXs2WA7upgTv6gh3Q6qwFpvDevwMEshpPXiY0I11DJ7CN0y5s2K92gUEN3f8KoHZlKuyyVNoZ6WN4uTmBmtSogybAKp4a3cDUExZg73RLSb+GLf5KW7h7+UOudOyp0iXBkdb+5mh2861KvyvfmWcmxyFtKrjRKkt3Ltn0VzxLe9s+JRudj8ku4xDuB0R7f5vhDIU8vi6XXMZkhwqMslpUItkTDAyn2l1jsgK+ObEUk/fSo5Pr7bbX6p5+cMIl0hhv5MqQzhsy/BeM4Mg8NX2SB5eu807jj8VX4QLVMkPI2jrHUvI7GKckZvKK0DA5Y3pw+5xu+ATqqytcVkWcfIFJAYh2HjozpO1/UIPD/CPeym1Gsnytrx/HGP7zuHI/NI2PCkLf6Yblx8VNcyBItwtBZ4ZJYEK8OL+/uWkPprtzXEgc5MxCow+bgENh92ZkeWWWSAq+BLqzSq0aE5v80I+aSfo8Voy3wK/wk5/71kX85gkERcbOo3ZsRdHC3AO5mI0OHbnrwnNsNC3kFsRcjTL+itFrXaTNPamz6c6MX7zQ6DIahRdP7S5ygmout3QyyG5xSYmduAEqLDnGueomZDbNEIi2IJdJ5nyZBSKOsUZQJ1BeyuRX8xqY9aOfY52dQ4Z3508Vt6veWiAo/7ydcDsKB3nuLQn0u2G4EWmll8rp4pBk36kaR3LI8y9dYD91IrbsdVww6JIzR1cR7ENu0RxrMeNHPRVq7FIb1SQotR848loddK312HM+v21Wah3Kn
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:99

Maybe there are disabled memberships? Try running this for the user and see
if there are any results. USDU might need an update to delete disabled
memberships too

SELECT DISTINCT gm.SUBJECT_ID,
gm.SUBJECT_SOURCE,
gg.name AS group_name,
gfl.NAME AS list_name,
gfl.TYPE AS list_type,
gg.ID AS GROUP_ID,
gm.ID AS member_id,
gms.IMMEDIATE_MSHIP_ENABLED,
gms.IMMEDIATE_MSHIP_ENABLED_TIME,
gms.IMMEDIATE_MSHIP_DISABLED_TIME
FROM grouper_memberships_all_v gms,
grouper_members gm,
grouper_groups gg,
grouper_fields gfl
WHERE gms.OWNER_GROUP_ID = gg.id
AND gms.FIELD_ID = gfl.ID
AND gms.MEMBER_ID = gm.ID
AND gm.subject_id = ?


-----Original Message-----
From:


[mailto:]
On Behalf Of Peter DiCamillo
Sent: Thursday, June 01, 2017 10:53 AM
To:

Subject: [grouper-users] Problem deleting unresolvable subject

We have an LDAP subject source, and due to the timing of our
provisioning operations, sometimes subjects will be removed from LDAP
before they can be removed from their groups. When this happens, they
are listed in the Grouper report, and I run the Unresolvable Subject
Deletion Utility (USDU) to delete them. Normally this works fine, and
the list of unresolvable subjects goes back to being empty. However, I'm
having a problem with one particular subject. I see this in the Grouper
report:

----------------
UNRESOLVABLE SUBJECTS 1 of 1
----------------
brown:LDAP: 140050084

Then I run USDU with -source brown:LDAP and -delete, and get this:

member_uuid='441eca7650b248e992e10ad91fc9991c'
subject='140050084'/'person'/'brown:LDAP' no_memberships

After that, the subject continues to show up in Grouper reports, and I
also get the same result if I run USDU again. Is there a way I can get
this subject to no longer show up as unresolvable? This is with Grouper
2.3, with patches through last December.

Peter





Archive powered by MHonArc 2.6.19.

Top of Page