<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi Jason,<br>
    <br>
    I always use basic.norm because our language has many diacritic
    characters unsuitable for most systems...<br>
    <br>
    Example from my object template for Users:<br>
    (mapping, where user/givenName and user/familyName are sources)<br>
    <br>
    tmpGivenName = basic.norm(basic.stringify(givenName))?.tr(' ', '.')<br>
    tmpFamilyName = basic.norm(basic.stringify(familyName))?.tr(' ',
    '.')<br>
    return tmpGivenName + '.' + tmpFamilyName + iterationToken<br>
    <br>
    (everything is "normalized", diacritic characters replaced by ASCII,
    spaces are then replaced by dot (because basic.norm returns spaces
    as well)<br>
    <br>
    Regarding deleting shadow: how are you trying to delete it and what
    error you get? Are you deleting from "normal" GUI (editing user) or
    in Repository objects GUI?<br>
    <br>
    Regards,<br>
    Ivan<br>
    <br>
    <div class="moz-cite-prefix">On 11/12/2015 05:49 PM, Jason Everling
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAFkZXY72Wb+mH0q8HVzj7PVFn-9m859SepjHhnPQUFGFgj_05Q@mail.gmail.com"
      type="cite">
      <div dir="ltr">Ohhh, I need to use the basic. functions when
        importing the first and last names so that the diacritics are
        removed,
        <div><br>
        </div>
        <div>Now I just need to get the old shadow deleted from
          midpoint, it doesn't let me?</div>
        <div><br>
        </div>
        <div>JASON</div>
      </div>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">On Thu, Nov 12, 2015 at 10:17 AM, Jason
          Everling <span dir="ltr"><<a moz-do-not-send="true"
              href="mailto:jeverling@bshp.edu" target="_blank">jeverling@bshp.edu</a>></span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div dir="ltr">It was because a name had a ~ symbol above
              the last letter in their first name, I had to manually
              delete from AD and fix in our system.
              <div><br>
              </div>
              <div>I cannot delete the AD shadow from midpoint</div>
              <div><br>
              </div>
              <div>Or how can my user creation template remove these
                values, I attached a screenshot of what it looks like.</div>
              <span class="HOEnZb"><font color="#888888">
                  <div><br>
                  </div>
                  <div><br clear="all">
                    <div><br>
                    </div>
                    -- <br>
                    <div>
                      <div dir="ltr">JASON</div>
                    </div>
                  </div>
                </font></span></div>
          </blockquote>
        </div>
        <br>
        <br clear="all">
        <div><br>
        </div>
        -- <br>
        <div class="gmail_signature">
          <div dir="ltr">JASON</div>
        </div>
      </div>
      <br>
      <font size="2"><br>
        <br>
        CONFIDENTIALITY NOTICE:<br>
        This e-mail together with any attachments is proprietary and
        confidential; intended for only the recipient(s) named above and
        may contain information that is privileged. You should not
        retain, copy or use this e-mail or any attachments for any
        purpose, or disclose all or any part of the contents to any
        person. Any views or opinions expressed in this e-mail are those
        of the author and do not represent those of the Baptist School
        of Health Professions. If you have received this e-mail in
        error, or are not the named recipient(s), you are hereby
        notified that any review, dissemination, distribution or copying
        of this communication is prohibited by the sender and to do so
        might constitute a violation of the Electronic Communications
        Privacy Act, 18 U.S.C. section 2510-2521. Please immediately
        notify the sender and delete this e-mail and any attachments
        from your computer. </font><br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
midPoint mailing list
<a class="moz-txt-link-abbreviated" href="mailto:midPoint@lists.evolveum.com">midPoint@lists.evolveum.com</a>
<a class="moz-txt-link-freetext" href="http://lists.evolveum.com/mailman/listinfo/midpoint">http://lists.evolveum.com/mailman/listinfo/midpoint</a>
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
  Ing. Ivan Noris
  Senior Identity Management Engineer & IDM Architect
  evolveum.com                     evolveum.com/blog/
  ___________________________________________________
  "Semper Id(e)M Vix."
</pre>
  </body>
</html>