<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 12/07/2010 04:33 PM, Rob Crittenden wrote:
<blockquote cite="mid:4CFEA82D.3050101@redhat.com" type="cite">Add
plugin for manage self-service ACIs
  <br>
  <br>
This is just a thin wrapper around the aci plugin, controlling what
  <br>
types of ACIs can be added.
  <br>
  <br>
Right now only ACIs in the basedn can be managed with this plugin.
  <br>
  <br>
I've got an e-mail into the UI folks to see if we can enhance this and
ask the type of object we're creating a selfservice entry for. This way
we can put the aci into the proper container.
  <br>
  <br>
Otherwise I'm going to need to follow up to this and move a couple of
self-service ACI's that are now in containers into the basedn.
  <br>
  <br>
ticket 531
  <br>
  <br>
rob
  <br>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Freeipa-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Freeipa-devel@redhat.com">Freeipa-devel@redhat.com</a>
<a class="moz-txt-link-freetext" href="https://www.redhat.com/mailman/listinfo/freeipa-devel">https://www.redhat.com/mailman/listinfo/freeipa-devel</a></pre>
</blockquote>
NACK:<br>
<br>
1.  When I created a permission this way:<br>
<br>
ipa  selfservice-add<br>
Self-Service name: testthisbabyout<br>
Attributes: departmentnumber<br>
-----------------------------------<br>
Added selfservice "testthisbabyout"<br>
-----------------------------------<br>
  Self-Service name: testthisbabyout<br>
  Permissions: d3JpdGU=<br>
  Attributes: departmentnumber<br>
<br>
<br>
<br>
Note the garbage string in there for permissions.<br>
<br>
THen I tried this:<br>
[root@ipa freeipa]# ipa  selfservice-del testthisbabyout
--permissions=write --attrs=departmentnumber<br>
Usage: ipa [global-options] selfservice-del NAME<br>
<br>
ipa: error: no such option: --permissions<br>
<br>
Tried a a couple of other options, too.<br>
<br>
<br>
</body>
</html>