<!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">
    Le 11/10/2011 20:43, Kevin Falcone a écrit :
    <blockquote cite="mid:20111011184328.GK45425@jibsheet.com"
      type="cite">
      <pre wrap="">On Tue, Oct 11, 2011 at 08:29:20PM +0200, jm130794 wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">[Tue Oct 11 18:23:10 2011] [debug]:
RT::Authen::ExternalAuth::CanonicalizeUserInfo called by RT::User
/opt/rt3/local/plugins/RT-Authen-ExternalAuth/lib/RT/User_Vendor.pm
20 with: Disabled: 0, EmailAddress: , Gecos:
<a class="moz-txt-link-abbreviated" href="mailto:jmcarica@univ-fcomte.fr">jmcarica@univ-fcomte.fr</a>, Name: <a class="moz-txt-link-abbreviated" href="mailto:jmcarica@univ-fcomte.fr">jmcarica@univ-fcomte.fr</a>, Privileged:
</pre>
      </blockquote>
      <pre wrap="">
Did you mean to stash your email address in the Gecos or in the
EmailAddress field?  I suspect you're failing because you can't have
two users with the empty email address in your unique index.

-kevin
</pre>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
--------
RT Training Sessions (<a class="moz-txt-link-freetext" href="http://bestpractical.com/services/training.html">http://bestpractical.com/services/training.html</a>)
*  San Francisco, CA, USA — October 18 & 19, 2011
*  Washington DC, USA — October 31 & November 1, 2011
*  Barcelona, Spain — November 28 & 29, 2011</pre>
    </blockquote>
    I use EmailAddress to store my email. Only two users don't have
    email :  RT_System and Nobody.<br>
    <br>
    rt3=# select Name,EmailAddress,gecos from users where Name like
    'jmcarica';<br>
       name   |            emailaddress             |   gecos    <br>
    ----------+-------------------------------------+------------<br>
     jmcarica | <a class="moz-txt-link-abbreviated" href="mailto:jean-michel.caricand@univ-fcomte.fr">jean-michel.caricand@univ-fcomte.fr</a> | jmcaricand<br>
    (1 ligne)<br>
    <br>
    Jean-Michel<br>
  </body>
</html>