Article
Getting the right value for the "permission" in an ACL
When dealing with ACL inside a policy in IDM, you must use a structured value made of the following:
- protectedName = the property you want to grant right on (including [Entry Rights]);
- trustee = the DN of the trustee;
- privilege = the rights you are granting.
In the policy it reads like this:
<do-add-src-attr-value name="ACL"> <arg-value type="structured"> <arg-component name="protectedName"> <token-text xml:space="preserve">[Entry Rights]</token-text> </arg-component> <arg-component name="trustee"> <token-src-dn/> </arg-component> <arg-component name="privileges"> <token-text xml:space="preserve">1</token-text> </arg-component> </arg-value> </do-add-src-attr-value>
You can use the attached spreadsheet to compute the value of the privilege component of the ACL. Just put ""1"" (without quotes) in each right you want to grant, and put the displayed value in the privilege part of the ACL in the policy.
| Adjunto | Tamaño |
|---|---|
| ACL-Calculator.ods | 11.26 KB |
| ACL-Calculator.xls | 108.5 KB |
Disclaimer: As with everything else at Cool Solutions, this content is definitely not supported by Novell (so don't even think of calling Support if you try something and it blows up).
It was contributed by a community member and is published "as is." It seems to have worked for at least one person, and might work for you. But please be sure to test, test, test before you do anything drastic with it.
Related Articles
- Handling Move Events and Associations with the Loopback Driver
- Solving Trace File Overwrites in IDM
- Policy example for Association Problems when Updating the i5os Bidirectional Driver to IDM 3.5
- Checking Synchronization between eDirectory Trees
- Solving Account Disabled Issues with the AS400 Bidirectional Driver
User Comments
Thanks for this advice
Submitted by hchangriha on 4 August 2008 - 7:26am.
Great job, very usefull...
- Be the first to comment! To leave a comment you need to Login or Register


1