On 2/10/2012 3:34 AM, Blaz Divjak wrote:
> Hello,
>
> We're turning to you for some help with JXplorer. We're trying to use 
> printing function in jxplorer ldap editor in order to send our users 
> information about their acount. The problem is because the
> password value ("Geslo") is only displayed in as (binary value) or in second 
> example (htmlviewer) as base64 encoded string. Two screenshots are appended 
> in attachments. How could we display password
> in plaintext inside htmlview?

As Chris said, in another note, this would work only if you are storing 
plaintext passwords.
Usually the passwords is stored as a digest, so it can not be retrieved as 
plain text.

See RFC 2307
  and http://www.openldap.org/faq/data/cache/347.html

Note the schema for userPassword has  EQUALITY octetStringMatch
so OpenLDAP at least will tend to return these as base64, even if they are 
printable,
and do not have the {...} as defined in RFC 2307


> Thank you for taking the time to answer our questions. We look forward to 
> your response.
>
> Blaž  Divjak,
> Arnes
>
>
>
> ------------------------------------------------------------------------------
> Keep Your Developer Skills Current with LearnDevNow!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-d2d
>
>
>
> _______________________________________________
> Jxplorer-devel mailing list
> Jxplorer-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jxplorer-devel

-- 

  Douglas E. Engert  <deeng...@anl.gov>
  Argonne National Laboratory
  9700 South Cass Avenue
  Argonne, Illinois  60439
  (630) 252-5444

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Jxplorer-devel mailing list
Jxplorer-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jxplorer-devel

Reply via email to