View Single Post
  #69 (permalink)  
Old 10-27-2009, 06:47 AM
yqu yqu is offline
Project Contributor
 
Posts: 16
Default

Quote:
Originally Posted by christian.kieft View Post
is there any workaround for storing the user password plaintext in the ldap?

some admins need to be able to do "zmprov ga <acc>" but they should not be able to see the user password.

I understand that the Zimlet needs to authenticate against Alfresco. But an option would be nice that the password is not stored (probably only in a js var, so that you enter it once upon login).

But anyway - it is a nice Zimlet!
Right now the zimlet will take the alfresco username/password as part of the zimlet configuration. That pair will be used to authenticate against alfresco aka getting a ticket and use it for all following calls. If the ticket expires, it will try to reconnect and create a new ticket.
Reply With Quote