Skip to Content.
Sympa Menu

grouper-dev - Re: [grouper-dev] changelog implementation sketch

Subject: Grouper Developers Forum

List archive

Re: [grouper-dev] changelog implementation sketch


Chronological Thread 
  • From: "Tom Zeller" <>
  • To: "Grouper Dev" <>
  • Subject: Re: [grouper-dev] changelog implementation sketch
  • Date: Wed, 4 Jun 2008 18:54:10 -0500
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:references:x-google-sender-auth; b=mRQ1ZDm7hG/WgT+T9q9D/sLPjBTTC9dCNdzshJyTxROYAUnNP9+2CYLvLMsN+bMxhk GM1IaS1znAaZfm9OcEN5L16BATr6lcCTXZX/0neBTYINHVnCyPUldOsqeU8EwHecv+lU /Et0rPmXgbaMtbvmH5Vh3E0vBuUsLmL24gFdQ=

I've worked out more details regarding representing changes in LDIF, please take a look and comment.

https://wiki.internet2.edu:443/confluence/x/lVw

In summary, here's an example where
- group description set to 'new description'
- subjectA is added as a member and consequently as an effective member of a custom list
- subjectB is granted the ADMIN privilege
- the custom type 'oldtype' is deleted

dn: stem:group extension
changetype: modify
replace: attrDescription
attrDescription: new description
-
add: listImmediateMembers
listImmediateMembers: subjectA
-
add: listEffectiveCustom
listEffectiveCustom: subjectA
-
add: privADMIN
privADMIN: subjectB
-
delete: type
type: oldtype
-

Thanks,
Tom



Archive powered by MHonArc 2.6.16.

Top of Page