<!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 9/22/2010 11:33 AM, Nathan Kinder wrote:
    <blockquote cite="mid:4C9A4C0E.4020405@redhat.com" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      On 09/22/2010 10:45 AM, Gerrard Geldenhuis wrote:
      <blockquote
cite="mid:2AA5506325476F4295EDDB5D15B08A5641717151@HAMMBX02.uk.betfair.local"
        type="cite">
        <meta http-equiv="Content-Type" content="text/html;
          charset=ISO-8859-1">
        <meta name="Generator" content="Microsoft Word 12 (filtered
          medium)">
        <style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.Section1
        {page:Section1;}
-->
  </style>
        <!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
        <div class="Section1">
          <p class="MsoNormal">Hi<o:p></o:p></p>
          <p class="MsoNormal">This is probably OT but I am not having
            much
            luck with google.
            How can I create SSHA512 strings? I have been using either a
            php script
            or slappasswd
            to create SSHA password but not sure how to do SSHA512.
            openssl can
            create the
            SHA512 digest but I am not sure how to add the random seed
            bit. My
            question probably
            illuminate my lack of understanding of the subject.</p>
        </div>
      </blockquote>
      Why are you pre-hashing passwords?&nbsp; You can set the password
      storage
      scheme to SSHA512 in 389 and provide a cleartext userPassword
      value to
      the server and it will hash it for you.<br>
    </blockquote>
    If generating LDIF with pre-hashed passwords or resetting a lost
    nsslapd-rootpw or something like that, you can use the pwdhash
    utility that comes with 389 DS:<br>
    <br>
    # pwdhash -s SSHA512 secret12<br>
{SSHA512}KssX4qTpaFxJveSJp8Dw5AXTgNmM3wYrmBLspsj6F+Pf2aN6WO0l8XUQy+z2zx8qknO+ToFFjkVae8f4oYX0Xlt1elA2UHKq<br>
    <br>
    <br>
    <blockquote cite="mid:4C9A4C0E.4020405@redhat.com" type="cite">
      <blockquote
cite="mid:2AA5506325476F4295EDDB5D15B08A5641717151@HAMMBX02.uk.betfair.local"
        type="cite">
        <div class="Section1">
          <p class="MsoNormal"><o:p></o:p></p>
          <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
          <p class="MsoNormal">Best Regards<o:p></o:p></p>
        </div>
        <br>
________________________________________________________________________<br>
        In order to protect our email recipients, Betfair Group use
        SkyScan
        from <br>
        MessageLabs to scan all Incoming and Outgoing mail for viruses.<br>
        <br>
________________________________________________________________________<br>
        <pre wrap=""><fieldset class="mimeAttachmentHeader"></fieldset>
--
389 users mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:389-users@lists.fedoraproject.org">389-users@lists.fedoraproject.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="https://admin.fedoraproject.org/mailman/listinfo/389-users">https://admin.fedoraproject.org/mailman/listinfo/389-users</a></pre>
      </blockquote>
      <br>
    </blockquote>
  </body>
</html>