<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 01/18/2013 08:18 AM, Marcelo Mariano
Miziara wrote:<br>
</div>
<blockquote cite="mid:53bd1a8af059c96547506cb7d055a689@10.30.202.54"
type="cite">
<span><span> Hello to everyone. First of all sorry for my bad
english.<br>
<br>
Second, i'm implementing openstack here in my company, and we
pretend to use it with ldap integration. I detected a problem
when the username is only numbers (in our case we use our ID
number to log in):<br>
</span></span></blockquote>
<br>
PLease enter it as a bug. It looks like the HTML to Python parsing
is breaking down.<br>
<br>
<blockquote cite="mid:53bd1a8af059c96547506cb7d055a689@10.30.202.54"
type="cite"><span><span>
<h1>TypeError at /nova/</h1>
<pre class="exception_value">sequence item 1: expected string or Unicode, int found</pre>
<table class="meta">
<tbody>
<tr>
<th>Request Method:</th>
<td>GET</td>
</tr>
<tr>
<th>Request URL:</th>
<td><a moz-do-not-send="true"
href="http://100.10.10.51/horizon/nova/"
target="_blank">100.10.10.51/horizon/nova/</a></td>
</tr>
<tr>
<th>Django Version:</th>
<td>1.4.1</td>
</tr>
<tr>
<th>Exception Type:</th>
<td>TypeError</td>
</tr>
<tr>
<th>Exception Value:</th>
<td>
<pre>sequence item 1: expected string or Unicode, int found</pre>
</td>
</tr>
<tr>
<th>Exception Location:</th>
<td>/usr/lib/python2.7/dist-packages/novaclient/client.py
in authenticate, line 316</td>
</tr>
<tr>
<th>Python Executable:</th>
<td>/usr/bin/python</td>
</tr>
<tr>
<th>Python Version:</th>
<td>2.7.3</td>
</tr>
<tr>
<th>Python Path:</th>
<td>
<pre>['/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../..', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-linux2', '/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old', '/usr/lib/python2.7/lib-dynload', '/usr/local/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages', '/usr/share/openstack-dashboard/', '/usr/share/openstack-dashboard/openstack_dashboard']</pre>
</td>
</tr>
<tr>
<th>Server time:</th>
<td>Qui, 17 Jan 2013 12:37:11 +0000</td>
</tr>
</tbody>
</table>
<br>
Then I created another user with letters in the user name and
this error doesn't appear...but then I got another type of
error that I'll discuss later...someone experienced this
error, or am I doing something wrong?<br>
<br>
Thanks in advance,<br>
Marcelo M. Miziara <br>
Serviço Federal de Processamento de Dados - SERPRO <br>
CDEBW/CDTEC/SUPCD <br>
55 (41) 3593 8277 <br>
<a moz-do-not-send="true" target="_blank"
href="http://mailto:marcelo.miziara@serpro.gov.br">marcelo.miziara@serpro.gov.br</a>
</span></span>
<div>
-<br>
<br>
<br>
"Esta mensagem do SERVIÇO FEDERAL DE PROCESSAMENTO DE DADOS
(SERPRO), empresa pública federal regida pelo disposto na Lei
Federal nº 5.615, é enviada exclusivamente a seu destinatário e
pode conter informações confidenciais, protegidas por sigilo
profissional. Sua utilização desautorizada é ilegal e sujeita o
infrator às penas da lei. Se você a recebeu indevidamente,
queira, por gentileza, reenviá-la ao emitente, esclarecendo o
equívoco."<br>
<br>
"This message from SERVIÇO FEDERAL DE PROCESSAMENTO DE DADOS
(SERPRO) -- a government company established under Brazilian law
(5.615/70) -- is directed exclusively to its addressee and may
contain confidential data, protected under professional secrecy
rules. Its unauthorized use is illegal and may subject the
transgressor to the law's penalties. If you're not the
addressee, please send it back, elucidating the failure."<br>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Mailing list: <a class="moz-txt-link-freetext" href="https://launchpad.net/~openstack">https://launchpad.net/~openstack</a>
Post to : <a class="moz-txt-link-abbreviated" href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a>
Unsubscribe : <a class="moz-txt-link-freetext" href="https://launchpad.net/~openstack">https://launchpad.net/~openstack</a>
More help : <a class="moz-txt-link-freetext" href="https://help.launchpad.net/ListHelp">https://help.launchpad.net/ListHelp</a>
</pre>
</blockquote>
<br>
</body>
</html>