<!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 text="#000000" bgcolor="#ffffff">
    On 04/05/2011 05:31 PM, Rob Crittenden wrote:
    <blockquote cite="mid:4D9B8A4B.5080408@redhat.com" type="cite">postalCode
      should be a string not an integer.
      <br>
      <br>
      postalCode is defined as an Int. This means you can't define one
      that has a leading zero nor can you have dashes, letters, etc.
      <br>
      <br>
      This changes the data type on the server. It will still accept an
      int value if provided and convert it into a string.
      <br>
      <br>
      ticket 1150
      <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>
    ACK.<br>
    <br>
    Tested from CLI and WebUI<br>
  </body>
</html>