<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p><br>
    </p>
    <br>
    <div class="moz-cite-prefix">On 26.12.2016 20:51, Carlos Raúl Laguna
      wrote:<br>
    </div>
    <blockquote
cite="mid:CABGCzgkmVg7Rms=ZyKB9fw1tFn5Maudz118i4JTDg9VMEQqG1A@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hello everyone,<br>
        <br>
        I am trying to add a new attribute ¨mailQuota¨ to the default
        user schema, so far i add the objectclass mailrecipient to the
        default user objectclasses which contain this specific atribute
        but so far i only capable to add the attribute manually with
        user-mod --addattr=mailQuota=102400 but when invoke config-mod 
        --addattr=mailQuota=102400 i get ipa: ERROR: attribute
        "mailQuota" not allowed. Any way to get around this, also does <a
          moz-do-not-send="true"
href="https://www.freeipa.org/images/5/5b/FreeIPA33-extending-freeipa.pdf">https://www.freeipa.org/images/5/5b/FreeIPA33-extending-freeipa.pdf</a>
        is still relevant for freeipa 4.3.2 ?<br>
        <br>
        Thanks in advance<br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    Hello,<br>
    <br>
    this is not right, <br>
    config-mod --addattr=mailQuota=102400<br>
    <br>
    this is not a way how to set a new attr with default value for
    users, to set custom value you need to use custom user_add
    pre-callback, slide 17<br>
    <br>
    HTH<br>
    Martin<br>
  </body>
</html>