[ 
https://issues.apache.org/jira/browse/KARAF-34?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12907121#action_12907121
 ] 

Jean-Baptiste Onofré commented on KARAF-34:
-------------------------------------------

After discussing with Ioannis:
- the AbstractKarafLoginModule will contain a new "crypt" attribute. It 
contains the encryption algorithm. If the crypt attribute is "plain" or null, 
no encryption is used.
- all *LoginModule will embed the crypt logic module as they extend the 
AbstractKarafLoginModule
- it means that the etc/users.properties file should contain password encrypted 
using the AbstractKarafLoginModule "crypt" algorithm (it can be plain as 
currently). We have to provide a user: shell commands to manage the user 
add/delete and password encryption (and write the etc/users.properties file in 
the case of the PropertiesLoginModule usage). 

> Provide a way to have passwords encrypted and not in clear in the 
> configuration files
> -------------------------------------------------------------------------------------
>
>                 Key: KARAF-34
>                 URL: https://issues.apache.org/jira/browse/KARAF-34
>             Project: Karaf
>          Issue Type: New Feature
>            Reporter: Guillaume Nodet
>            Assignee: Jean-Baptiste Onofré
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to