<!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 11/22/2010 09:25 AM, Jan Zelený wrote:
<blockquote cite="mid:201011221525.44652.jzeleny@redhat.com" type="cite">
  <pre wrap="">Some fields were missing from user object, this change adds them
along with their l10n

<a class="moz-txt-link-freetext" href="https://fedorahosted.org/freeipa/ticket/305">https://fedorahosted.org/freeipa/ticket/305</a>

  </pre>
  <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>
Did a user-show and got this stack trace<br>
<br>
<br>
Traceback (most recent call last):<br>
  File "/home/ayoung/devel/freeipa/ipalib/plugable.py", line 538, in
import_plugins<br>
    __import__(fullname)<br>
  File "/home/ayoung/devel/freeipa/ipalib/plugins/user.py", line 57, in
<module><br>
    class user(LDAPObject):<br>
  File "/home/ayoung/devel/freeipa/ipalib/plugins/user.py", line 185,
in user<br>
    label=_('Org. Unit'),<br>
  File "/home/ayoung/devel/freeipa/ipalib/parameters.py", line 1232, in
__init__<br>
    super(Str, self).__init__(name, *rules, **kw)<br>
  File "/home/ayoung/devel/freeipa/ipalib/parameters.py", line 1111, in
__init__<br>
    super(Data, self).__init__(name, *rules, **kw)<br>
  File "/home/ayoung/devel/freeipa/ipalib/parameters.py", line 404, in
__init__<br>
    check_name(self.cli_name)<br>
  File "/home/ayoung/devel/freeipa/ipalib/base.py", line 244, in
check_name<br>
    NAME_ERROR % (NAME_REGEX, name)<br>
ValueError: name must match '^[a-z][_a-z0-9]*[a-z0-9]$|^[a-z]$'; got
'org-unit'<br>
<br>
Traceback (most recent call last):<br>
  File "./lite-server.py", line 121, in <module><br>
    api.finalize()<br>
  File "/home/ayoung/devel/freeipa/ipalib/plugable.py", line 557, in
finalize<br>
    self.__do_if_not_done('load_plugins')<br>
  File "/home/ayoung/devel/freeipa/ipalib/plugable.py", line 371, in
__do_if_not_done<br>
    getattr(self, name)()<br>
  File "/home/ayoung/devel/freeipa/ipalib/plugable.py", line 509, in
load_plugins<br>
    self.import_plugins('ipalib')<br>
  File "/home/ayoung/devel/freeipa/ipalib/plugable.py", line 547, in
import_plugins<br>
    raise e<br>
ValueError: name must match '^[a-z][_a-z0-9]*[a-z0-9]$|^[a-z]$'; got
'org-unit'<br>
<br>
</body>
</html>