<!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">
Howard Wilkinson wrote:
<blockquote cite="mid:4809B797.3040103@cohtech.com" type="cite">We have
run into a 'funny' when using the password_modify plugin we get
an unexpected result in trying to set a password. The password used had
a '£' (British Pund Symbol) in it. The server accepted the password but
would not allow the use of the same string to log in. I suspect that
the passwords are being 8th bit stripped. Is this possible, correct,
and what should happen?<br>
  <br>
Is there any facility to set a Unicode string as a password. If so what
format (UTF-8, UTF-16[BE|LE], ...) should it take.<br>
  <br>
Regards, Howard<br>
  <div class="moz-signature">-- <br>
  <title>Signature</title>
  <div class="Section1">
  <table class="MsoNormalTable" style="width: 100%;" border="0"
 cellpadding="0" width="100%">
    <tbody>
      <tr style="">
        <td style="padding: 1.5pt;" valign="top">
        <p class="MsoNormal">Howard Wilkinson</p>
        </td>
        <td style="padding: 1.5pt;" valign="top">
        <p class="MsoNormal">Phone:</p>
        </td>
        <td style="padding: 1.5pt;" valign="top">
        <p class="MsoNormal">+44(20)76907075</p>
        </td>
      </tr>
      <tr style="">
        <td style="padding: 1.5pt;" valign="top">
        <p class="MsoNormal">Coherent Technology Limited</p>
        </td>
        <td style="padding: 1.5pt;" valign="top">
        <p class="MsoNormal">Fax:</p>
        </td>
        <td style="padding: 1.5pt;" valign="top">
        <p class="MsoNormal"> </p>
        </td>
      </tr>
      <tr style="">
        <td style="padding: 1.5pt;" valign="top">
        <p class="MsoNormal">23 Northampton Square,</p>
        </td>
        <td style="padding: 1.5pt;" valign="top">
        <p class="MsoNormal">Mobile:</p>
        </td>
        <td style="padding: 1.5pt;" valign="top">
        <p class="MsoNormal">+44(7980)639379</p>
        </td>
      </tr>
      <tr style="">
        <td style="padding: 1.5pt;" valign="top">
        <p class="MsoNormal">United Kingdom, EC1V 0HL</p>
        </td>
        <td style="padding: 1.5pt;" valign="top">
        <p class="MsoNormal">Email:</p>
        </td>
        <td style="padding: 1.5pt;" valign="top">
        <p class="MsoNormal"><a moz-do-not-send="true"
 name="howardcohtech.com"></a><a moz-do-not-send="true"
 class="moz-txt-link-abbreviated" href="mailto:howard@cohtech.com">howard@cohtech.com</a></p>
        </td>
      </tr>
    </tbody>
  </table>
  <p class="MsoNormal"> </p>
  </div>
  </div>
  <pre wrap="">
<hr size="4" width="90%">
--
Fedora-directory-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Fedora-directory-users@redhat.com">Fedora-directory-users@redhat.com</a>
<a class="moz-txt-link-freetext" href="https://www.redhat.com/mailman/listinfo/fedora-directory-users">https://www.redhat.com/mailman/listinfo/fedora-directory-users</a>
  </pre>
</blockquote>
I have made this work by switching off 7-bit clean, and changing the
password complexity so that the minimum of each class is zero and there
is a requirement for 3 classes. BUT there is a definite bug in the
7-bit clean interface as it removes the 8th-bit and does not reject the
request when setting the password. I would have expected a code 19 -
Constraint violation in this case.<br>
<br>
<div class="moz-signature">-- <br>
<title>Signature</title>
<div class="Section1">
<table class="MsoNormalTable" style="width: 100%;" border="0"
 cellpadding="0" width="100%">
  <tbody>
    <tr style="">
      <td style="padding: 1.5pt;" valign="top">
      <p class="MsoNormal">Howard Wilkinson</p>
      </td>
      <td style="padding: 1.5pt;" valign="top">
      <p class="MsoNormal">Phone:</p>
      </td>
      <td style="padding: 1.5pt;" valign="top">
      <p class="MsoNormal">+44(20)76907075</p>
      </td>
    </tr>
    <tr style="">
      <td style="padding: 1.5pt;" valign="top">
      <p class="MsoNormal">Coherent Technology Limited</p>
      </td>
      <td style="padding: 1.5pt;" valign="top">
      <p class="MsoNormal">Fax:</p>
      </td>
      <td style="padding: 1.5pt;" valign="top">
      <p class="MsoNormal"> </p>
      </td>
    </tr>
    <tr style="">
      <td style="padding: 1.5pt;" valign="top">
      <p class="MsoNormal">23 Northampton Square,</p>
      </td>
      <td style="padding: 1.5pt;" valign="top">
      <p class="MsoNormal">Mobile:</p>
      </td>
      <td style="padding: 1.5pt;" valign="top">
      <p class="MsoNormal">+44(7980)639379</p>
      </td>
    </tr>
    <tr style="">
      <td style="padding: 1.5pt;" valign="top">
      <p class="MsoNormal">United Kingdom, EC1V 0HL</p>
      </td>
      <td style="padding: 1.5pt;" valign="top">
      <p class="MsoNormal">Email:</p>
      </td>
      <td style="padding: 1.5pt;" valign="top">
      <p class="MsoNormal"><a name="howardcohtech.com"></a><a class="moz-txt-link-abbreviated" href="mailto:howard@cohtech.com">howard@cohtech.com</a></p>
      </td>
    </tr>
  </tbody>
</table>
<p class="MsoNormal"> </p>
</div>
</div>
</body>
</html>