On 04/05/2011 05:31 PM, Rob Crittenden wrote:
postalCode should be a string not an integer.
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.
This changes the data type on the server. It will still accept an int
value if provided and convert it into a string.
ticket 1150
rob
_______________________________________________
Freeipa-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/freeipa-devel
ACK.
Tested from CLI and WebUI
_______________________________________________
Freeipa-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/freeipa-devel