<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body style="word-wrap:break-word">
Thanks, and what about the Java Console?
<div>What I need is deliver a procedure using the console and not via command line.</div>
<div><br>
</div>
<div>Thanks a lot!</div>
<div><br>
<div>
<div>Il giorno 27/feb/2012, alle ore 13:25, Arpit Tolani ha scritto:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">Hie<span dir="ltr"></span><br>
<br>
<div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex; border-left:1px solid rgb(204,204,204); padding-left:1ex">
<div style="word-wrap:break-word">Hello,
<div><br>
</div>
<div>can someone help me please about that?</div>
<div><br>
</div>
<div>Thanks<br>
<div><br>
<hr style="font-family:Times">
<span style="font-family:Times">
<pre>Hello All,

I would like to profile ACLs in order to let some users manage their own OU via Console.
Example:
-OUone | USERone, USERtwo, USERthree
-OUtwo | USERfour, USERfive
-OUthree | USERsix, USERseven, USEReight

In every OU I have many users, but I would like to give console access to one user x OU and let them manage their own OU without list and manage the other OUs.

USERone can add or remove users ONLY for OUone
USERfour can add or remove users ONLY for OUtwo
USERsix can add or remove users ONLY for OUthree

Thanks!!

Andrea</pre>
</span>
<div><br>
</div>
</div>
</div>
</div>
</blockquote>
<div><br>
Below acl's will help you to achieve the same.<br>
<br>
aci: (targetattr = &quot;*&quot;) (target = &quot;<a href="">ldap:///ou=ouone,dc=example,dc=com</a>&quot;) (versi<br>
&nbsp;on 3.0;acl &quot;user_one&quot;;allow (all,proxy)(userdn = &quot;<a href="">ldap:///uid=userone,ou=Peo</a><br>
&nbsp;ple,dc=example,dc=com&quot;);)<br>
aci: (targetattr = &quot;*&quot;) (target = &quot;<a href="">ldap:///ou=outwo,dc=example,dc=com</a>&quot;) (versi<br>
&nbsp;on 3.0;acl &quot;user_four&quot;;allow (all)(userdn = &quot;<a href="">ldap:///uid=userfour,ou=People</a>,<br>
&nbsp;dc=example,dc=com&quot;);)<br>
aci: (targetattr = &quot;*&quot;) (target = &quot;<a href="">ldap:///ou=outhree,dc=example,dc=com</a>&quot;) (ver<br>
&nbsp;sion 3.0;acl &quot;user_six&quot;;allow (all)(userdn = &quot;<a href="">ldap:///uid=usersix,ou=People</a>,<br>
&nbsp;dc=example,dc=com&quot;);)<br>
<br>
It says uid=userone,ou=People,dc=example,dc=com can write in ou=ouone,dc=example,dc=com<br>
&amp; uid=userfour,ou=People,dc=example,dc=com can write in ou=outwo,dc=example,dc=com<br>
&amp; uid=usersix,ou=People,dc=example,dc=com can write in ou=outhree,dc=example,dc=com<br>
<br>
Example <br>
# entry-id: 19<br>
dn: uid=utest,ou=ouone,dc=example,dc=com<br>
uid: utest<br>
givenName: user<br>
objectClass: top<br>
objectClass: person<br>
objectClass: organizationalPerson<br>
objectClass: inetorgperson<br>
sn: test<br>
cn: user test<br>
userPassword: {MD5}4nmK8Sp6D09wtNae&#43;8JfTQ==<br>
creatorsName: uid=userone,ou=people,dc=example,dc=com &lt;---------- created as per ACI<br>
modifiersName: uid=userone,ou=people,dc=example,dc=com<br>
createTimestamp: 20120227201512Z<br>
modifyTimestamp: 20120227201512Z<br>
nsUniqueId: ad0ee181-617f11e1-bd04f4a7-338b5e96<br>
<br>
<br>
Regards<br>
Arpit Tolani<br>
</div>
</div>
--<br>
389 users mailing list<br>
<a href="mailto:389-users@lists.fedoraproject.org">389-users@lists.fedoraproject.org</a><br>
https://admin.fedoraproject.org/mailman/listinfo/389-users</blockquote>
</div>
<br>
</div>
<br>
<hr>
<font face="Arial" color="Gray" size="1"><br>
--<br>
The information transmitted is intended for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information
 by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.<br>
</font>
</body>
</html>