Article

ACL Value Calculator for IDM

Author Info

9 April 2008 - 7:26am
Submitted by: oruff

article
Reads:

2362

Score:
5
5
2
 
Comments:

1

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.

AttachmentSize
ACL-Calculator.ods11.26 KB
ACL-Calculator.xls108.5 KB

Author Info

9 April 2008 - 7:26am
Submitted by: oruff




User Comments

Thanks for this advice

Submitted by hchangriha on 4 August 2008 - 7:26am.

Great job, very usefull...

© 2009 Novell, Inc. All Rights Reserved.